.first-block {
    background: url('containerization-assets/Banner-Background.png') no-repeat center;
    background-size: cover;
    height: 100%;
    padding: 12rem 8rem;
    display: flex;
}

.header {
    width: auto;
    max-height: 100%;
    height: 100vh;
}

.second-block {
    background: #f8f8f8;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.border-yellow-left {
    border-left: 6px solid #df9926 !important;
}

.text-orange {
    color: #dc4815;
    font-size: 16px;
    font-weight: 500;
}

.third-block, .sixth-block {
    background: #ffffff;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.seventh-block {
    background: #f8f8f8;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.third-block {
    background: url('containerization-assets/background.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    padding: 0rem;
}

.third-block .col-first {
    padding: 8rem 3rem 8rem 8rem;
}

.third-block .col-second {
    padding: 8rem 8rem 8rem 3rem;
}

.fourth-block {
    background: url('containerization-assets/background-benefits-of-using-containerization.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    padding: 8rem 8rem;
}

.fourth-block .card, .third-block .col-first {
    background-color: #00000033;
}


.fifth-block {
    background: #0c3566;
    padding: 3rem 8rem;
}

.eight-block {
    background: white;
    width: auto;
    max-height: 100%;
}

.eight-block .col-1 {
    padding: 5rem 3rem 5rem 8rem;
}

.img-class {
    height: 100%;
    /* width: 100%; */
}

.transparent-card {
    background: transparent;
    border: 2px solid white;
    padding: 1rem;
    border-radius: 0;
}

.vs-img {
    position: absolute;
    left: 48%;
    top: 48%;
}

.vs-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

@media only screen and (max-width:1149.98px) {
    .header {
        height: 70vh;
    }
}

@media only screen and (max-width:991.98px){ 
    .first-block {
        padding: 8rem 2rem;
    }

    .second-block, .fourth-block, .sixth-block, .seventh-block {
        padding: 8rem 2rem;
    }

    .fifth-block {
        padding: 3rem 2rem;
    }

    .third-block .col-first {
        padding: 8rem 3rem 8rem 2rem;
    }
    
    .third-block .col-second {
        padding: 8rem 2rem 8rem 3rem;
    }

    .eight-block .col-1 {
        padding: 2rem;
    }

    .vs-img {
        left: 46%;
    }

    .vs-heading {
        font-size: 30px !important;
    }
}

@media only screen and (max-width:767.98px){ 
    .img-class {
        max-width: 100%;
        height: auto;
    }

    .third-block .col-first {
        padding: 8rem 2rem 4rem 2rem;
    }
    
    .third-block .col-second {
        padding: 4rem 2rem 8rem 2rem;
    }

    .vs-img {
        top: 50%;
    }
}

@media only screen and (max-width:575.98px){ 
    .first-block {
        padding: 6rem 1rem;
    }

    .second-block, .fourth-block, .sixth-block, .seventh-block {
        padding: 5rem 1rem;
    }

    .fifth-block {
        padding: 3rem 1rem;
    }

    .third-block .col-first, .third-block .col-second {
        padding: 5rem 2rem;
    }

    .eight-block .col-1 {
        padding: 3rem 1rem;
    }

    .vs-heading {
        font-size: 30px;
    }

    .vs-img {
        left: 42%;
    }
}