.sec-action h2,
.sec-action .h2,
.sec-action .h2 * {
  font-size: 45px;
  line-height: 50px;
  color: var(--second-active-color);
}

.action-text p {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px;
}

.action-box {
  min-height: 271px;
  padding: 20px;
  border-radius: 20px;
}

.action-btn .btn {
  min-width: 237px;
}

@media(min-width:1360px) and (max-width:1459.98px) {

  .sec-action h2,
  .sec-action .h2,
  .sec-action .h2 * {
    font-size: 42px;
    line-height: 42px;
  }

  .action-text p {
    font-size: 26px;
    line-height: 32px;
  }
}

@media(min-width:1200px) and (max-width:1359.98px) {

  .sec-action h2,
  .sec-action .h2,
  .sec-action .h2 * {
    font-size: 37px;
    line-height: 37px;
  }

  .action-text p {
    font-size: 25px;
    line-height: 31px;
  }
}

@media(min-width:992px) and (max-width:1199.98px) {

  .sec-action h2,
  .sec-action .h2,
  .sec-action .h2 * {
    font-size: 35px;
    line-height: 35px;
  }

  .action-text p {
    font-size: 23px;
    line-height: 30px;
  }
}

@media(min-width:768px) and (max-width:991.98px) {

  .sec-action h2,
  .sec-action .h2,
  .sec-action .h2 * {
    font-size: 35px;
    line-height: 35px;
  }

  .action-text p {
    font-size: 24px;
    line-height: 30px;
  }
}

@media(max-width:767.98px) {

  .sec-action h2,
  .sec-action .h2,
  .sec-action .h2 * {
    font-size: 27px;
    line-height: 32px;
  }

  .action-text p {
    font-size: 22px;
    line-height: 28px;
  }
}