.first-block {
    background: url('functional-testing-assets/banner.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, .seventh-block {
    background: #ffffff;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

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

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


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

.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6a6 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00000033 !important;
}

@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, .third-block, .fourth-block, .sixth-block, .seventh-block {
        padding: 8rem 2rem;
    }

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

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

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

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