.first-block {
    background: url('platform-development-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,
.fifth-block {
    background: #ffffff;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.seventh-block {
    background: url('platform-development-assets/background.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    padding: 8rem 8rem;
    width: auto;
}

.fourth-block {
    background: url('platform-development-assets/background-findout-how-ur-business-can-benefit.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    padding: 8rem 8rem;
}

.fourth-block .card {
    background-color: #00000033;
}

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

.custom-development-index {
    font-size: 54px;
    font-weight: 700;
    line-height: normal;
}

.number-one {
    color: #f33e00;
}

.number-two {
    color: #df9926;
}

.number-three {
    color: #9fc914;
}

.number-four {
    color: #12b09b;
}

.read.collapsed::after {
    content: "Read More >>";
}

.read:not(.collapsed)::after {
    content: "Read Less >>";
}


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

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

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

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

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

    .custom-development-index {
        font-size: 30px;
    }
}