﻿.story-cta {
  .dwl-roundedimage img {
    border: none !important;
  }

  .dwl-roundedimage .content-holder .btn {
    position: static;
    margin-left: 0;
  }

  .dwl-roundedimage .content-holder {
    padding: 120px 0px;
    text-align: left !important;
  }

  @media (min-width: 991px) {
    .col-lg-5 {
      flex: 0 0 auto;
      width: 50%;
      position: relative;
      display: flex;
      align-items:center;
    }

    .image-holder {
        height: 150%;
    }

    .col-lg-7 {
      flex: 0 0 auto;
      width: 50%;
    }
  }

.content p {
    color: #372E2B;
    font-size: 20px;
    font-style: normal;
    line-height: 150%; /* 30px */
}

  .content-holder,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-transform: none !important;
    margin-bottom: 32px;
  }

.image-holder:not(.order-lg-2)::before {
    box-shadow: inset 0 0 0 20px rgba(255, 205, 0, 0.8);
    content: '';
    display: block;
    position: absolute;
    top: 179px;
    transform: translate(-50%,-50%);
    width: 230px;
    z-index: 200;
    border-radius: 1000px;
    left: 50%;
    height: 231px;
}



@media (min-width: 991px) {
    .image-holder:not(.order-lg-2)::before {
        box-shadow: inset 0 0 0 100px rgba(255, 205, 0, 0.8);
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 200;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50% !important;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        height: 150%;
        left: -15px;
        clip-path: inset(0 0 0 51%);
    }

    .order-lg-2 .image-holder:before {
        border-top-left-radius: 50% !important;
        border-bottom-left-radius: 50% !important;
        border-top-right-radius: unset !important;
        border-bottom-right-radius: unset !important;
        left: 14px;
        clip-path: inset(0 51% 0 0);
    }
}


  .dwl-roundedimage .content-holder .btn {
    border: 0.094rem solid transparent !important;
    background: #1a5632;
    color: white;
  }
  .btn:hover {
    background: #372e2b !important;
  }

  .btn.btn-primary::after {
    display: none;
  }

  @media (max-width: 991px) {
    .col-lg-5::before {
      display: none;
    }


    .content p {
        font-size: 16px;
        font-style: normal;
        line-height: 150%;
    }

    .dwl-roundedimage img {
      position: static;
      height: 230px;
      width: 230px;
      border-radius: 500px !important;
      min-height: 0;
      transform: none;
      margin-top: 64px;
    }

    .dwl-roundedimage .content-holder {
      padding: 24px 30px;
      text-align: center !important;
      margin-inline: auto;
    }
  }
}

.story-cta-dark-green {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    color: white !important;
  }

  .dwl-roundedimage .content-holder .btn {
    border: 0.094rem solid transparent !important;
    background: white;
    color: #1a5632;
  }

  .btn:hover {
    background: #FFCD00 !important;
    color: white;
  }

.image-holder:not(.order-lg-2)::before {
    box-shadow: inset 0 0 0 20px rgba(0, 148, 59, 0.8);
}



@media (min-width: 991px) {
    .image-holder:not(.order-lg-2)::before {
        box-shadow: inset 0 0 0 100px rgba(0, 148, 59, 0.8);
    }

}
