h1 {
       font-size: 63px;
    line-height: 66px;
    margin-bottom: 45px;
    color: var(--primary-color);
}

body header {
    background-color: var(--primary-color);
}
p,
.page-content li {
    font-size: 17px;
    line-height: 26px;
    color: #1a1b26;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0;
}
.page-content li {
    font-size: 16px;
    line-height: 24px;
}
.section-space-top {
    padding-top: 150px;
}
.section-space-bottom {
    padding-bottom: 0;
}
.inner-content-section li {
    list-style: disc;
    margin-bottom: 10px;
}
body .container {
    max-width: 1440px !important;
    padding: 0 40px;
}

.our-mission{
    display: none;
}

body footer{
    padding: 0 0 20px 0;
    .container{
        max-width: 1140px !important;
        padding: 0 12px;
    }
}
footer .footer-address p{
    line-height: 1.5;
}

@media only screen and (min-width: 1800px) {
    body .container {
        max-width: 1440px !important;
        padding: 0 40px;
    }
    .section-space-top {
        padding-top: 150px;
    }
}
@media(max-width: 1200px){
    body .container {
        padding: 0 35px;
    }
}
@media (max-width: 1000px) {
    h1 {
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 35px;
    }
    .section-space-top {
        padding-top: 200px;
    }
    .section-space-bottom {
        padding-bottom: 0;
    }
    p,
    .page-content li {
        font-size: 14px;
        line-height: 25px;
    }
}
@media screen and (max-width: 991px) {
   body header .container{
    padding: 0;
   }
   body footer .container{
    padding: 0 30px;
   } 
}
@media(max-width: 768px){
    body .container {
        padding: 0 30px;
    }
}
