.recentposts_wrapper .recentposts_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.recentposts_wrapper .recentposts_item {
  position: relative;
  padding: 0 15px;
}

.recentposts_wrapper .post__excerpt {
  color: #fff !important;
  font-size: 14px !important;
}

.recentposts_wrapper .post__excerpt span {
  color: #fff !important;
  font-size: 14px !important;
}

.recentposts_wrapper .recentposts_image img {
  width: 100%;
}

.recentposts_wrapper .top-sectiion h5 {
  color: #202020;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.recentposts_wrapper .top-sectiion .top-section-button {
  text-align: right;
  padding: 18px 20px 18px 0;
}

.recentposts_wrapper h2 {
  margin: 0;
  line-height: 1;
}

.recentposts_wrapper .recentposts_image {
  padding-bottom: calc( 0.61 * 100% );
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.recentposts_wrapper .recentposts_image img {
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%,-50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%,-50%);
  height: 100%;
  width: auto;
}

.recentposts_wrapper .recentposts_image a:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
  background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.recentposts_wrapper .recentposts_iteminner:hover .recentposts_image a:after {
  opacity: .6;
}

.recentposts_wrapper .top-sectiion {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 10px;
}

.recentposts_wrapper .top-sectiion .button-link {
  box-shadow: none;
}

.recentposts_wrapper .top-sectiion>div {
  padding: 10px;
}

.recentposts_wrapper .recentposts_content {
  padding: 25px 50px 25px 50px;
}

.recentposts_wrapper .content-wrapper{
  max-width: 1200px;
  padding: 0;;
}

.recentposts_wrapper .post__excerpt p {
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #fff;
}

.recentposts_wrapper .elementor-post__text {
  padding: 0 30px;
  margin-top: 20px;
}

.recentposts_wrapper .post__excerpt {
  line-height: 1.7;
  margin-bottom: 25px;
}

.recentposts_wrapper .recentposts_title h3 {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 1.1;
}

.recentposts_wrapper .elementor-post__read-more {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

.recentposts_wrapper .recentposts_iteminner {
  background: #071633;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.recentposts_wrapper .recentposts_title h3 a {
  color: #01bfe3;
}

.recentposts_wrapper .post__badge {
  position: absolute;
  top: 0;
  background: #818a91;
  color: #fff;
  font-size: 12px;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  border-radius: 999px;
  text-transform: uppercase;
  margin: 20px;
  right: 0;
  color: #fff;
}

.recentposts_wrapper .recentposts_item.no-feautured-image .elementor-post__text {
  margin-top: 0;
}

.recentposts_wrapper .elementor-post__meta-data {
  padding: 15px 30px;
  border-top: 1px solid #071633;
  line-height: 1.3em;
  font-size: 12px;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  font-family: "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.recentposts_wrapper .top-sectiion.cm-full .top-section-content {
    width: 100%;
    text-align: center;
}
@media (min-width: 768px){
  .recentposts_wrapper .top-section-content {
    width: 65%;
  }

  .recentposts_wrapper .top-sectiion .top-section-button {
    width: 35%;
  }

  .recentposts_wrapper .recentposts_item {
    width: 33.33%;
  }
}

@media (max-width: 767px){
  .recentposts_wrapper .recentposts_item {
    margin-bottom: 34px;
  }

  .recentposts_wrapper .recentposts_item:last-child {
    margin-bottom: 0;
  }

  .recentposts_wrapper .top-sectiion>div {
    padding: 10px;
    width: 100%;
  }