.blog-listing .post-listing-wrapper {
    display: flex;    
    flex-wrap: wrap;
    margin: 0px -57px 0px;
}
.blog-listing .post-items {
    margin-bottom: 72px;
    width: calc(100% / 3 - 114px);
    margin: 0 57px 70px;
}
.blog-listing .post-feature {
    margin-bottom: 12px;
}
.blog-listing img.feature-img {
    max-width: 323px;
    height: 205px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}
.date-tag {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    flex-direction: column;
}
.blog-listing .post-date {
    font-size: 14px;
}
a.blog-index__post-tag-link.blog-index__post-tag-link--list {
    background: #0ff;
    border-radius: 50px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    padding: 9px 15px;
    z-index: 1;
    margin-top: 12px;
}
.post-centent-area h6 {
    margin-top: 24px;
}
.post-centent-area h6 a{
  font-weight:700;
}
.post-centent-area a.readmore {
    align-items: center;
    color: #0097ff;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
}
.post-centent-area a.readmore img {
    padding-right: 12px;
}
.post-content-head {
    display: flex;
    justify-content: space-between;
}
.blog-subheader {
    display: none;
}

/* Style the dropdown button */
.dropbtn {
  background-color: #f0f0f0; 
  padding: 10px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  max-width: 216px;
  font-weight: 700;
  padding: 10px 27px;
  border-radius: 50px;
}

/* Style the dropdown button on hover 
.dropbtn:hover {
  background-color: #3e8e41;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  min-width: 216px;
  border-radius: 20px;
  z-index: 1;
}
ul.dropdown-content {
    list-style: none;
    padding: 0;
}
.dropbtn img {
    padding-left: 6px;
}
/* Style the links inside the dropdown */
.dropdown-content a {
  
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 30px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Style the caret icon */
.fa-caret-down {
  float: right;
  padding-top: 5px;
}

/* Position the caret icon */
.dropbtn .fa-caret-down {
  margin-left: 5px;
}
.hover-image{
  display:none;
}
a.readmore.blog-index__post-button.blog-index__post-button--list:hover {
    color: #83cdff;
}
a.readmore.blog-index__post-button.blog-index__post-button--list:hover .simple-image {
    display: none;
}
a.readmore.blog-index__post-button.blog-index__post-button--list:hover .hover-image {
    display: block;
}
@media(max-width:1312px){
  .blog-listing .post-listing-wrapper {
    margin: 62px 0px 0px;
}
}
@media(max-width:991px){
  .blog-listing .post-items {
   width: calc(100% / 2 - 114px);
    
}
  .blog-listing img.feature-img {
    max-width: 100%;
}
}
@media(max-width:767px){
  .blog-listing .post-items {
   width: calc(100% / 1 - 0px);
   margin: 0 0px 70px;
}
  .blog-listing img.feature-img {
    max-width: 100%;
}
}