.item .post {
  display: inline-block;
  /* width: 100%; */
  border-radius: 6px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #143a52;
  margin-top: 40px;
  position: relative;
  height: 465px;
}
.related-posts-title {
  text-align: center;
  font-size: 25px;
  margin: 20px 0;
}
.item a {
  height: 400px !important;
}
.item .post:first-of-type {
  margin-top: 0;
}
@media (min-width: 568px) and (max-width: 1023px) {
  .item .post {
    /* width: 48%; */
    margin-right: 4%;
  }
  .item .post:nth-of-type(2n) {
    margin-right: 0;
  }
  .item .post:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .item .post {
    /* width: 31%; */
    margin-right: 3%;
    margin-top: 60px;
  }
  .item .post:nth-of-type(3n) {
    margin-right: 0;
  }
  .item .post:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
.item .post .image {
  width: 100%;
  height: 140px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.item .post .content {
  padding: 0 22px 29px 22px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .item .post .content {
    padding: 0 32px 44px 32px;
  }
}
.item .post .content:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -90px;
  width: 210px;
  height: 210px;
  background-color: #143a52;
  opacity: 0.02;
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
  border-radius: 40px;
  z-index: 1;
}
.item .post .content h1 {
  font-size: 22px;
  line-height: 26px;
}
.item .post .content p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 50% !important;
}

.item .post .image {
  justify-content: center;
  display: flex;
}

.related-posts {
  max-width: 1400px;
  margin: 50px auto;
  padding: 0px 10px;
}

@media all and (min-width: 1315px) {
  .related-posts {
    margin: 240px auto 50px;
  }
}

.owl-carousel.owl-drag .owl-item {
  padding: 0 10px;
}

.owl-carousel .owl-stage-outer {
  padding: 10px 0;
}

.arrow {
  width: 90px;
  height: 80px;
  pointer-events: none;
  margin: 5% auto;
  right: 0px;
  top: -59px;
  border-radius: 3px;
  height: 401px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  z-index: 9;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

i {
  display: block;
  color: #fff;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;

  right: -70px;
  top: 45%;
  position: relative;
  font-size: 2rem !important;
}

/* This will make arrow right responsive for all devices */

@media (max-width: 1384px) {
  .arrow {
    top: -57px;
  }
}

@media (max-width: 1343px) {
  .arrow {
    top: -55px;
  }
}

@media (max-width: 1290px) {
  .arrow {
    top: -53px;
  }
}

@media (max-width: 1250px) {
  .arrow {
    top: -50px;
  }
}

@media (max-width: 1204px) {
  .arrow {
    top: -48px;
  }
}

@media (max-width: 1184px) {
  .arrow {
    top: -47px;
  }
}

@media (max-width: 1164px) {
  .arrow {
    top: -46px;
  }
}

@media (max-width: 1124px) {
  .arrow {
    top: -44px;
  }
}


@media (max-width: 1104px) {
  .arrow {
    top: -44px;
  }
}

@media (max-width: 1064px) {
  .arrow {
    top: -41px;
  }
}

@media (max-width: 1044px) {
  .arrow {
    top: -39px;
  }
}

@media (max-width: 1004px) {
  .arrow {
    top: -38px;
  }
}

@media (max-width: 944px) {
  .arrow {
    top: -35px;
  }
}

@media (max-width: 904px) {
  .arrow {
    top: -32px;
  }
}

@media (max-width: 824px) {
  .arrow {
    top: -29px;
  }
}

@media (max-width: 784px) {
  .arrow {
    top: -27px;
  }
}

@media (max-width: 768px) {
  .arrow {
    top: -26px;
  }
}

@media (max-width: 704px) {
  .arrow {
    top: -23px;
  }
}

@media (max-width: 644px) {
  .arrow {
    top: -20px;
  }
}

@media (max-width: 584px) {
  .arrow {
    top: -17px;
  }
}

@media (max-width: 454px) {
  .arrow {
    top: -12px;
  }
}

@media (max-width: 428px) {
  .arrow {
    top: -10px;
  }
}

@media (max-width: 388px) {
  .arrow {
    top: -8px;
  }
}

@media (max-width: 348px) {
  .arrow {
    top: -6px;
  }
}


/* This will make arrow right responsive for all devices */


