.wws_latestpost_wrapper {
  background: #fff;
  max-width: 1430px;
  margin: 0 auto;
}
.wws_latestpost_header_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 60px 15px;
}
.wws_lp_title {
  font-size: 57px;
  font-weight: 700;
  line-height: 71.92px;
  text-align: left;
  font-style: normal;
  letter-spacing: 1.14px;
  margin: 0;
}
.wws_lp_link {
  display: inline-block;
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  border-radius: 31px;
  background-color: #a1d184;
  padding: 21px 36px;
}
.wws_lp_link:hover, .wws_lp_link:focus{
  color: #090909;
  background-color:   #00bbd3;
}

.wws_latestpost_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
}
.wws_latestpost_listitem {
  flex-basis: 31%;
  margin: 15px;
}
.wws_latestpost_item_imgwrap img {
  width: 450px;
  object-fit: cover;
  height: 315px;
  object-position: center;
  opacity: 0.7;
}
.wws_latestpost_listitem:nth-child(3n+1) {
  background: #a1d184;
}
.wws_latestpost_listitem:nth-child(3n+2) {
  background: #00bbd3;
}
.wws_latestpost_listitem:nth-child(3n+3) {
  background: #49ba91;
}
.wws_latestpost_item_content {
  padding: 40px;
}
.wws_latestpost_item_date {
  margin: 0 0 25px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 49.58px;
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.36px;
  position: relative;
}
.wws_latestpost_item_date::after {
  content: '';
  position: absolute;
  width: 77px;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.wws_latestpost_item_category .post-categories li {
  display: inline-block;
}
.wws_latestpost_item_category .post-categories li a {
  display: inline-block;
  border-radius: 4px;
  color: #090909;
  background-color: #ffffff;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.25px;
  margin: 0 12px 0 0;
  text-transform: lowercase;
}
.wws_latestpost_item_category .post-categories li a:hover,
.wws_latestpost_item_category .post-categories li a:focus{
  box-shadow: 0 0 5px #656565;
}
.wws_latestpost_item_title {
  margin: 25px 0 10px 0;
  letter-spacing: 0.58px;
  font-size: 29px;
  font-weight: 700;
  font-style: normal;
  line-height: 39px;
  padding: 0;
}
.wws_latestpost_item_title a{
  color: #090909;
}
.wws_latestpost_item_title a:hover{
  color: #fff;
}
@media(max-width:1500px){
    .wws_lp_title{
      font-size: 50px;
      line-height: 60px;
    }
    .wws_latestpost_listitem{
        margin: 12px;
    }
}
@media(max-width:1200px){
    .wws_lp_title {
      font-size: 45px;
      line-height: 52px;
    }
    .wws_lp_link{
        padding: 15px 30px;
    }
    .wws_latestpost_listitem {
      flex-basis: 30%;
      margin: 10px;
    }
    .wws_latestpost_item_imgwrap img{
        width: 350px;
        height: 248px;
    }
    .wws_latestpost_item_content {
      padding: 20px;
    }
    .wws_latestpost_item_date{
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 34px;
    }
    .wws_latestpost_item_date::after {
      width: 70px;
      height: 2px;
    }
    .wws_latestpost_item_category .post-categories li a {
      padding: 5px 10px;
      font-size: 13px;
      line-height: 15px;
      margin: 0 10px 0 0;
    }
    .wws_latestpost_item_title {
      margin: 20px 0 5px 0;
      font-size: 22px;
      line-height: 26px;
    }
}
@media(max-width:1024px){
    .wws_lp_title {
      font-size: 38px;
      line-height: 42px;
      padding: 0;
    }
    .wws_lp_link{
        font-size: 16px;
        line-height: 18px;
    }
    .wws_latestpost_listitem{
        margin: 8px;
    }
    .wws_latestpost_item_imgwrap img{
        height: 200px;
        width: 100%;
    }
    .wws_latestpost_item_imgwrap a {
      display: block;
    }
    .wws_latestpost_item_category .post-categories li a{
        margin: 0 5px 5px 0;
    }
    .wws_latestpost_item_title{
        font-size: 18px;
        line-height: 24px;
    }
    .wws_latestpost_header_wrap{
        padding: 0 15px 30px 15px;
    }
}   
@media(max-width:767px){
    .wws_lp_title {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 20px 0;
    }
    .wws_latestpost_header_wrap{
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 15px 30px 15px;
    }
    .wws_lp_link{
        font-size: 14px;
        line-height: 16px;
        padding: 12px 20px 12px 20px;
    }
    .wws_latestpost_listitem{
        flex-basis: 47%;
    }
    .wws_latestpost_list{
        max-width: 100%;
    }
}


@media(max-width:580px){
  .wws_latestpost_listitem{
      flex-basis: 100%;
  }
}