p {
  margin: 0;
}

.promo-body {
  --text-color: #1A1A1A;
}

@media only screen and (min-width: 992px) {
  .promo-body {
    --contaniner-gap: 30px;
    --bottom-gap: 8px;
  }

  .promo-section {
    --section-gap: 64px;
    --top-gap: 24px;
  }

  .promo-section>.promo-item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .promo-item>* {
    /* padding-left: 0;
    padding-right: 0; */
  }
  /* .container {
    padding-left: 0;
    padding-right: 0;

  } */
}

@media only screen and (max-width: 991px) {
  .promo-body {
    --contaniner-gap: 12px;
    --bottom-gap: 4px;
  }

  .promo-section {
    --section-gap: 32px;
    --top-gap: 16px;
  }

  .promo-item {
    flex-direction: column;
  }

  .btn-promo {
    display: block;
    height: 46px !important;
    width: 100%;
  }

  .m-flex-x-center {
    justify-content: center;
  }
  .promo-subtitle {
    margin-top: 16px;
  }
  .promo-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .carousel {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-container {
  padding-left: var(--contaniner-gap);
  padding-right: var(--contaniner-gap);
}

.top-gap {
  margin-top: var(--top-gap);
}

.promo-section {
  padding-top: var(--section-gap);
  color: var(--text-color);
}

.promo-section .promo-item {
  margin-bottom: var(--section-gap);
  /* margin-left: 0;
  margin-right: 0; */
}

.section-img-cover {
  /* opacity: 1;
  border-radius: 15px;
  border: 1px solid #E6E6E6; */
  /* overflow: hidden; */
}

.promo-img {
  border-radius: 15px;
  border: 1px solid #E6E6E6;
}

.flex-1 {
  flex: 1;
}

.promo-subtitle {
  font-size: 16px;
  line-height: 22px;
  /* font-size: 16px;
  line-height: 22px; */
  vertical-align: middle;
  color: #777777;
  margin-bottom: var(--bottom-gap);
}

.font-Roboto {
  font-family: Roboto;
}

.promo-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  margin-bottom: var(--bottom-gap);
}

.promo-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.btn-promo {
  background-color: #E9827B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  height: 40px;
  border: none;
}