.paragraph-module {
  padding-bottom: 5rem !important;
}

.paragraph-content__button{
  margin-top: 2rem;
}

.paragraph__outer{
   gap: 3rem;
}

.paragraph-image{
  position: relative;
}


@media only screen and (min-width: 768px) {
  .paragraph-image{
    width: 50%;
  }
  
  .paragraph-content{
    width: 50%;
  }
  .paragraph-image .paragraph-image__image{
 min-height: 480px;
   object-fit: cover;
}
}

.paragraph-image__image{
  height: auto;
  width: 100%;
  position: relative;
  z-index: 9;
  border-radius: 2rem;
}

.paragraph-content{
  color: #ffffff;
}


.paragraph-content__desc{
  font-weight: 400;
  line-height: 1.75rem;
}

.paragraph-content ul li:not(:last-child){
  margin-bottom: .75rem;
}

.paragraph-content ul li{
  list-style: image;
  list-style-image: url('https://27240557.fs1.hubspotusercontent-eu1.net/hubfs/27240557/icons/check.svg');
}

.small_vid_desc{
  padding-top: 1.5rem;
  
}

.small_vid_desc{
  font-size: .75rem;
}

.paragraph-content__title {
  margin-bottom: 16px !important;
}

  .overlay {
    position: relative;
    display: inline-block;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #8D004C;
    border-radius: 50%;
    color: white;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
  }

.play-button_thumbnail {
    background-color: rgba(0,0,0,.5);
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
      background-size: cover !important;
    background-repeat: no-repeat !important;
}
.play-button svg{
  vertical-align: initial;
}
  .play-button_thumbnail {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }

  .play-button_thumbnail.fade-out {
    opacity: 0;
    z-index: -1;
  }

  .play-button {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }

  .play-button.fade-out {
    opacity: 0;
    
  }

@media only screen and (max-width: 600px) {
  .paragraph-content__label.label{
    margin-bottom: .5rem;
  }
  
  .paragraph-image{
       width: 100%; 
  }
  
  .paragraph-image .paragraph-image__image{
       max-height: 215px;
    object-fit: cover;
}



/* usps */
.usp_content_paragraph{
      margin: 0px;
    padding: 0px;
}
.usp_content_paragraph li{
      display: inline-flex;
    gap: 23px;
    max-width: 420px;
      margin-bottom: 12px;
}
.usp_content_paragraph svg{
  margin-top: 6px;
    position: relative;
    width: 27px;
  
}