@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: Poppins !important;
}


/* ---------------------------------------- section 1 About us hero section ------------------------------- */
.about_sec1_bg {
    background: url('./Img/About/bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.about_sec1_heading {
    padding: 200px 10px;
}

@media screen and (max-width:768px) {
    .about_sec1_heading {
        padding: 36px 0px 36px 0px;
    }
}

.about_sec1_headline {
    font-family: Poppins;
    font-size: 62px;
    font-weight: 700;
    line-height: 73px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .about_sec1_headline {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 700;
        line-height: 10px;
        text-align: left;
    }
}

.about_sec1_pagenation {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 400;
    line-height: 37.5px;
    text-align: left;
    color: #1E144F;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .about_sec1_pagenation {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }
}

.about_sec1_pagenation:hover {
    font-weight: 700;
}



.About_card {
    padding: 50px;
}

@media screen and (max-width:768px) {
    .About_card {
        padding: 10px;
    }
}

.About_sec2_h1 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .About_sec2_h1 {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
    }
}

.About_sec2_p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #7F7F7F;

   
}

@media screen and (max-width:768px) {
    .About_sec2_p {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        -webkit-box-orient: block-axis;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}