  
  .blog-listing__post-custom {
display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    border-bottom: 1px solid #bbbbbb;

}
  .feature--image--custom {
    width: 44%;
    height:230px;
}
  .feature--image--custom a img {
    width: 100%;
    margin: 0px !important;
    height:100%;
}
  .blog-listing__post-content--custom {
    width: 53%;
}
 .custom--button--with--date {
    border: 1px solid #39383857;
    border-left: none;
    border-right: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 4px 0px;
   align-items:center;
}
  .custom--button--with--date .blog-listing__post-timestamp {
    transform: translate(0px, 0px);
}
  .cus-btn {
    border-radius: 40px !important;
    color: #333;
    font-weight: 500;
    line-height: 10px;
    padding: 16px 25px;
    font-family: 'Inter', sans-serif !important;
    border: 2px solid #fac23d;
}
  .blog-listing__post-title__custom {
    margin: 0px;
    padding: 0px;
    font-size: 24px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif !important;
    margin: 0px;
    color: #602561;
    line-height: 22px;
}

  .blog-listing__post-summary--custom p {
    padding: 13px 0px;
    color: #602561;
    line-height: 24px;
    font-weight: 500 !important;
}
.cus-btn:hover {
    border: 2px solid #fac23d;
}

@media only screen and (max-width: 980px) {
  .blog-listing__post-custom {
    display: block;
  }
  .feature--image--custom {
    width: 100%;
    {# height: 175px; #}
  }
  .blog-listing__post-content--custom {
    width: 100%;
    padding-top: 15px;
  }
  .cus-btn {
    padding: 12px 13px;
    font-size: 13px;
}

}



@media only screen and (max-width: 1024px) and (min-width: 767px)  {
	.blog-listing__post-custom {
	    display: block;
	}
	.feature--image--custom {
	    width: 100%;
	}
	.blog-listing__post-content--custom {
	    width: 100%;
	    padding: 26px 0px 0px 0px;
	}
}