.colored-background-with-title-and-desc-cta-section {
  padding: 80px 20px;
  background: linear-gradient(110.93deg, #165163 12.3%, #00738C 82.14%)!important;
}

.colored-background-with-title-and-desc-cta-section .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
.colored-background-with-title-and-desc-cta-section .wrap .column-arrow {
  min-height: 31px;
}
.colored-background-with-title-and-desc-cta-section  h2 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 16px;
}
.colored-background-with-title-and-desc-cta-section  h2 > span {
  color: #ffffff;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  display: block;
  font-style: italic;
}
.colored-background-with-title-and-desc-cta-section .desc p,
.colored-background-with-title-and-desc-cta-section .desc p > a {
  color: #E3E3E3;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.colored-background-with-title-and-desc-cta-section .desc {
  margin-bottom: 12px;
}
.colored-background-with-title-and-desc-cta-section .desc p > a {
  text-decoration: underline;
}
.colored-background-with-title-and-desc-cta-section .button-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.colored-background-with-title-and-desc-cta-section .button-wrapper a {
  border-radius: 40px;
  background: #FFF;
  padding: 24px 40px;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 320px;
  color: #587389!important;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-animation: shadow-pulse 1.5s infinite;
          animation: shadow-pulse 1.5s infinite;

}
.colored-background-with-title-and-desc-cta-section .button-wrapper a:hover{
  background: #72C3DA;
  -webkit-animation: shadow-pulse-1 1.5s infinite;
          animation: shadow-pulse-1 1.5s infinite;
  color: #fff!important;
  border-color: #72C3DA!important;
}
.colored-background-with-title-and-desc-cta-section .button-wrapper a:focus {
  background: #3498D2!important;
  -webkit-animation: shadow-pulse-2 1.5s infinite;
          animation: shadow-pulse-2 1.5s infinite;
  color: #fff!important;
  border-color: #3498D2!important;
}
/* .colored-background-with-title-and-desc-cta-section .button-wrapper a:before,
.colored-background-with-title-and-desc-cta-section .button-wrapper a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.50);
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 40px;
}
.colored-background-with-title-and-desc-cta-section .button-wrapper a:before {
  transform: scale(1.1, 1.35);
}
.colored-background-with-title-and-desc-cta-section .button-wrapper a:after {
  transform: scale(1.05, 1.2);
} */

/* Responsive Area */

@media screen and (max-width: 1279px) {
  .colored-background-with-title-and-desc-cta-section .desc p,
  .colored-background-with-title-and-desc-cta-section .desc p > a {
    font-size: 18px;
    line-height: 26px;
  }
  .colored-background-with-title-and-desc-cta-section  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}


@media screen and (max-width: 767px) {
  .colored-background-with-title-and-desc-cta-section {
    padding: 40px 20px;
  }
  .colored-background-with-title-and-desc-cta-section .wrap {
    gap: 40px;
  }
  
  .button-wrapper,
  .colored-background-with-title-and-desc-cta-section .button-wrapper a {
    width: 100%;
  }
  .colored-background-with-title-and-desc-cta-section .button-wrapper a {
    padding: 16px 20px;
  }
  .colored-background-with-title-and-desc-cta-section .button-wrapper a {
    max-width: 100%!important;
  }
}


@-webkit-keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(255, 255, 255, 0.5);
  }
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes shadow-pulse-1
{
  0% {
    box-shadow: 0 0 0 0px rgba(114, 195, 218, 0.20);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(114, 195, 218, 0.20);
  }
}
@keyframes shadow-pulse-1
{
  0% {
    box-shadow: 0 0 0 0px rgba(114, 195, 218, 0.20);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(114, 195, 218, 0.20);
  }
}
@-webkit-keyframes shadow-pulse-2
{
  0% {
    box-shadow: 0 0 0 0px rgba(78, 176, 233, 0.20);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(78, 176, 233, 0.20);
  }
}
@keyframes shadow-pulse-2
{
  0% {
    box-shadow: 0 0 0 0px rgba(78, 176, 233, 0.20);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(78, 176, 233, 0.20);
  }
}
.colored-background-with-title-and-desc-cta-section .wysiwyg-content {
  margin-top: 20px;
}
.colored-background-with-title-and-desc-cta-section .wysiwyg-content * {
  color: #fff!important;
  text-align: center;
}