.custom-modules--wrapper.style-full-image-blue-overlay {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #3573dd;
    height: 100%;
    width: 100%;
  
  }

.custom-modules--wrapper.style-full-image-blue-overlay h2 {
  color: #fff;
  line-height: 1.2em;
}

  .custom-modules--wrapper.style-full-image-blue-overlay .bkg-image.style-full-image-blue-overlay {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .2;
  }
  
  .custom-modules-content.style-full-image-blue-overlay {
    position: relative;
    object-fit: cover;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
    padding: 32px;
    max-width: 90%;
  }
  
  .custom-modules--wrapper.style-full-image-blue-overlay h4 {
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    Margin-block-start: 0.83em;
    Margin-block-end: 0.83em;
  }
  
  .custom-modules--wrapper.style-full-image-blue-overlay p {
    color: #fff;
    font-size: 15px;
  }

  .custom-modules--wrapper.style-full-image-blue-overlay .button {
    background: #8ed1fc;
    color: #000;
    display: inline-block;
    padding: 12px 26px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 10px;
    transition: 0.3s ease;
  }

  .custom-modules--wrapper.style-full-image-blue-overlay .button:hover {
    background: #fff;
    font-weight: 900;
    text-decoration: none;
  }

