.posts-block h2.block-title {
  text-align: center;
}
.posts-block h2.block-title:after {
  left: 50%;
  margin-left: -50px;
}
.posts-block .container {
  max-width: 1180px;
}
li.single-post .carousel-post-content {
  padding: 0 10px;
}
.posts-carousel ul.flex-direction-nav {
  margin-top: 25px;
}
.flex-direction-nav .flex-prev {
  left: -55px !important;
  top: 140px;
  opacity: 1;
  border: 2px solid #1368a9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.flex-direction-nav .flex-next {
  right: -55px !important;
  top: 140px;
  opacity: 1;
  border: 2px solid #1368a9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.posts-carousel .flex-direction-nav a:before {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  font-family: fontawesome;
  content: "\f0d9";
  margin-left: -3px;
  margin-top: -2px;
}

.posts-carousel ul.flex-direction-nav a.flex-next:before {
  content: "\f0da";
  margin-left: 3px;
}
.posts-carousel.flexslider {
  margin: 50px 0 25px;
}
h4.single-posts-title {
  color: #1368a9;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
}
h4.single-posts-title:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: 0;
  bottom: 0;
}

.single-post a.read-more-link {
  color: #043561;
  font-weight: 600;
  font-size: 18px;
}
.single-post a.read-more-link:hover {
  text-decoration: underline;
}
.newsevnets-section h2.block-title {
  color: #b73e26;
}
.newsevnets-section::before {
  content: "";
  background: url(http://softalliancetech.com/osterialuca/wp-content/uploads/2019/09/icon3.png);
  background-size: unset;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: 5% 10%;
  background-size: 5%;
}
.post-wrapper {
  width: 80%;
  margin: 0 auto;
}
.newsevnets-section:after {
  content: "";
  background: url(http://softalliancetech.com/osterialuca/wp-content/uploads/2019/09/italymapeventbg.png);
  background-size: unset;
  position: absolute;
    left: calc(50vw + 460px);
    top: 0;
    bottom: -40px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: -1;
    width: 280px;
    background-size: contain;
    opacity: 0.75;
}
.post-items a.readmore,
.posts-block.posts-layout-carousel.newsevnets-section p {
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  font-size: 17px;
}

.post-items {
  margin-bottom: 25px;
  overflow: hidden;
}
.post-items:last-child {
  margin-bottom: 0;
}

.post-items a.readmore {
  text-transform: uppercase;
  position: relative;
  padding: 15px 0;
  display: inline-block;
}
.posts-block.posts-layout-carousel.newsevnets-section p {
  color: #4c4d4e;
  line-height: 32px;
}
.posts-block.posts-layout-carousel.newsevnets-section h3 {
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  color: #4c4d4e;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .post-wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .newsevnets-section::before {
    background-position: 93% 10%;
    background-size: unset;
  }
}

@media screen and (max-width: 767px) {
  .posts-layout-carousel .container {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .post-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
