.comercial-section {
  margin-bottom: 70px;
}
.comercial-section .heading-section {
  background-color: var(--red-color);
  margin-bottom: 30px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .comercial-section .heading-section {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .comercial-section .heading-section {
    height: 50px;
  }
}
.comercial-section .heading-section .heading-title {
  font-family: var(--main-r);
  font-size: 50px;
  color: var(--white-color);
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .comercial-section .heading-section .heading-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .comercial-section .heading-section .heading-title {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .comercial-section .heading-section .heading-title {
    font-size: 18px;
  }
}
.comercial-section .section-title {
  font-family: var(--main-r);
  font-size: 45px;
  padding: 50px;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .comercial-section .section-title {
    font-size: 35px;
    line-height: 35px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .comercial-section .section-title {
    line-height: 35px;
    font-size: 30px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .comercial-section .section-title {
    font-size: 20px;
  }
}
.comercial-section .section-text {
  color: var(--gray-color-100);
  text-align: center;
  margin-bottom: 50px;
  padding: 10px;
}
@media (max-width: 767px) {
  .comercial-section .section-text {
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .comercial-section .section-text {
    font-size: 14px;
  }
}
.comercial-section .card .card-image {
  margin-bottom: 20px;
}
.comercial-section .card .card-image img {
  max-height: 420px;
}
.comercial-section .card .card-content {
  text-align: center;
  padding: 20px;
  min-height: 170px;
}
@media (max-width: 767px) {
  .comercial-section .card .card-content {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .comercial-section .card .card-content .card-text {
    font-size: 14px;
  }
}
.comercial-section .card .card-content .card-title {
  font-size: 25px;
  font-family: var(--main-b);
  color: var(--gray-color-100);
}

.benefits-section {
  margin-bottom: 20px;
  margin-top: 20px;
}
.benefits-section .heading-section {
  background-color: var(--red-color);
  margin-bottom: 50px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .benefits-section .heading-section {
    height: 80px;
  }
}
.benefits-section .heading-section .heading-title {
  font-family: var(--main-r);
  font-size: 40px;
  color: var(--white-color);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .benefits-section .heading-section .heading-title {
    font-size: 30px;
  }
}
.benefits-section .box {
  text-align: center;
}
.benefits-section .box .box-icon i {
  color: var(--red-color);
  font-size: 45px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .benefits-section .box .box-icon i {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.benefits-section .box .box-icon svg {
  width: 40px;
  height: 40px;
  fill: var(--red-color);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .benefits-section .box .box-icon svg {
    margin-bottom: 10px;
  }
}
.benefits-section .box .box-content .box-title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .benefits-section .box .box-content .box-title {
    font-size: 18px;
  }
}
