.contact-us .content-box {
    width: 50%;
    text-align: center;
    padding: 138px 136px;
}
@media only screen and (max-width: 1279px) {
    .contact-us .content-box {
        padding: 80px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .contact-us .content-box, .contact-us .content-box + div {
        width: 100% !important;
    }
    
    .contact-us iframe {
        height: 60vh;
    }    
}
@media only screen and (max-width: 767px) {
    .contact-us .content-box {
        padding: 40px 20px;
    }
}
.contact-us .content-box .p41 {
    margin-bottom: 30px;
}
.contact-us .content-box h2 {
    margin-bottom: 40px;
}
.contact-us .content-box .title {
    font-family: FuturePT-Book;
    font-size: clamp(1rem, 1rem, 1.125rem);
    line-height: clamp(1.0625rem, 1.0625rem, 1.1875rem);
    color: rgba(14, 55, 69, 0.5);
}
.contact-us .content-box .address-box,
.contact-us .content-box .detail-box {
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.contact-us .content-box .detail-box {
    display: flex;
    max-width: 100%;
}
.contact-us .content-box .detail-box .box {
    width: 50%;
}
.contact-us .content-box .detail-box .box a {
    font-size: clamp(1rem, 1.125rem, 1.125rem);
    line-height: clamp(1.3125rem, 1.4375rem, 1.4375rem);
    color: #0E3745;
}
.contact-us .content-box .opening-hours-table {
    margin-top: 20px;
}
.contact-us .content-box .opening-hours-table .table {
    max-width: 340px;
    width: 100%;
    margin: 15px auto 60px;
}
.contact-us .content-box .opening-hours-table .table .tr {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid rgba(75, 117, 179, 0.1);
}
.contact-us .content-box .opening-hours-table .table .tr .days {
    color: rgba(14, 55, 69, 0.6);
}
.contact-us .content-box .opening-hours-table .btn_container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.contact-us .content-box .opening-hours-table .btn_container a:first-child {
    display: none;
}
.contact-us .content-box .opening-hours-table .btn_container a.bordered-white {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.contact-us .content-box .opening-hours-table .btn_container a.bordered-white:hover {
    background-color: #fff;
    color: #4b75b3;
}
.contact-us .map_canvas {
    width: 50%;
}
@media only screen and (max-width: 991px) {
    .contact-us .map_canvas {
        width: 100%;
        height: 60vh;
    }
}
