.ah360 article {
    color: #3E3E3E;
}


.ah360 .br {
    width: 100%;
}


.ah360 .details dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ah360 .details dt {
    font-weight: 700; /* Bold */
    margin-bottom: 5px;
    width: 155px;
}

.ah360 .details dd {
    margin: 0;
}

.ah360 .location-map img {
    width: 100%;
    height: 405px;
    object-fit: cover;
}

.ah360 .gallery img {
    cursor: pointer;
}

@media (max-width: 1275px) {
    .ah360 .contact-form input[type="checkbox"] + label {
        width: 100% !important;
    }

    .ah360 input[type="submit"] {
        width: 100% !important;
    }
}

@media (max-width: 1045px) {
    .ah360 .contact-form {
        margin-top: 50px;
    }

    .ah360 .contact-form input[type="checkbox"] + label {
        width: 171px;;
    }
}

@media (max-width: 900px) {

    .ah360 main {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px !important;
    }

}

@media (max-width: 600px) {
    .ah360 main {
        padding: 0;
    }

    .ah360 article form {
        width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 540px) {
    .ah360 .outline h1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .ah360 .outline .category-badge {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 350px) {
    .ah360 .outline dd {
        width: 100%;
        border: none !important;
        padding: 0 !important;
        margin-right: 0 !important;
    }
}
