.about-page-header-img {
    background-image: url('../images/image49.png');
    height: 392px;
    width: 70%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-page-header {
    position: relative;

    height: 392px;


}

.about-page-header-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    background: rgba(0, 34, 59, 0.76);
}

.about-page-header-bg h3 {
    text-transform: capitalize;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.1px;
    font-weight: 800;
    padding-left: 30px;
    border-left: 1px solid #F1592B;
}

.about-page-header-bg p {
    padding-left: 40px;
}

.about-page-header-bg span {
    color: #ccc;
}
.about-main-section img{
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
}
@media(max-width:575px){
    .about-main-section img{
        height: 250px;
    }
    .about-content h2{
        font-size: 30px !important;
        margin-top: 20px !important;
    }
    .about-content > p{
        font-size: 14px !important;
    }
    .about-number p{
        font-size: 25px !important;
    }
    .about-number span{
        font-size: 14px !important;
    }
}
@media(min-width:576px) and (max-width:1023px){
    .about-main-section img{
        height: 350px;
    }
    .about-content h2{
        font-size: 40px !important;
        margin-top: 20px !important;
    }
    .about-content > p{
        font-size: 16px !important;
    }
    .about-number p{
        font-size: 32px !important;
    }
    .about-number span{
        font-size: 16px !important;
    }
}
.about-content h2{
    font-size: 48px;
    color: #000B41;
}
.about-content h2 span{
    color: #1075BD;
}
.about-content p{
    color: #000B41;
    font-size: 16px;
    line-height: 1.6;
}
.about-number p{
    font-size: 48px;
    color: #121212;
    line-height: 1.4;
}
.about-number span{
    color: #8e8e8e;
    line-height: 1.6;
}

.about-number{
    position: relative;
}
.about-number:not(:last-child)::after{
    content: '';
    position: absolute;
    right: 20px;
    top: 10px;
    height: 60%;
    width: 2px;
    background: #F1592B;
}
.about-grid{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
}
.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-icon{
    width: 48px;
    height: 48px;
}







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

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

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

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

@media(min-width:575px) and (max-width:991px) {
  
    .about-image {
        object-fit: cover;
    }

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

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

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

 
}

