    .featured-ladies-wrapper h1 {
      font-size: 28px !important;
      border-radius: 10px;
    }

    .sidelist ul {
      margin-bottom: 10px !important;
      margin-top: 30px !important;
      max-height: 150vh;
      overflow-y: scroll;
    }

    .sidelist h2 {
      font-size: 18px;
      color: #ffffff !important;
      background: #4f4f4f !important;
      font-weight: bold;
      margin-bottom: -25px !important;
      margin-top: 25px !important;
      line-height: 25px !important;
      padding: 10px 0px;
      border-radius: 10px 10px 0px 0px !important;
    }

    .featured-ladies-wrapper .innerbg {
      padding: 0px;
    }

    .lady-card .row div a img {
      width: 100%;
    }

    .lady-card .row div a button {
      min-width: 100%;
      background: #52bd84;
      color: #fff;
      line-height: 25px;
      margin: 15px 0px 15px 0px;
    }

    .lady-card .row div .col-md-8 {
      padding: 10px !important;
    }

    .featured-ladies-btns a {
      display: inline-block;
      width: 280px;
      line-height: 45px;
      background: #244777;
      color: #fff;
      border-radius: 10px;
      margin: 15px 8px;
    }

    .featured-ladies-btns a:hover {
      background: #52bd84;
      color: #fff;
    }

    @media only screen and (max-width: 991px) {
      .sidelist ul {
        overflow: visible;
        max-height: unset;
      }

      .lady-card .row div a img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        display: block;
      }
    }