.blogPage p{
    text-align: justify;
    line-break: anywhere;
    font-size: 17px;
}.blogPage h1{
    font-size: 30px;
    margin: 30px 0px;
    font-weight: 700;
}.blogPage article img{
    width: 100% !important;
    height: 100% !important;
    margin: 15px 0px;
}.social-icons {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social-icons a {
    margin: 0px;
    font-size: 20px;
    color: #000;
}.social-icons img{
    width: 45px;
    height: 45px;
    padding: 12px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7473%) hue-rotate(68deg) brightness(107%) contrast(109%);
}.social-icons .facebook{
    background: #4267B2;
}.social-icons .twitterX{
    background: #000000c4;
}.social-icons .whatsapp{
    background: #25D366;
}.pagination .t_jmg{
    font-weight: 400;
}.blogPage li{
    margin-bottom: 20px;
}.basic-header{
    text-transform: none;
}.back_btn{
    position: absolute;
    margin-top: 12px;
    margin-left: 20px;
}.back_btn span{
    margin-right: 8px;
    font-size: 19px;
}.back_btn a{
    text-decoration: none;
    color: #000;
}

@media(max-width: 767px){
    .basic-header h2{
        margin: 0px;
        font-size: 22px;
    }.social-icons img{
        width: 40px;
        height: 40px;
        padding: 12px;
    }.blogPage p {
        font-size: 16px;
    }.pagination a{
        display: grid;
    }
}

@media(max-width: 1300px){
    .back_btn{
        position: relative;
        margin: 10px;
    }
}