.custom-post-container {
  .custom-post-slide-review {
    width: 100%;
    border-radius: 24px;
    background: #f8f8f8;
    box-shadow: 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06),
      0px 2.289px 2.289px -2.5px rgba(0, 0, 0, 0.16),
      0px 0.602px 0.602px -1.25px rgba(0, 0, 0, 0.18),
      0px 0px 0px 1px rgba(0, 0, 0, 0.1);
      margin: 5px;

    .custom-post-content {
      /* Paragraph */
      p {
        color: #072130;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px; /* 140% */
        margin-bottom: 0;

        @media screen and (max-width: 992px) {
          font-size: 14px;
        }

        @media screen and (max-width: 768px) {
          font-size: 13px;
        }
      }
    }

    .custom-post-title-part {
      .title {
        color: #072130;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22.4px; /* 140% */

        @media screen and (max-width: 992px) {
          font-size: 14px;
        }

        @media screen and (max-width: 768px) {
          font-size: 13px;
        }
      }

      h6 {
        color: #4a6778;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16.8px; /* 120% */

        @media screen and (max-width: 992px) {
          font-size: 12px;
        }
      }
    }
  }

  .custom-post-slider-reviews {
    .owl-stage {
      display: flex;

      .owl-item {
        display: flex;
        flex: 1 0 auto;
      }
    }
  }

  .owl-theme {
    .owl-nav.disabled + .owl-dots {
      margin-top: 40px !important;
    }
  }
}
