.wws_latestpostmore_wrapper {
  background: #fff;
  max-width: 1430px;

  margin: 0 auto;
  padding: 100px 20px 0 20px;
}

.wws_latestpostmore_header_wrap {
  text-align: center;
}

.wws_lpm_title {
  font-size: 57px;
  font-weight: 700;
  line-height: 71.98px;
  letter-spacing: 1.14px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 0 0 30px 0;
  position: relative;
}

.wws_lpm_title a {
  color: #090909;
}

.wws_lpm_title a:hover {
  color: #fff;
}

.wws_lpm_title::after {
  position: absolute;
  content: '';
  width: 114px;
  height: 4px;
  background-color: #a1d184;
  left: calc(50% - 57px);
  bottom: 0;
}

.wws_latestpostmore_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
}

.wws_latestpostmore_listitem {
  flex-basis: 31%;
  margin: 15px;
}

.wws_latestpostmore_item_imgwrap img {
  width: 450px;
  object-fit: cover;
  height: 315px;
  object-position: center;
  opacity: 0.7;
}

.wws_latestpostmore_listitem:nth-child(3n+1) {
  background: #a1d184;
}

.wws_latestpostmore_listitem:nth-child(3n+2) {
  background: #00bbd3;
}

.wws_latestpostmore_listitem:nth-child(3n+3) {
  background: #49ba91;
}

.wws_latestpostmore_listitem:nth-child(3n+4) {
  background: #49ba91;
}

.wws_latestpostmore_listitem:nth-child(3n+5) {
  background: #a1d184;
}

.wws_latestpostmore_listitem:nth-child(3n+6) {
  background: #00bbd3;
}

.wws_latestpostmore_item_content {
  padding: 40px;
}

.wws_latestpostmore_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_latestpostmore_item_date::after {
  content: '';
  position: absolute;
  width: 77px;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.wws_latestpostmore_item_category .post-categories li {
  display: inline-block;
}

.wws_latestpostmore_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_latestpostmore_item_category .post-categories li a:hover,
.wws_latestpostmore_item_category .post-categories li a:focus {
  box-shadow: 0 0 5px #656565;
}

.wws_latestpostmore_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_latestpostmore_item_title a {
  color: #090909;
}



@media(max-width:1500px) {
  .wws_latestpostmore_listitem {
    flex-basis: 30%;
    margin: 10px;
  }

  .wws_latestpostmore_item_imgwrap img {
    width: 400px;
    height: 240px;
  }

  .wws_lpm_title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 0 20px 0;
  }
}

@media(max-width:1200px) {

  .wws_latestpostmore_item_content {
    padding: 20px 25px;
  }

  .wws_latestpostmore_item_date {
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 20px 0;
  }

  .wws_latestpostmore_item_date::after {
    height: 2px;
  }

  .wws_latestpostmore_item_category .post-categories li a {
    border-radius: 3px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 16px;
    margin: 0 8px 0 0;
  }

  .wws_latestpostmore_item_title {
    font-size: 24px;
    line-height: 30px;
  }

  .wws_lpm_title {
    font-size: 45px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 0 25px 0;
  }

  .wws_latestpostmore_wrapper {
    padding: 70px 20px 0 20px;
  }

  .wws_latestpostmore_wrapper .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media(max-width:1024px) {
  .wws_latestpostmore_listitem {
    flex-basis: 47%;
  }

  .wws_lpm_title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .wws_latestpost_header_wrap {
    padding: 0 15px 50px 15px;
  }

  .wws_latestpostmore_item_title {
    font-size: 18px;
    line-height: 22px;
  }

  .wws_latestpostmore_item_category .post-categories li a {
    margin: 0 5px 5px 0;
  }

  .wws_latestpostmore_listitem {
    margin: 8px;
  }

  .wws_latestpost_item_imgwrap a {
    display: block;
  }

  .wws_latestpostmore_item_imgwrap img {
    width: 100%;
    height: 240px;
  }

}

@media(max-width:767px) {
  .wws_lpm_title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .wws_lpm_title::after {
    width: 100px;
    height: 2px;
  }

  .wws_latestpostmore_listitem {
    flex-basis: 46%;
  }

  .wws_latestpostmore_list {
    max-width: 100%;
  }

}



@media(max-width:580px){
  .wws_latestpostmore_listitem{
      flex-basis: 100%;
  }
}