.class-col .thumbnail-img .class-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .class-col .content .class-content {
    background-color: #707173;
    color: #fff;
    padding: 1rem;
  }
  .class-col .content .details {
    font-size: 16px;
  }
  .class-col .link .booking-req-href {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  .class-col .link a {
    color: #fff;
    text-decoration: none !important;
    /* margin-right: -15px; */
    display: flex;
    height: 100%;
  }
  .class-col .link .booking-req-col {
    padding: 15px;
    transform: unset;
    bottom: unset;
    top: unset;
    position: relative;
    border-top: none;
  }
  .class-col .link .booking-req-col :hover {
    text-decoration: none;
  }
  .class-col .link a:hover {
    opacity: 0.87;
    text-decoration: none !important;
  }
  @media only screen and (min-width: 998px) {
    .class-col .thumbnail-img {
      padding-right: 0;
    }
    .class-col .content {
      padding: 0;
    }
    .class-col .link {
      padding-left: 0;
    }
  }
  @media only screen and (max-width: 998px) {
    .class-col > .row {
      flex-direction: column;
    }
    .class-col > .row .content {
      padding-bottom: 0;
    }
    .class-col > .row [class^=col] {
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  body .comment-section .wpcr3_dotline {
    display: none !important;
  }
  
  body .comment-section .wpcr3_leave_text {
    display: none;
  }
  
  body .comment-section .wpcr3_check_confirm {
    padding: 1rem 0;
  }
  
  body .comment-section .wpcr3_respond_2 {
    display: block;
  }
  
  body .comment-section .wpcr3_respond_3 {
    display: none;
  }
  
  body .comment-section a {
    color: #c20736;
  }
  
  .comment-section .wpcr3_div_2 {
    margin: 0 auto;
  }
  
  .comment-section .wpcr3_button_1 {
      font-family: 'NeffSansLig', 'Segoe-UI';
      font-size: 1rem;
      line-height: 1.5;
      border: 1px solid #c20736;
      border-radius: 0px;
      padding: 8px 30px;
      text-transform: uppercase;
      color: #FFF;
      background: #c20736;
  }
  
  .comment-section .wpcr3_button_1:hover {
      background: #fff;
      color: #c20736;
  }
  
  .comment-section .page-title {
      color: #c20736;
      letter-spacing: 5px;
      padding-bottom: 30px;
      text-transform: uppercase;
      font-family: 'NeffSansLig', 'Segoe-UI';
      font-weight: 700;
      font-size: 36px;
      line-height: 48px;
      text-align: center;
  }
  
  .comment-section .wpcr3_respond_3 {
      text-align: center;
  }
  
  .comment-section .wpcr3_review_item {
      /* width: 33%; */
  }
  
  .comment-section .wpcr3_review_item div {
      font-size: 1rem !important;
      font-style: normal !important;
  }
  
  .comment-section .wpcr3_review blockquote.wpcr3_content p {
      font-size: 1rem !important;
      font-style: normal !important;
  }
  
  @media only screen and (max-width: 998px) {
    .comment-section input:not([type="checkbox"]),
    .wpcr3_respond_2 textarea {
        width: 100%;
    }
    .wpcr3_respond_2 textarea {
        min-width: unset;
    }
  
      .comment-section .wpcr3_review_item {
          width: 100%;
      }
  }
  