.contact-section{
    display: flex;
}
.contact-section > .one-thirds,
.contact-section > .two-thirds{
    padding-left: 20px;
    padding-right: 20px;
}
.contact-section h1{
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    color: #FFFFFF;
    margin:0;
}
.contact-description{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    padding-bottom: 60px;
    max-width: 600px;
}
.contact-description p{
    margin: 0 0 10px;
}
.contact-description p:last-child{
    margin: 0;
}
.contact-section .office-hours-container,
.contact-block{
    border-top: 1px solid white;
    padding-top: 15px;
    padding-bottom: 60px;
    background: transparent;
}
.contact-section .office-hours-list .office-description{
    margin-top: 20px;
    font-weight: 500;
}
.contact-section .office-hours-list .office-description,
.contact-section .office-hours-list .office-description a{
    color: white;
}

.contact-section .office-hours-list .office-description a:hover{
    opacity: 0.7;
}
.contact-section .office-hours-list{
    padding: 0;
}
.contact-section .office-hours-list .office-description p{
    margin: 0;
}
.contact-block{
    display: flex;
    gap: 72px;
}
.contact-block:last-child{
    padding-bottom:0;
}
.contact-block-title,
.contact-block-description{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}
.contact-block-title{
    width: 185px;
}
.contact-block-title p,
.contact-block-description p{
    margin: 0;
}
.contact-block-title a,
.contact-block-description a{
    color: #FFFFFF;
}
.contact-block-title a:hover,
.contact-block-description a:hover{
    opacity: 0.7;
}
.contact-image{
    width: 100%;
    height: auto;
    line-height:0;
}
.contact-image img{
    width: 100%;
    height: auto;
}
.contact-right .hero-heading{
    margin-bottom: 20px;
}


@media screen and (max-width: 850px){
    .contact-section{
        flex-direction: column;
    }
    .contact-section > .one-thirds{
        padding-left: 14px;
        padding-right: 14px;
    }
    .contact-section > .two-thirds{
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-direction: column;
    }
    .contact-section h1{
        font-family: var(--font-heading-family);
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 34px;
        color: #FFFFFF;
        margin-bottom: 28px;
        padding: 0 14px;
        margin-top: 42px;
    }
    .contact-description{
        max-width: 100%;
        padding-bottom: 70px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .contact-section .office-hours-container, .contact-block{
        padding: 15px 14px 70px;
    }
    .contact-block:last-child{
        padding-bottom:70px;
    }
    .contact-section .office-hours-container{
        order: 5;
        padding-bottom: 0;
    }
    .office-item .office-name{
        line-height: 18px;
    }
    .footer-top{
        display: none;
    }
    .site-footer{
        padding-top: 28px;
    }

    .contact-block{
        gap:0;
        padding-left:0;
        padding-right:0;
    }
    .contact-block-title{
        width: 50%;
        padding-left:14px;
        padding-right:14px;
    }
    .contact-block-description{
        width: 50%;
        padding-left:14px;
        padding-right:14px;
    }
    
}
@media screen and (max-width: 480px){
    .office-hours-list{
        flex-direction: column;
        gap: 30px;
        justify-content: flex-start;
        align-items: flex-start;
    }
}