.drowning-section {
  padding: 36px 0 20px;
}
.drowning-section h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: rgba(34, 46, 80, 1);
  margin-bottom: 20px;
}

.drowning-section > .wrap {
/*   background-image: url("../images/drowning/2.png"); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cta .cta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
  /* padding: 20px; */
  max-width: 800px;
  background: rgba(252, 252, 252, 1);
  margin: 0 auto;
  border-radius: 99px;
}

.cta .cta-wrap p {
  margin-bottom: 0;
  color: rgba(93, 138, 168, 1);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.cta .cta-wrap p span {
  font-weight: 700;
}

.cta .cta-wrap .btn {
  background: rgba(237, 106, 90, 1);
  color: #fff;
  padding: 16px 32px;
  border-radius: 99px;
  font-weight: 600;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 20px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.cta .cta-wrap .btn:hover {
  background: rgba(191, 81, 69, 1);
  border-color: rgba(191, 81, 69, 1);
}

.cta .cta-wrap .btn:active {
  color: #fff !important;
  background: rgba(237, 106, 90, 1);
  border-color: rgba(191, 81, 69, 1);
  box-shadow: 0px 0px 4px 2px rgba(234, 95, 80, 0.25);
}

@media only screen and (max-width: 1024px) {
  .drowning-section > .wrap {
    background-size: contain;
  }
}

@media only screen and (max-width: 991px) {
  .drowning-section {
    padding: 36px 0 60px;
  }
  .drowning-section h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .cta .cta-wrap p {
    font-size: 18px;
  }

  .cta .cta-wrap .btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .drowning-section {
    padding: 36px 0;
  }

  .drowning-section h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .cta .cta-wrap p {
    font-size: 15px;
  }

  .cta .cta-wrap .btn {
    padding: 12px 24px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .drowning-section {
    padding: 36px 0;
  }

  .drowning-section h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }

  .drowning-section > .wrap img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .cta .cta-wrap {
    flex-direction: column;
  }

  .cta .cta-wrap .btn {
    padding: 12px 24px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 430px) {
  .drowning-section > .wrap img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
}
