.c-hero-section {
  background-color: #336e63;
  position: relative;
  max-width: 500px;
  margin: 0 3rem;
  padding-bottom: 5px;
}
@media (max-width: 991.98px) {
  .c-hero-section {
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .c-hero-section {
    margin: 0 3rem;
  }
}
@media (max-width: 767.98px) {
  .c-hero-section {
    margin: 0 2rem;
  }
}
.c-hero-section__bottom-box-header {
  position: relative;
}
.c-hero-section__bottom-box-separator {
  width: 12%;
  height: 4px;
  background-color: #fff;
  border: none;
  opacity: 1;
  position: relative;
  left: -25px;
}
@media (max-width: 991.98px) {
  .c-hero-section__bottom-box-separator {
    width: 9%;
    left: -15px;
  }
}
.c-hero-section__bottom-box-title {
  color: #fff;
  font-family: "frontageregular", sans-serif;
  font-size: 2.5rem;
  position: relative;
  left: -20px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
@media (max-width: 1199.98px) {
  .c-hero-section__bottom-box-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .c-hero-section__bottom-box-title {
    left: -15px;
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .c-hero-section__bottom-box-title {
    font-size: 1.6rem;
  }
}
.c-hero-section__bottom-box-image {
  position: absolute;
  bottom: -60px;
  right: -45px;
  min-width: 250px !important;
}
@media (max-width: 991.98px) {
  .c-hero-section__bottom-box-image {
    bottom: -60px;
  }
}
@media (max-width: 767.98px) {
  .c-hero-section__bottom-box-image {
    bottom: -40px;
    right: -20px;
    min-width: auto !important;
    max-width: 150px;
  }
}
.c-hero-section__bottom-box-description {
  color: #fff;
  font-family: "providencesansregular", sans-serif;
  font-size: 1.25rem;
  position: relative;
  text-align: justify;
  left: -25px;
  padding-right: 2em;
}
@media (max-width: 991.98px) {
  .c-hero-section__bottom-box-description {
    font-size: 0.9rem;
    left: -15px;
  }
}
@media (max-width: 767.98px) {
  .c-hero-section__bottom-box-description {
    font-size: 0.8rem;
  }
}
.c-hero-section__bottom-box-button {
  color: #fff !important;
  font-family: "frontageregular", sans-serif;
  font-size: 1rem;
  border: none;
  background-color: transparent;
  position: relative;
  text-transform: uppercase;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  transition: 0.3s all;
}
.c-hero-section__bottom-box-button:hover {
  color: #fff;
}
.c-hero-section__bottom-box-button:hover .c-hero-section__bottom-box-arrow {
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .c-hero-section__bottom-box-button {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .c-hero-section__bottom-box-button {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .c-hero-section__bottom-box-button {
    font-size: 0.7rem;
  }
}
.c-hero-section__bottom-box-arrow {
  width: 19px;
  height: 17px;
  background-image: url("/wp-content/themes/colmado_parranda/img/icons/white-right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s all;
}
.c-hero-section__bottom-box-button-container {
  position: relative;
  left: -25px;
}
@media (max-width: 991.98px) {
  .c-hero-section__bottom-box-button-container {
    left: -15px;
  }
}