.listing-blog-sec .list-wps {
  margin-left: -24px;
  margin-right: -24px;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
}

.listing-blog-sec .list-wps>.list-itms {
  flex-basis: 66.6667%;
  margin-left: 16.6667%;
  padding-left: 24px;
  max-width: 66.6667%;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.listing-blog-sec .list-wps a {
  text-decoration: none;
  outline: none;
  display: inline;
  overflow-wrap: break-word;
  transition: none;
}

.listing-blog-sec .list-wps a .list-two {
  align-items: start;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  flex-direction: row;
  border-color: rgb(226, 226, 226);
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  letter-spacing: normal;
}

.listing-blog-sec .list-wps .list-two .list-img {
  margin-right: 32px;
  width: 200px;
  margin-bottom: 0px;
  flex-shrink: 0;
  height: 200px;
  display: flex;
  text-transform: none;
}

.listing-blog-sec .list-wps .list-two .list-img #guacBg2 {
  transition: opacity 0.25s ease 0s, background-size 0.25s ease 0s, background-position 0.25s ease 0s;
  text-shadow: rgb(0 0 0 / 12%) 0px 2px 30px;
  background-repeat: no-repeat;
  background-blend-mode: normal;
  width: 100%;
  font-family: Helvetica, arial, sans-serif;
  background-position: center top;
  background-size: contain;
}

.listing-blog-sec .list-wps .list-cont {
    padding-bottom: 4px;
    justify-content: space-between;
    flex-direction: column;
    min-width: 1px;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    line-height: normal;
}

.listing-blog-sec .list-wps .list-cont .cm-dates {
    font-size: 16px;
    color: rgb(89, 89, 89);
    margin-bottom: 16px;
}

.listing-blog-sec .list-wps .list-cont .cm-cont {
    margin-bottom: 0;
}

.listing-blog-sec .list-wps .list-cont .cm-cont h4.x-elh4 {
    color: rgb(27, 27, 27);
    line-height: 1.125;
    font-weight: 400;
    margin-bottom: 16px;
    overflow-wrap: break-word;
    font-family: Helvetica, arial, sans-serif;
}

.listing-blog-sec .list-wps .list-cont .cm-cont p.x-elpp {
    color: rgb(94, 94, 94);
    margin-bottom: 16px;
    line-height: 1.5;
}

.listing-blog-sec .list-wps>.list-itms:last-child .list-two {
    border-bottom: 0;
    margin-bottom: 0;
}

.listing-blog-sec .list-wps a:hover {
    color: #d22f25;
}

.cm-readmore>.readmore:hover {
    color: #8a1b15;
}


@media(max-width:1535px){
  .listing-blog-sec .list-wps .list-cont .cm-dates {
    font-size: 14px;
}

.listing-blog-sec .list-wps .list-cont .cm-cont h4.x-elh4 {
    font-size: 22px;
}

}

@media(max-width:1023px){
.listing-blog-sec .list-wps>.list-itms {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
}

}

@media(max-width:767px){
.listing-blog-sec .list-wps {
    margin-left: -12px;
    margin-right: -12px;
}

.listing-blog-sec .list-wps>.list-itms {
    padding-right: 12px;
    padding-left: 12px;
}

.listing-blog-sec .list-wps a .list-two {
    flex-wrap: wrap;
    flex-direction: column;
}

.listing-blog-sec .list-wps .list-two .list-img {
    margin: 0 auto;
    margin-bottom: 32px;
}

.listing-blog-sec .list-wps .list-two .list-img #guacBg2 {
    background-position: center center;
}

.listing-blog-sec .list-wps .list-cont {
    width: 100%;
}

.listing-blog-sec .list-wps .list-cont {
    padding-bottom: 0;
}


}


