.blog_banner {
    background-image: linear-gradient(rgba(0, 0, 0, .733), #00000080), url(https://img.freepik.com/free-photo/cute-romantic-brunette-woman-playing-with-her-hair-blushing-looking-down-with-coquettish-smile-standing-flirty-against-pink-background_1258-122229.jpg?t=st=1733985303~exp=1733988903~hmac=96366b8bfa7b53daf74fbcbbf69d4a230f8aca9d3f4d213169046aa80eec5158&w=1380);
    padding: 200px 0px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

.blog_banner h1 {
    color: #fff;
}

.blog_section {
    margin: 100px 0px;
}

.blog_section p {
    font-size: 14px;
    color: #858585;
    text-align: justify;
    padding-top: 10px;
}

.blog_section b a{
    font-weight: 600;
    color: #4a4a4a ;
}

.blog_section .card {
    padding: 50px 20px;
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.blog_section h5 {
    color: #0077c0;
}


@media screen and (max-width:767px) {
    .blog_section h5 {
        font-size: 17px;
        line-height: 25px !important;
    }

    .blog_section .card {
        padding: 50px 15px;
        border: none !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
    }

}

.blog_ad {
    display: flex;
    margin: 10px 0px;

}

.blog_ad p {
    margin-right: 10px;
}

.blog_ad span {
    color: #0077c0;
    padding-right: 5px;
}