#environment .col-md-6 {
    display: flex;
    align-items: center;
}

#environment {
    margin-top: 160px;
    overflow: hidden;
}

.environment-header {
    margin-bottom: 40px;
}

.environment-header h2 {
    margin-bottom: 40px;
}

.environment-header h2 {
    margin-bottom: 2px;
    color: #022148;
}

.environment-header hr {
    border: 1px solid #022148;
    width: 75px;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
    margin: 0px;
    margin-bottom: 1rem;
}

.environment-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
}

.environment-banner {
    position: relative;
    width: 100%;
    height: 35rem;
    padding: 0px;
}

.environment-banner::before {
    content: '';
    background-color: #ffffff61;
    position: absolute;
    width: 100%;
    height: 100%;
}

.environment-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

#environment .container {
    max-width: 1300px;
}

.environment-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.environment-text {
    margin-bottom: 40px;
}

.environment-block-text {
    text-align: justify;
    padding: 20px;
}

.environment-text h4, .environment-block-text h4 {
    font-size: 2rem;
    font-weight: 400;
    margin-right: 140px;
    border-left: 3px solid #fec90f;
    padding-left: 30px;
    margin-bottom: 25px;
    text-align: left;
}

.environment-block-img {
    margin: auto;
    width: 31vw;
}

.environment-text p {
    margin-right: 50px;
}

@media only screen and (min-width: 1921px) {
    .environment-block-img {
        width: 24vw;
    }
}

@media only screen and (max-width: 1921px) {
    .environment-block-img {
        width: 26vw;
    }
}

@media screen and (max-width: 1680px) {
    .environment-block-img {
        width: 31vw;
    }

}

@media only screen and (max-width: 1400px) {
    .environment-banner-img {
        height: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .environment-block-img {
        width: 65vw;
    }
}

@media only screen and (max-width: 992px) {
    #environment {
        margin-top: 120px;
    }

    .environment-block-text h4 {
        margin-right: 60px;
    }

    .environment-banner-img {
        height: 80%;
    }
}

@media only screen and (max-width: 768px) {
    #environment .col-md-6 {
        display: block;
    }

    .environment-text {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .environment-header p {
        margin-right: 50px;
    }

    .environment-block-img {
        width: 70vw;
    }
}

@media only screen and (max-width: 480px) {
    .environment-block-img {
        width: 87vw;
    }
}

@media only screen and (max-width: 420px) {
    .environment-banner {
        height: 540px;
    }

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}