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

body header {
    background-color: var(--primary-color);
}

body .container p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(26, 27, 38);
    letter-spacing: 0;
    font-weight: 300;
}

.section-space-top {
    padding-top: 150px;
}

.section-space-bottom {
    padding-bottom: 0;
}

body .container {
    max-width: 1440px !important;
    padding: 0 40px;
}

.our-mission{
    display: none;
}

body footer{
    padding-top: 20px;
    .container{
        max-width: 1140px !important;
        padding-left: 12px;
        padding-right: 12px;
    }
}

footer .footer-address p{
    line-height: 24px;
    color: var(--primary-color);
}

footer .copyright-text{
    text-align: center;
    font-size: 15px !important;
    font-weight: 400;
    color: var(--primary-color) !important;
    margin-top: 40px;
    letter-spacing: 1px !important;
    line-height: 1.5 !important;
}

@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;
    }
}

@media screen and (max-width: 992px) {
    body header .container{
        padding: 0;
    }
    body footer .container{
        padding: 0 30px;
    }
    
}

@media(max-width: 768px) {
    body .container {
        padding: 0 30px;
    }
}
