#company {
    margin-top: 160px;
    overflow: hidden;
}

.company-header {
    margin-bottom: 40px;
}

.company-header h2 {
    margin-bottom: 40px;
}

.company-header h2 {
    margin-bottom: 2px;
    color: #022148;
}

.company-header hr {
    border: 1px solid #022148;
    width: 70px;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
    margin: 0px;
    margin-bottom: 1rem;
}

.company-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
}

.company-banner {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 0px;
}

.company-banner::before {
    content: '';
    background-color: #4c3e2257;
    position: absolute;
    width: 100%;
    height: 100%;
}

.company-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.banner-text {
    position: absolute;
    right: 50%;
    top: 6vw;
    transform: translate(50%, 0px);
    color: white;
    letter-spacing: 1px;
}

.banner-text h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-right: 23vw;
    margin-bottom: 25px;
}

#company .container {
    max-width: 1000px;
}

#company .block-container {
    max-width: 1300px;
    margin-bottom: 40px;
}

.blocks-background-color {
    background-color: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 50px;
}

.company-container {
    max-width: 1410px !important;
}

.company-block {
    margin-bottom: 90px;
}

.company-container .col-md-12:nth-child(odd) .company-block {
    margin-right: 50px;
}

.company-container .col-md-12:nth-child(even) .company-block {
    margin-left: 50px;
}

.block-paragraph h4 {
    color: #022148;
    border-left: 2px solid #022148;
    padding-left: 20px;
    margin-bottom: 25px;
}

.company-block-text {
    height: 260px;
    margin-bottom: -90px;
    margin-left: -95px;
    margin-right: 260px;
    padding: 40px;
    position: relative;
    background-color: white;
    display: flex;
    align-items: center;
}

.company-paragraph-text {
    margin-bottom: 30px;
}

.company-img {
    height: 265px;
}

#company .last-container {
    max-width: 100% !important;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #F2F2F2;
}

.company-block-text-last {
    margin-bottom: -100px;
    margin-left: 290px;
    margin-right: 900px;
    padding: 20px;
    position: relative;
    background-color: white;
}

.company-img-last {
    height: 600px;
}

@media only screen and (min-width: 1921px) {
    .company-container {
        max-width: 1380px !important;
    }
}

@media only screen and (max-width: 1921px) {

}

@media screen and (min-width: 1680px) {
    .company-container .col-md-12 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media screen and (max-width: 1680px) {
    .company-container {
        padding: 0px;
        max-width: 100% !important;
    }

    .company-img {
        height: 100%;
    }

    .company-container .col-md-12:nth-child(odd) .company-block {
        margin-right: 0px;
    }

    .company-container .col-md-12:nth-child(even) .company-block {
        margin-left: 0px;
    }

    .company-block {
        margin-right: 0px;
    }

    .company-block-text {
        margin-bottom: -12vw;
        margin-left: 15vw;
        margin-right: 46vw;
        padding: 30px;
        height: 250px;
    }

    .company-block-text-last {
        margin-bottom: -8vw;
        margin-left: 15vw;
        margin-right: 50vw;
    }

    .company-img-last {
        height: 100%;
    }

    .company-img img {
        object-fit: cover;
    }
}

@media only screen and (max-width: 1400px) {
    .company-block-text-last {
        margin-bottom: -9vw;
        margin-left: 15vw;
        margin-right: 36vw;
    }

    .banner-text h2 {
        margin-right: 5vw;
    }
}

@media only screen and (max-width: 1200px) {

    .company-block-text {
        margin-right: 43vw;
    }

    .company-img-last {
        height: 400px;
    }
}

@media only screen and (max-width: 992px) {
    #company {
        margin-top: 120px;
    }

    .company-header p {
        margin-right: 50px;
    }

    .company-banner {
        height: 400px;
    }

    .banner-text h2 {
        font-size: 2.5rem;
    }

    .company-block-text {
        margin-right: 32vw;
    }
}

@media only screen and (max-width: 768px) {
    .banner-text {
        right: 26%;
        top: 20vw;
        transform: translate(25%, 0px);
    }

    .company-block-text {
        margin-bottom: -22vw;
        margin-left: 13vw;
        margin-right: 30vw;
    }

    .company-block-text-last {
        margin-bottom: -21vw;
        margin-left: 9vw;
        margin-right: 14vw;
    }

    .company-img-last {
        height: 370px;
    }

    .company-img {
        height: 400px;
    }
}

@media only screen and (max-width: 576px) {
    .company-header p {
        margin-right: 20px;
    }

    .company-banner {
        height: 400px;
    }

    .company-block-text {
        margin-bottom: -29vw;
        margin-left: 9vw;
        margin-right: 11vw;
    }

    .company-block-text-last {
        margin-bottom: -24vw;
        margin-left: 7vw;
        margin-right: 8vw;
    }

    .company-img-last {
        height: 300px;
    }

    .company-img {
        height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-text {
        right: 40%;
    }

    .company-block-text {
        height: 335px;
    }
}

@media only screen and (max-width: 420px) {

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}