.image-with-text .article-card{display:flex;justify-content:space-between;border-radius:20px}
.image-with-text .article-card-image{width:40%;flex:1;display:flex}
.image-with-text .article-card-image img{width:100%;height:auto;object-fit:contain;align-self:flex-end}
.image-with-text .article-card-content{width:60%;flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px}
.image-with-text .article-card .article-card-content .titile{color:#1c2633;font-size:20px;line-height:28px;font-weight:500}
.image-with-text .article-card .article-card-content .bold{font-weight:700}
.image-with-text .article-card .article-card-content .para{color:#1c2633;font-size:14px;line-height:20px;margin-bottom:50px}
@media(max-width:768px){.image-with-text .article-card-image{width:60%}
.image-with-text .article-card-content{padding:25px 20px;width:40%}
.image-with-text .article-card .article-card-content .titile{font-size:14px;line-height:24px}
.image-with-text .article-card .article-card-content .para{margin-bottom:10px;font-size:10px}
}