.cut-drama-section {
  padding: 96px 0;
  position: relative;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
  z-index: 9;
  background: #fff;
}

.cut-drama-section .highlight-title,
.cut-drama-section h2 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #222e50;
  margin-bottom: 12px;
}

.cut-drama-section h2 {
  margin-bottom: 42px;
}

.cut-drama-section h2 span {
  color: rgba(93, 138, 168, 1);
}

.cut-drama-section p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgba(75, 85, 101, 1);
  margin-bottom: 42px;
}

.cut-drama-section .cta-btn {
  background: #222e50;
  border-radius: 99px;
  box-shadow: 0px 1px 2px 0px #1018280d;
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.cut-drama-section .cta-btn:hover {
  background: rgba(23, 31, 54, 1);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.cut-drama-section .cta-btn:active {
  color: #fff;
  background: rgba(23, 31, 54, 1);
  box-shadow: 0px 0px 4px 2px rgba(234, 95, 80, 0.25);
}

.cut-drama-section .img-wrap {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cut-drama-section {
    padding: 43px 0;
  }

  .cut-drama-section .highlight-title,
  .cut-drama-section h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 0;
  }

  .cut-drama-section h2 {
    margin-bottom: 21px;
  }

  .cut-drama-section p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cut-drama-section {
    padding: 36px 0;
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
  }

  .cut-drama-section .highlight-title,
  .cut-drama-section h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0;
  }

  .cut-drama-section h2 {
    margin-bottom: 16px;
  }

  .cut-drama-section p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .cut-drama-section .cta-wrap {
    text-align: center;
    margin-bottom: 20px;
  }

  .cut-drama-section .cta-btn {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }

  .cut-drama-section img {
    margin: 0 auto;
  }
}
