.case-studies-recent-post { background: #19323F; width: 100%; display: inline-block; }
.case-studies-recent-post .recent-post {align-items: center;width: 100%; display: flex; justify-content: space-between; }
.case-studies-recent-post .recent-post .featured-image { width: 50%; margin: 0; }
.case-studies-recent-post .recent-post .featured-image img { width: 100%; display: block; object-fit: cover; border-radius: 8px; }
.case-studies-recent-post .recent-post .post-conatin { width: 50%; margin: 0;padding-left:100px; }
.case-studies-recent-post .recent-post .underline { height: 4px; width: 104px; border-radius: 2px; padding-right: 0; margin: 24px 0; }
.case-studies-recent-post .recent-post .case-studies-img img {width:auto; object-position: left; }
.case-studies-recent-post .recent-post .post-conatin .post-title { width: 100%; display: inline-block; }
.case-studies-recent-post .recent-post .post-conatin .post-title span { color: #fff; font-weight: 400; font-size: 20px; line-height: 26px; letter-spacing: 0; font-family: Poppins, sans-serif; }
.case-studies-recent-post .recent-post .post-conatin .read-more { width: 100%; display: inline-block; margin-top: 16px; }
.case-studies-recent-post .recent-post .post-conatin .read-more a { font-weight: 500; font-size: 16px; border: 1px solid transparent; line-height: 24px; color: #FFFFFF; text-shadow: 0px 1px 2px rgb(0 0 0 / 4%); font-family: Poppins, sans-serif; padding: 8px 26px; background: #0095C8; border-radius: 100px; display: flex; width: fit-content; margin: 0; align-items: center; justify-content: flex-start; }
.case-studies-recent-post .recent-post .post-conatin .read-more a:hover { color: #0095C8; background: #fff; }
.case-studies-recent-post .recent-post .post-conatin .read-more a svg {transition: all 0s;display: block;height: 16px;width: 16px;fill: #fff;margin: 0 0 0 10px;}
.case-studies-recent-post .recent-post .post-conatin .read-more a:hover svg{transition: all 0s; fill: #0095C8; }

@media(max-width:991px){
  .case-studies-recent-post .recent-post { flex-wrap: wrap; }
  .case-studies-recent-post .recent-post .featured-image { width: 100%; margin-bottom: 35px; }
  .case-studies-recent-post .recent-post .post-conatin { width: 100%;padding:0; }

}
@media(max-width:480px){
}