   /* start ronna lou newsletter css */
.ronna-newsletter {
      padding: 20px;
      border: 1px solid #e5e5e5;
      border-bottom: 0px;
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
      margin: 60px auto 0 auto;
    }

    .ronna-newsletter .row {
      padding: 30px 75px;
      position: relative;
    }

    .ronna-newsletter-left {
        padding-top: 75px;
        width: 60%;
    }

    .ronna-heading {
      font-weight: normal;
      margin-bottom: 10px;
    }

    /* Style em and strong inside */
    .ronna-heading em {
      font-style: italic;
      font-size: 25px;
    }

    .ronna-heading strong {
        font-size: 35px;
        font-weight: 1000;
        line-height: 1.3;
        font-family: sans-serif;
    }



    .ronna-newsletter-left p {
      font-size: 20px;
      padding-left: 20px;
      padding-top: 100px;
    }

    .ronna-newsletter-left .newsletter-btn {
      background: #665647;
      color: #fff;
      display: block;
      width: 456px;
      line-height: 70px;
      border-radius: 60px;
      text-align: center;
      font-size: 22px;
      margin-top: 25px;
    }

    .ronna-newsletter-left .newsletter-btn i {
      font-size: 35px;
    }

    .ronna-newsletter-right {
        text-align: center;
        /* margin: -60px -80px 0 0; */
        position: absolute;
        width: 100%;
        top: -40px;
    }
    .ronna-newsletter-right .ronna-heading {
      font-weight: bold;
      font-size: 25px; /* Match previous .splide__slide h3 style if needed */
    }



    .matchmaker-name {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
    }

    .ronna-newsletter-right p {
      font-size: 16px;
    }

    .ronna-newsletter-right .splide__slide {
        width: 75% !important;
        text-align: center;
    }

    .ronna-newsletter-right .splide__slide h3 {
        font-size: 25px;
    }


    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 4rem !important;
        height: 4rem !important;
      
    }


    .carousel-control-next-icon, .carousel-control-next-icon{
        width: 4rem !important;
        height: 4rem !important; 
       
    }

    .matchmaker-info-sec {
        margin-right: -60%;
    }
   
    .matchmaker-link {
        background: #665647;
        color: #fff;
        display: block;
        width: 456px;
        line-height: 70px;
        border-radius: 60px;
        text-align: center;
        font-size: 22px;
        text-decoration: none;
        /* margin-top: 25px; */
        position: absolute;
        z-index: 99;
        top: 65%;
        left: 1%;
    }



    .matchmaker-link:hover {
        background: #B46D4D;
        text-decoration: none;
        color: #fff;
    }

 
    .ronna-newsletter .carousel-control-prev {
      left: 55%;
      top: 45%;
    }

    .ronna-newsletter .carousel-control-next {
        width: 24%;
        right: -9%;
        top: 43%;
    }

    .heading-line-1 {
    font-style: italic;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.6;
  }

  .heading-line-2 {
    padding-top: 20px;
  }


    /* .ronna-newsletter .carousel-item {
        transition: transform 2s ease-in-out;
      } */

      
/* end ronna lou newsletter css */

/* Mobile CSS */


@media only screen and (max-width: 1199px) {
  
    .ronna-newsletter-left {
        width: 100%;
    }

    .matchmaker-info-sec {
        margin-right: 0%;
    }

    .ronna-newsletter-right {
        top: 0;
        position: relative;
    }

    .ronna-newsletter .carousel-control-prev {
        left: 0;
    }

    .ronna-newsletter .carousel-control-next {
        width: 15%;
    }

    .matchmaker-link {
        position: relative;
        z-index: 99;
        top: 0;
        left: 0;
        margin: 25px auto;
    }
    .ronna-newsletter-left p {
        display: none;
    }

}



@media only screen and (max-width: 640px) {
  
    .matchmaker-link {
        font-size: 16px;
        width: 98%;
    }

    .ronna-newsletter-right img {
      width: 100%;
      height: auto;
    }
  

}

@media only screen and (max-width: 768px) {
  
  .ronna-newsletter-left .ronna-heading em {
    font-size: 16px;
  }

  .ronna-newsletter-left .ronna-heading strong {
    font-size: 25px;
    font-family: sans-serif;
  }

}

@media only screen and (max-width: 420px) {

.ronna-newsletter .carousel-control-prev {
        left: -44px;
        top: 156px;
    }



    .ronna-newsletter .carousel-control-next {
      right: -44px;
      top: 156px;
    }



    
}

/* End Mobile CSS */