






/*About section*/

.about-section {
    background: #E6F3FC;
}

@media(max-width:575px) {
    .services-section {
        padding: 50px 0;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .services-section {
        padding-top: 170px !important;
        padding-bottom: 50px;
    }
}

.about-header {
    width: max-content;
    border-bottom: 2px solid #F1592B;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-sub-header {
    font-size: 48px;
    font-weight: 400;
    color: #000B41;
    max-width: 40%;
    line-height: 1.4;
    margin-top: 60px;
}

.about-numbers {
    gap: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.about-section .container {
    position: relative;
}

.about-number-sec .number {
    color: #000B41;
    margin-bottom: 0;
    font-size: 64px;
    font-weight: 400;
}

.about-number-sec .text {
    color: #F1592B;
    font-size: 16px;
}

.about-divider {
    width: 2px;
    height: 70px;
    background: #F1592B;
    margin-top: 20px;
}

.about-icon {
    width: 55px;
    height: 55px;
}

.about-item-header {
    font-size: 24px;
    color: #000B41;
    font-weight: 600;
}

.about-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #000B41;
    /* width: 80%; */
}

.about-card .line-container {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-top: 40px;
}

.about-card .dot {
    width: 8px;
    height: 8px;
    background-color: #BEE1F9;
    border-radius: 50%;
}

.about-card .line {
    width: 98%;
    height: 2px;
    background-color: #BEE1F9;
}

.about-card {
    width: 90%;
}

@media(max-width:575px) {
    .about-header {
        font-size: 30px;
    }

    .about-sub-header {
        font-size: 20px;
        max-width: 90%;
        margin-top: 20px;
    }

    .about-number-sec {
        margin-top: 10px;
    }

    .about-numbers {
        position: static;

    }

    .about-number-sec .number {
        font-size: 30px;

    }

    .about-number-sec .text {
        font-size: 14px;
    }

    .about-item-header {
        font-size: 20px;
    }

    .about-item-text {
        font-size: 14px;
    }
}

@media(min-width:575px) and (max-width:991px) {
    .about-header {
        font-size: 40px;
    }

    .about-sub-header {
        font-size: 20px;
        max-width: 90%;
        margin-top: 20px;
    }

    .about-number-sec {
        margin-top: 10px;
    }

    .about-number-sec .number {
        font-size: 30px;

    }

    .about-number-sec .text {
        font-size: 14px;
    }

    .about-image {
        object-fit: cover;
    }

    .about-item-header {
        font-size: 20px;
    }

    .about-item-text {
        font-size: 14px;
    }

    .about-icon {
        width: 40px;
        height: 40px;
    }

    .about-section .row {
        align-items: center;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .about-sub-header {
        margin: 80px 0 50px 0;
        max-width: 90%;
        font-size: 36px;
    }

    .about-number-sec .number {
        font-size: 48px;
    }
}
