.article{width: 100%;  height: 100%; background-repeat: no-repeat; background-position-x:100%;}
.article-insight-crad{width:100%; height: 100%;}
.insight-image{width: 100%; height: 380px;}
.insight-image img{width: 100%; height: 100%; object-fit: cover; border-radius: 20px; background-size: cover;}
.insight-info-content{margin-top: 25px;}
.insight-info-left p{font-family: var(--secondary_font); font-weight: var(--regular); color: #555555;}
.article-insight-group{margin-top: 40px;}
.insight-info-content{gap: 5px;}
.blogs .article-insight-group .row{gap: 30px 0;} 
.blogs .article-insight-group {margin-top: 0;}
@media (max-width:991px){
 .insight-info-right .white-theme-btn{padding: 10px 20px !important;}
 .article{background: none;}
}

@media (max-width:575px){.article-insight-group .row > div:not(:last-child) {margin-bottom: 30px;} }