@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;
}



.sec2_bloginner {
    padding: 47px 0px 0px 76px;
}

@media screen and (max-width:768px) {
    .sec2_bloginner {
        padding: 10px;
    }
}

.Articles_social2 {
    box-shadow: 1px 1px 5px rgb(214, 214, 214);
    border-radius: 5px;
    width: 50%;
    padding: 10px;
    text-align: center;
    color: #72569D;
    font-size: 20px;
}

@media screen and (max-width:768px) {
    .Articles_social2 {
        width: 100%;
        font-size: 15px;
    }
}


.Bloginner_h1 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .Bloginner_h1 {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        text-align: center;
    }
}


.Bloginner_p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7F7F7F;
    padding: 0px 76px 0px 0px;
}

@media screen and (max-width:768px) {
    .Bloginner_p {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
    }
}

.Bloginner_text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .Bloginner_text {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
    }
}