.cta {
  position: relative;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .cta {
    height: 216px;
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cta {
    height: 216px;
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta {
    height: 280px;
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cta {
    margin-top: 100px;
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .cta {
    margin-top: 120px;
  }
}
.cta__shape {
  width: 112px;
  height: 16px;
  background: #1AC0F2;
  border-radius: 0px 20px 20px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .cta__shape {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cta__shape {
    width: 54px;
    height: 8px;
  }
}
.cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #F09221;
  border-radius: 0px 0px 160px 0px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .cta__content {
    width: 100%;
    height: auto;
    padding: 58px 40px;
    border-radius: 0;
    align-items: center;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .cta__content {
    width: 100%;
    height: auto;
    padding: 74px 40px;
    border-radius: 0;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta__content {
    width: 590px;
    height: 144px;
    border-radius: 0px 0px 120px 0px;
    padding: 40px 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cta__content {
    width: 812.82px;
    height: 164px;
    border-radius: 0px 0px 120px 0px;
    padding: 40px 120px;
  }
}
@media (min-width: 1200px) {
  .cta__content {
    width: 1080px;
    height: 164px;
    padding: 40px 240px;
  }
}
@media (min-width: 1920px) {
  .cta__content {
    width: 1400px;
    height: 164px;
    padding: 40px 320px;
  }
}
.cta__title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .cta__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .cta__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1441px) {
  .cta__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.cta__subtitle {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 12px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
}
.cta__subtitle svg {
  margin-left: 12px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .cta__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .cta__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1441px) {
  .cta__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
.cta__img {
  position: absolute;
  right: 0%;
  top: 0%;
  bottom: 0%;
  z-index: -999;
  height: 340px;
  border-radius: 160px 0px 0px 0px;
  background: linear-gradient(0deg, rgba(0, 19, 33, 0.3), rgba(0, 19, 33, 0.3)), url("/wp-content/themes/pma_theme/assets/images/cta.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .cta__img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cta__img {
    width: 612px;
    height: 280px;
    border-radius: 120px 0px 0px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cta__img {
    width: 832.84px;
    height: 280px;
    border-radius: 200px 0px 0px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .cta__img {
    width: 1040px;
  }
}
@media (min-width: 1440px) {
  .cta__img {
    width: 1280px;
  }
}
@media (min-width: 1920px) {
  .cta__img {
    width: 1706px;
  }
}
