.local-box-bg{
    background-color: #525252;
}
.local-box-blue-bg{
    background-color: #2C6FDC;
}
.card-local-style{
    background-color: white;
    border: none;
    border-radius: 0;
}
.social-local{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}
.social-local a{
    margin-right: 18px;
}
.fb{
    width: 11px;
}
.social-article-img{
    width: 20px;
}
.article-txt p{
    font-family: Cairo-Regular,sans-serif;
    font-size: 16px;
    color: #525252;
    line-height: 28px;
}
.more-div{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 44px;
    background-color: #F2F2F2;
    padding-right: 12px;
    margin-top: 10px
}
.read-more-text{
    font-family: Cairo-Bold,sans-serif;
    font-size: 15px;
    color: #525252;
}
.read-more-content{
    font-family: Cairo-Bold,sans-serif;
    font-size: 14px;
    color: #2C6FDC;
}
.card-dark-bg{
    background-color: #0E3484;
}
.card-light-bg{
    background-color: #2C6FDC;
}
.white-text{
    color: white;
}
.row-border{
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}
.article-name{
    font-family: Cairo-Bold,sans-serif;
    font-size: 18px;
    color: #525252;
}
.author-div{
    display: flex;
    align-items: center;
}
.author-name{
    font-family: Cairo-Regular,sans-serif;
    font-size: 15px;
    color: #0e3484;
}
.radius-div{
    width: 50px;
    height: 50px;
    display: flex;
    border: 1px solid white;
    border-radius: 50%;
}
.radius-img{
    width: 100%;
    border-radius: 50%;
}
@media (max-width: 900px){
    .radius-div {
    width: 80px;
    height: 46px;
    }
    .adv-home-left {
        height: 100% !important;
    }
    .more-div{
        height: 47px;
    }
    .read-more-text{
        font-size: 14px;
        width: 30%;
    }
    .read-more-content{
        font-size: 13px;
    }
}
