p {
  color: var(--primary-blue, #312D78);
}


.recent-posts-wrapper .content-wrapper {
  padding: 0;
}
.recent-posts-wrapper .content-wrapper .row {
  padding: 0% 0% 0% 0%;
}
.recent-posts-wrapper .content-wrapper .row .recent-posts-title {
  margin-bottom: 20px;
	display:flex;
	gap:2rem;
	justify-content: space-between;
}

	@media screen and (max-width:600px) {
.recent-posts-wrapper .content-wrapper .row .recent-posts-title {
		display:flex;
		gap: 2rem;
    flex-direction:column;
		justify-content: space-between;
	}
}


.recent-posts-wrapper .content-wrapper .row .recent-posts-title h2 {
  color: #383489;
  font-size: 30px;
  line-height: 1.5em;
  text-align: left;
}
.recent-posts-wrapper .recent-posts {
  margin-bottom: 20px;
  position: relative;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content:space-between;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner .recent-posts-item {
  margin-bottom: 37px;
  width: 31.3%;
  float: left;
  display: inline-block;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner .recent-posts-item .recent-posts-item-padding {

  background-color: #fff;
  height: 100%;
  padding-bottom: 50px;
  position: relative;
	border-radius: 8px;
  background: var(--section-bg, #F2EFE8);
}
.recent-posts-wrapper .recent-posts .recent-posts-inner .uael-post__thumbnail {
  overflow: hidden;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner .uael-post__thumbnail img.hs-rss-featured-image {
    height: 255px;
    width: 100%;
    object-fit: cover;
    padding: 2rem;
    max-width: 100%;
	    border-radius: 40px;
    box-sizing: border-box;
    border: none;
    vertical-align: middle;
}

.uael-post__thumbnail > img {
    border-radius:8px !important;
}

.recent-posts-wrapper .recent-posts .recent-posts-inner .uael-post__content-wrap {
  padding: 0px 30px 0px 30px;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner h3.uael-post__title {
    color: var(--primary-blue, #312D78);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
	  margin:0;
    padding-bottom: 1rem;
}
}
.recent-posts-wrapper .recent-posts .recent-posts-inner h3.uael-post__title a {
color: #252346;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
	  text-decoration:none;
    line-height: inherit;
    font-family: inherit;
    color: var(--primary-blue, #312D78);
    font-size: 21px;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
	  text-decoration:none;
}
.uael-post__title a{
	  text-decoration:none !important;
}


.recent-posts-wrapper .recent-posts .recent-posts-inner .uael-post__meta-data {
  line-height: 1.3em;
  font-size: 12px;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner .uael-post__meta-data span.uael-post__date {

  font-size: 13px;
  font-weight: 600;
  line-height: 20.8px;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner .uael-post__excerpt {
 color: var(--primary-blue, #312D78);
    font-size: 16px;
    padding-bottom: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner a.uael-post__read-more.elementor-button {
  color: #fff;
  background-color: #ffa93a;
  padding: 11px 12px 11px 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: proxima-nova;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  bottom: 30px;
	border-radius: 28px;
	border: 1px solid var(--primary-yellow, #F8A73D);
	background: var(--primary-yellow, #F8A73D);
	text-decoration:none;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner span.elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner span.elementor-button-icon.elementor-align-icon-left {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner span#uael-post-85133 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}
.recent-posts-wrapper .site-btn {
  margin: 40px 0 0 0;
}
.recent-posts-wrapper .site-btn {
  margin: 40px 0 0 0;
  text-align: center;
}
.recent-posts-wrapper .site-btn a {
    color: #fff;
    background-color: #ffa93a;
    padding: 11px 12px 11px 12px;
    font-size: 18px;
    font-weight: 500;
    font-family: proxima-nova;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    bottom: 30px;
    border-radius: 28px;
    border: 1px solid var(--primary-yellow, #F8A73D);
    background: var(--primary-yellow, #F8A73D);
    text-decoration: none;
}
.recent-posts-wrapper .recent-posts .recent-posts-inner a.uael-post__read-more.elementor-button:hover {
  background: #252346;
	    border: none;
}
.recent-posts-wrapper .site-btn a span.icon {
  display: none;
}
.recent-posts-wrapper .site-btn a:hover {
  color: #FFF;
  background-color: #252346;
}
.recent-posts-wrapper .site-btn {
  text-align: center;
}

@media(max-width: 1024px){
  .recent-posts-wrapper .recent-posts .recent-posts-inner{
    margin-left: 0;
    margin-right: 0;
  }
  .recent-posts-wrapper .recent-posts .recent-posts-inner .recent-posts-item {
  width:50%;
	margin-top: 3rem;
  }
}


@media(max-width: 767px){
  .recent-posts-wrapper {
    padding: 50px 0 50px 0;
  }
  .recent-posts-wrapper .content-wrapper .row {
    padding: 5% 5% 5% 5%;
  }
  .recent-posts-wrapper .content-wrapper .row .recent-posts-title h2 {
    font-size: 26px;
  }
  .recent-posts-wrapper .recent-posts .recent-posts-inner .recent-posts-item {
    width: 100%;
		margin-top: 3rem;
  }
  .recent-posts-wrapper .site-btn {
    margin: 60px 0 0;
    text-align: center;
  }
  .recent-posts-wrapper .recent-posts .recent-posts-inner .recent-posts-item {
  width:100%;
  }
}  



.recent-posts-wrapper .site-btn {
	margin:0;
}

.recent-posts-title {
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}




