.four-columns-title-and-text-section {
  padding: 80px 20px;
}

.four-columns-title-and-text-section .section-wrap-centered {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.four-columns-title-and-text-section .section-wrap-centered .section-title {
  color: #020202;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  text-transform: capitalize;
  text-align: center;
}

.four-columns-title-and-text-section .section-wrap-centered .top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.four-columns-title-and-text-section .section-wrap-centered .top-content>label {
  color: #8ED5BB;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.four-columns-title-and-text-section .section-wrap-centered .top-content>.wysiwyg-content * {
  color: #fff;
}

.four-columns-title-and-text-section .section-wrap-centered .top-content h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  text-transform: capitalize;
}

.four-columns-title-and-text-section .section-wrap-centered .contents {
  display: flex;
  gap: 80px;
  align-items: stretch;
  flex-flow: row nowrap;
}

.four-columns-title-and-text-section .section-wrap-centered .spacer {
  width: 1px;
  background: #B1B1B1;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  background: #E1D4E3;
  position: absolute;
  top: 0;
  left: -40px;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap:first-child:before {
  display: none;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap .img-wrap {
  margin-bottom: 24px;
  display: flex;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap .button-wrapper {
  margin-top: 50px;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap .button-wrapper a {
  display: flex;
  padding: 20px 36px;
  align-items: center;
  gap: 16px;
  border-radius: 200px;
  border: 2px solid #6D4087;
/*   box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15); */
  color: #6D4087;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap .content-inner-wrap {
  text-align: center;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap h3 {
  color: #020202;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px; 
  text-transform: capitalize;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap .wysiwyg-content *:not(em) {
  color: #141414;
}

.four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap .wysiwyg-content * {
  font-size: 20px;
  line-height: 28px;
}

.four-columns-title-and-text-section .section-wrap-centered .bottom-content.wysiwyg-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.four-columns-title-and-text-section .section-wrap-centered .bottom-content.wysiwyg-content p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

@media screen and (max-width: 1279px) {
  .four-columns-title-and-text-section .section-wrap-centered .top-content h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .bottom-content.wysiwyg-content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
}


@media (max-width: 1279px) {
  .four-columns-title-and-text-section {
    padding: 60px 20px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .section-title {
    font-size: 30px;
    line-height: 38px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents {
    gap: 80px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap:before {
    left: -40px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 1024px) {
  .four-columns-title-and-text-section .section-wrap-centered .contents {
    gap: 40px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap:before {
    left: -20px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap .img-wrap {
    width: 106px;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .four-columns-title-and-text-section {
    padding: 40px 20px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; 
  }

  .four-columns-title-and-text-section .section-wrap-centered .section-title {
    font-weight: 600;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap:before {
    content: unset;
  }

}

@media screen and (max-width: 767px) {
  .four-columns-title-and-text-section {
    padding: 40px 20px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents {
    gap: 40px 16px;
    flex-wrap: wrap;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap {
    max-width: calc(100% / 2 - 10px);
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap.left-content,
  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap.right-content {
    border-radius: 8px;
    padding: 16px;
  }

  .four-columns-title-and-text-section .section-wrap-centered .contents .content-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .four-columns-title-and-text-section .section-wrap-centered {
    gap: 40px;
  }
}
