/* Global styles */

:root {
  --bg-color: #ffffff;
  --bg-white-sky: #f0f9fd;
  --bg-job: #dbf4fe;
  --first-standard-text-color: #000000;
  --second-standard-text-color: #ffffff;
  --first-accent-light: #f58e8f;
  --first-accent-dark: #b34243;
  --second-accent-light: #28ade1;
  --second-accent-dark: #094962;
  --second-accent-ultralight: #c9eaf7;
  --third-accent-light: #ffffff;
  --third-accent-dark: #190877;
  --footer-bg: linear-gradient(180deg, #51a7ca 0%, #185770 100%);
}

body {
  background-color: var(--bg-color);
  color: var(--standard-text-color);
  font-family: "Lato";
}

h1 {
  color: var(--second-standard-text-color);
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0 !important;
  text-transform: uppercase;
  padding: 1rem 1.5rem 1rem 1.5rem !important;
  background: linear-gradient(
    180deg,
    rgba(83, 202, 249, 0.7) 0%,
    rgba(83, 202, 249, 0.7) 39.58%,
    rgba(83, 202, 249, 0.7) 100%
  );
}
h1 span {
  font-weight: 800;
}

h2 {
  color: var(--second-standard-text-color);
  font-weight: 700;
  font-size: 4rem;
  margin: 0 !important;
  display: inline-block;
  min-width: 28rem;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
}

h2 span {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: none;
}
h3 {
  color: var(--first-standard-text-color);
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}

h4 {
  color: var(--first-standard-text-color);
  font-size: 1.9rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 !important;
  margin: 0 !important;
}
h5 {
  color: var(--first-standard-text-color);
  font-size: 1.9rem;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
}

p {
  margin: 0 !important;
}
ul {
  font-weight: 300;
}

.alert-message-success {
  background: rgba(0,255,0,.7);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.alert-message-danger {
  background: rgba(255,0,0,.7);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

/* Navigation bar */

.bg-light {
  background-color: var(--bg-color) !important;
}

.navigation .container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

.navbar > .container-fluid {
  flex-wrap: wrap;
}

.navbar .container-fluid > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.navbar {
  padding-bottom: unset;
  padding-top: unset;
}

.navbar-collapse {
  width: 100%;
  justify-content: center;
  background-color: var(--second-accent-ultralight);
  border-bottom: 4px solid #1aa8df;
}

.nav-info-items {
  gap: 2rem;
}

.navigation-link-with-icons {
  padding: 0 !important;
  padding-left: 0.5rem !important;

  color: var(--first-standard-text-color) !important;
  font-size: 0.875rem;
  font-weight: 550;
}

.navigation-link-standard-container {
  column-gap: 1rem;
}

.navigation-link-standard {
  color: var(--first-standard-text-color) !important;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1.1rem;
}

.nav-info-items,
.navbar-icon-text-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navigation-link-standard-container {
  display: flex;
  flex-direction: row;
}

.navbar-light .navbar-toggler {
  color: transparent !important;
  border-color: transparent !important;
}

.navbar-toggler {
  padding: unset;
}

@media only screen and (max-width: 991px) {
  .nav-info-items {
    display: none !important;
  }
  .navigation-link-standard-container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    align-items: center !important;
  }
  .nav-item {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-brand img {
    height: 38px !important;
  }
}

/* Hero image */

.hero-container {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15rem;
  position: relative;
  margin-top: 6rem;
}
.comfort-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero-text-container {
  display: flex;
  flex-direction: column;
  min-width: 20vw;
  row-gap: 1.5rem;
}

.hero-text-left,
.hero-text-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.hero-text-left {
  text-align: start;
}

.hero-text-right {
  text-align: end;
}

@media only screen and (max-width: 991px) {
  .hero-container {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 575px) {
  .hero-container {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 1268px) {
  .hero-text-container {
    margin-bottom: 11rem;
  }
}

@media only screen and (max-width: 936px) {
  h1 {
    font-size: 1.3rem;
  }
}

/* Hero CTA */

.red-number-cta {
  position: absolute;
  right: 0;
  bottom: 6rem;

  padding: 2.125rem 3rem 2.125rem 2.125rem;
  background: linear-gradient(180deg, #b34243 0%, rgba(241, 94, 95, 0.7) 100%);
  max-width: 24rem;
}

.red-number-cta-header {
  color: var(--second-standard-text-color);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding-bottom: 0.75rem;
}

.red-number-cta-description {
  color: var(--second-standard-text-color);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.06rem;
  padding-bottom: 2.5rem;
}

.red-number-cta-action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  width: 100%;
  row-gap: 1rem;
}

.red-number-cta-action-container .form-control {
  width: 55%;
}

.red-number-cta-action-container .form-control,
.red-number-cta-action-container .form-control::placeholder {
  color: var(--first-standard-text-color);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.37rem;
  border: unset;
  padding: 0.35rem 0.25rem;
  border-radius: 3px !important;
}
.red-number-cta-action-container .form-submit {
  color: var(--second-standard-text-color);
  background-color: var(--second-accent-light);
  text-transform: unset;
  border-bottom: unset;
  padding-bottom: unset;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3px;
  transition: background-color 0.1s ease-out;
}

.red-number-cta-action-container .form-submit:hover,
.red-number-cta-action-container .form-submit:focus {
  background-color: var(--second-accent-dark);
}

.red-number-cta-action-container-agreement {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.red-number-cta-action-container-agreement > * {
  cursor: pointer;
}

.red-number-cta-action-container-agreement-text {
  color: var(--second-standard-text-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.06rem;
  margin-left: 0.5rem;
}

.red-number-cta-action-container-agreement .form-check-input[type="checkbox"] {
  border-radius: unset;
}

.red-number-cta-action-container-agreement .form-check-input {
  margin-top: unset !important;
  border: 2px solid var(--first-accent-light) !important;
  width: 1.3rem !important;
  height: 1.1rem !important;
  background-position: unset;
}

@media only screen and (max-width: 400px) {
  .red-number-cta {
    padding: 1rem;
    bottom: 8rem;
  }
  .red-number-cta-header {
    font-size: 1.3rem;
  }
  .red-number-cta-description {
    padding-bottom: 1rem;
  }
  .red-number-cta-action-container .form-control,
  .red-number-cta-action-container .form-control::placeholder {
    font-size: 0.8rem;
  }
  .red-number-cta-action-container .form-submit {
    font-size: 0.8rem;
  }
  .red-number-cta-action-container-agreement {
    display: grid;
    grid-template-columns: 1fr 13fr;
  }
  .red-number-cta-action-container-agreement .form-check-input {
    width: 1.1rem !important;
    height: 1.1rem !important;
  }
}

/* Section header */

.section-header-container {
  padding: 6.2rem 0rem 3rem 0rem;
}

.section-description {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.section-description-text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  width: calc(78% - 2rem);
}

.section-description-text-bolder {
  font-weight: 600;
}

.section-description-line {
  height: 5px;
  width: 22%;
  background-color: var(--first-accent-light);
}

/* Realizations */

.realizations-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.realizations-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.5rem;
  padding-right: 3rem !important;
}

.realizations-text-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.realizations-text-description {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--first-standard-text-color);
}

.realizations-text-cta a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  color: var(--second-accent-light);
  border-bottom: 2px solid var(--second-accent-light);
  transition: all 0.3s ease-out;
}

.realizations-text-cta a:hover {
  color: var(--second-accent-dark);
  border-bottom: 2px solid var(--second-accent-dark);
  cursor: pointer;
}

.realizations-text-header-polygon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: -5px;
}

.realizations-text-header-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 1rem;
}

.realizations-text-header-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.realizations-text-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.realizations-items {
  row-gap: 2.5rem;
}

/* Media */

@media only screen and (max-width: 767.5px) {
  .realizations-item {
    flex-direction: column;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .realizations-image {
    min-height: 475px !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 475.5px) {
  .realizations-image {
    min-height: 250px !important;
    min-width: 250px !important;
  }
}

@media only screen and (max-width: 534.5px) {
  h1 {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 2rem;
    min-width: unset;
  }
  h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  .section-description-line {
    display: none;
  }
  .section-description-text {
    text-align: center;
  }
  .section-description {
    justify-content: center;
  }
  .realizations-text-header-polygon {
    min-width: 65px !important;
    min-height: 65px !important;
  }
  .realizations-text-header-icon {
    min-width: 30px !important;
    min-height: 30px !important;
  }
  .realizations-text-header-container {
    justify-content: center;
  }
  .realizations-text-description {
    text-align: center;
  }
  .realizations-text-cta {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 991.5px) {
  .navbar .container-fluid {
    flex-wrap: wrap;
  }
  .navigation-link-with-icons-container {
    display: none;
  }
  .navbar-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .navigation-link-standard-container,
  .navigation-link-with-icons-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Companies */

.no-padding {
  padding: 0 !important;
}

.companies-items,
.work-locations-items,
.socials {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.companies-item {
  padding: 5rem 1rem;
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto !important;
    width: 20% !important;
  }
}

.companies-item {
  border: 1px solid #c9eaf7;
  height: 6rem;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.companies-item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* About us */

.about-us {
  margin-top: 6.5rem;
  margin-bottom: 0.7rem;
}

.about-us-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100% !important;
  border-radius: 3px;
}

.about-us-image-border-radius {
  border-radius: 3px !important;
}

.about-us-items {
  row-gap: 2rem;
}

.about-us-items br {
  content: "";
  display: block;
  margin-top: 1.5rem;
}

.about-us-title h3 {
  display: inline-block;
  border-bottom: 5px solid var(--first-accent-light);
  padding-bottom: 2.3rem;
  line-height: 2.8rem;
}

.about-us-text {
  max-width: 39rem;
}

@media only screen and (max-width: 1199px) {
  .about-us-text-on-right-side .about-us-text {
    margin-left: unset !important;
  }
}

.about-us-text-on-right-side {
  margin-top: 3rem !important;
}

.about-us-text-on-right-side .about-us-text {
  margin-left: 1rem;
}

.about-us-title-container {
  display: flex;
  flex-direction: row;
  gap: 6rem;
  align-items: center;
}

.about-us-description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-us-cta-container {
  display: flex;
  column-gap: 1.6rem;
}

.about-us-cta-container a {
  color: var(--second-accent-light);
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--second-accent-light);
  padding-bottom: 0.25rem;
  transition: all 0.3s ease-out;
}

.about-us-cta-container a:hover {
  color: var(--second-accent-dark);
  border-bottom: 2px solid var(--second-accent-dark);
}

@media only screen and (max-width: 1199px) {
  .about-us-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-us-text {
    max-width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-title-container {
    gap: 2rem;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 428px) {
  .about-us-title-container {
    flex-direction: column;
    align-items: center;
  }

  .about-us-title {
    order: 2;
  }

  .about-us-title-logo {
    order: 1;
  }
  .about-us-cta-container {
    justify-content: center;
  }
}

/* Advices */

.advices-items {
  row-gap: 2rem;
}

.advices-item-header {
  margin-top: 2.3rem;
}

.advices-item-description {
  color: var(--first-standard-text-color);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top: 0.9rem;
  max-width: 37rem;
}

.advices-item-cta {
  margin-top: 1.5rem;
}

.advices-item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}

.advices .section-header-container {
  padding: 6.2rem 0rem 4.2rem 0rem;
}

.advices-item-cta-style {
  color: var(--second-accent-light);
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--second-accent-light);
  padding-bottom: 0.25rem;
}

/* Work locations */

.work-locations-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
}

.work-locations-items-padding a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100% !important;
  font-weight: 400;
  font-size: 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--second-accent-light);

  column-gap: 0.8rem;
}

.work-locations-items-padding:hover {
  box-shadow: inset 0px 0px 61px rgba(40, 173, 225, 0.55);
  cursor: pointer;
}

.work-locations-items-padding {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background-color: var(--bg-color);
  box-shadow: inset 0px 0px 38px rgba(40, 173, 225, 0.19);
  transition: box-shadow 0.3s ease-out;
}

.work-locations .section-description-text {
  font-size: 1.5rem;
}

/* Footer socials*/
.footer-socials {
  margin-top: 6rem;
  background-color: var(--bg-white-sky);
}

@media only screen and (max-width: 767px) {
  .socials-icons {
    justify-content: flex-start !important;
  }
  .socials-text {
    margin-top: 1rem !important;
  }
  .socials-icons {
    margin-bottom: 1rem !important;
  }
}

.socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 10.5rem;
  row-gap: 2rem;
}

.socials h5 {
  color: var(--second-accent-dark);
}

.socials-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 0.2rem;
}

.socials-icon {
  background-image: url(img/polygon-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.socials-icon:hover {
  cursor: pointer;
  background-image: url(img/polygon-white-shadow.svg);
  height: 82px;
  width: 83px;
}
.icon-inside {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Footer */

.footer {
  background: var(--footer-bg);
  min-height: 17rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-item {
  border-right: 2px solid var(--second-standard-text-color);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-item-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-item-localization a,
.footer-item-mail a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--second-standard-text-color);
  text-decoration: none;
  font-weight: 400;
  gap: 0.5rem;
  margin-left: 0.7rem;
  transition: color 0.3s ease-out;
}

.footer-item-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.footer-item-phone-numbers {
  display: flex;
  flex-direction: column;
}

.center {
  display: flex;
  justify-content: center;
}

.end {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
  .start,
  .center,
  .end {
    justify-content: center !important;
  }
  .footer-item {
    border-right: unset;
  }
  .footer-items {
    margin-top: 2rem;
    margin-bottom: 2rem;
    row-gap: 2rem;
  }
  .footer-item-link {
    margin-left: -4rem;
  }
  .footer-item-link-no-margin-left {
    margin-left: 0rem !important;
  }
  .footer-item-container .footer-item-logo-rf {
    margin-left: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-item-container .footer-item-logo-rf {
    margin-left: 0;
  }
  .footer-item-link {
    margin-left: 0;
  }
  .start,
  .center,
  .end {
    justify-content: flex-start !important;
  }
  .footer-item-phone,
  .footer-item-work-time {
    margin-left: 0.7rem;
  }
  .footer-item-logo-rf {
    margin-left: -1.5rem !important;
  }
}

.footer-item-phone-numbers a,
.footer-item-work-time {
  color: var(--second-standard-text-color);
  text-decoration: none;
  font-weight: 400;
}

.footer-item-phone-numbers a {
  margin-left: 0.5rem;
  transition: color 0.3s ease-out;
}

.footer-item-link a {
  color: var(--second-standard-text-color);
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}

.footer-item-link a:hover,
.footer-item-phone-numbers a:hover,
.footer-item-mail a:hover,
.footer-item-localization a:hover {
  color: var(--second-accent-light);
}

.footer-item-link-lesser-gap {
  gap: 0.2rem !important;
}

.footer-item:last-child {
  border: unset;
}

.footer-bottom {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-copyrights,
.footer-made-by,
.footer-made-by-adawards {
  text-transform: uppercase;
  color: var(--second-standard-text-color);
  font-size: 0.9rem;
}

.footer-made-by-adawards {
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease-out;
}

.footer-made-by-adawards:hover {
  color: var(--second-accent-light);
}

@media only screen and (max-width: 1199px) {
  .footer-copyrights {
    margin-left: 6.8rem;
  }

  .footer-made-by {
    margin-right: 9rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer-copyrights {
    margin-left: 3.1rem;
  }

  .footer-made-by {
    margin-right: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyrights {
    margin-left: 0;
    padding-right: 0.5rem;
  }

  .footer-made-by {
    margin-right: 0;
  }
}
/* Owl */

.our-promotions {
  margin-top: 6rem;
}

.promotions-image-container {
  position: relative;
}

.promotions-image-container img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
}

.our-promotions .container-fluid {
  padding: 0 !important;
  max-width: 1440px;
}

.our-promotions h3 {
  display: inline-block;
  border-bottom: 5px solid var(--first-accent-light);
  padding-bottom: 1.3rem;
  margin-bottom: 2.25rem;
  min-width: 22rem;
}

.promotions-image-cta-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2rem;
}

.promotions-image-cta {
  color: var(--second-standard-text-color);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid var(--second-standard-text-color);
  transition: color 0.2s ease-out, border-bottom 0.2s ease-out;
}

.promotions-image-cta:hover,
.promotions-image-cta:focus {
  color: var(--second-accent-light);
  border-bottom: 2px solid var(--second-accent-light);
}

.promotions-image-text-container-wrapper {
  display: flex;
  flex-direction: column;
}

.promotions-image-text-container-wrapper {
  position: absolute;
  /* top: 5rem; */

  top: 50%;
  transform: translateY(-50%);

  left: 7.3rem;
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.promotions-image-text-title {
  display: inline-block;
  color: var(--first-standard-text-color);
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 3px solid var(--second-accent-light);
  margin-bottom: 1.5rem;
}

.promotions-image-text-description {
  color: var(--first-standard-text-color);
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 0.2rem;
}

.promotions-image-text-discount {
  color: var(--second-accent-light);
  font-size: 2.6rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 714px) {
  .promotions-image-text-title {
    font-size: 2rem;
  }

  .promotions-image-text-description {
    font-size: 1.5rem;
  }

  .promotions-image-text-discount {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 644px) {
  .promotions-image-text-container-wrapper {
    /* left: 3rem; */
  }

  .promotions-image-text-title {
    font-size: 1.5rem;
  }

  .promotions-image-text-description {
    font-size: 1.2rem;
  }

  .promotions-image-text-discount {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 408px) {
  .promotions-image-text-container-wrapper {
    left: 2rem;
    /* top: 7rem; */
  }

  .promotions-image-cta {
    font-size: 1.2rem;
  }

  .our-promotions h3 {
    min-width: unset;
  }
}

@media only screen and (max-width: 408px) {
  .promotions-image-text-container-wrapper {
    left: 1rem;
  }

  .promotions-image-cta {
    font-size: 1rem;
  }
}

/* Image Line Text */

@media only screen and (min-width: 1200px) {
  .custom-width-text {
    width: 45%;
  }

  .custom-width-image {
    width: 55%;
  }
}

.cta-custom-placement {
  margin-top: 1rem;
}

.image-line-text-item-main-text p,
.image-line-text-item-bigger-text p {
  border-left: 5px solid var(--first-accent-light);
  font-weight: 300;
  padding: 0.5rem 0 0.5rem 2rem;
}

.image-line-text-item-bigger-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.image-line-text-item-main-text p {
  font-size: 1rem;
  margin-top: 4rem !important;
}

.image-line-text-items {
  row-gap: 4rem;
  justify-content: space-between;
}

.image-line-text-items b {
  font-weight: 700;
}

.image-line-text-items br {
  content: "";
  display: block;
  margin-top: 3rem;
}

.image-line-text-item-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 93% !important;
  border-radius: 3px;
}

@media only screen and (max-width: 991px) {
  .image-line-text-item-image {
    width: 100% !important;
  }
}

/* Our Offers */

.our-offers-item-image-container-link {
  text-decoration: none;
}

.our-offers-item-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our-offers-item-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 308px;
  background: linear-gradient(
    161.7deg,
    #094962 -3.38%,
    rgba(9, 73, 98, 0) 65.38%
  );
  z-index: 2;
  transition: width 0.5s ease-out, min-height 0.5s ease-out;
}

.our-offers-item-image-container-link:hover .our-offers-item-image-overlay {
  width: 1000px;
  min-height: 1000px;
}

.our-offers-items {
  row-gap: 1.5rem;
  justify-content: center;
}

.our-offers-item-image .our-offers-item-text-top {
  position: relative;
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: var(--second-standard-text-color);
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 5rem;
  text-decoration: none;
  z-index: 10;
  transition: padding-top 0.3s ease-out;
}

.our-offers-item-image .our-offers-item-text-top span {
  font-weight: 700;
}

.our-offers-item-image .our-offers-item-text-bottom {
  opacity: 0;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: var(--second-standard-text-color);
  text-decoration: none;
  z-index: 10;
  text-transform: uppercase;
  transition: opacity 0.3s ease-out;
}

.our-offers-item-image-container-link:hover .our-offers-item-text-bottom {
  opacity: 100%;
}

.our-offers-item-image-container-link:hover .our-offers-item-text-top {
  padding-top: 2rem;
}

/* Reminder */

.reminder {
  margin-top: 6.2rem;
}

.reminder .container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

.reminder-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 24rem;

  position: relative;
  z-index: 1;
}

.reminder-image-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(28, 92, 117, 0.82),
    rgba(28, 92, 117, 0.82)
  );
  z-index: 2;
}

.reminder h2 {
  z-index: 3;
  font-size: 2.75rem;
  font-weight: 500;
  text-transform: unset;
  text-align: center;
  padding-bottom: 0.7rem;
}

.reminder h3 {
  color: var(--second-standard-text-color);
  z-index: 3;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1.25rem;
}
.reminder p {
  color: var(--second-standard-text-color);
  z-index: 3;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5625rem;
  max-width: 46rem;
  text-align: center;
  padding-bottom: 1.75rem;
}
.reminder a {
  color: var(--second-standard-text-color);
  text-decoration: none;
  z-index: 3;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6rem;
  border-bottom: 2px solid var(--second-standard-text-color);
  transition: color 300ms ease-out, border-bottom 300ms ease-out;
}

.reminder a:hover {
  color: var(--second-accent-light);
  border-bottom: 2px solid var(--second-accent-light);
}

/* Image Line Text Blue */

.image-line-text-blue .image-line-text-item-bigger-text p {
  border-left: 5px solid var(--second-accent-light);
  padding: 2rem;
  font-weight: 600;
  background-color: var(--bg-white-sky);
}

.image-line-text-blue .image-line-text-item-main-text p {
  font-size: 1.1rem;
}

.image-line-text-blue .image-line-text-items br {
  margin-top: 1rem;
}

.image-line-text-blue .realizations-text-cta {
  margin-top: 4rem;
}

/* Image gallery */

.image-gallery-items {
  row-gap: 1.5rem;
}

.image-gallery-link {
  text-decoration: none;
  border-radius: 3px;
}

.image-gallery-item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}

.image-gallery {
  margin-top: 6rem;
}

.image-gallery-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Image Line Text Left Side Text */

.custom-display-image {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  order: 2;
}

.custom-display-text {
  order: 1;
}

@media only screen and (max-width: 1200px) {
  .custom-display-image {
    order: 1;
  }

  .custom-display-text {
    order: 2;
  }

  .image-line-text-item-image-right-side {
    width: 100% !important;
  }
}

.image-line-text-left-side-text {
  margin-top: 6rem;
}

.image-line-text-left-side-text .image-line-text-item-image {
  display: flex;
  justify-content: flex-end;
}

.image-line-text-left-side-text
  .image-line-text-item-main-text
  p:first-of-type {
  margin-top: 0 !important;
}

.image-line-text-left-side-text .image-line-text-item-main-text:nth-child(2) {
  margin-top: 3rem;
}

.image-line-text-left-side-text .realizations-text-cta {
  margin-top: 3rem;
}

/* Without header */

.image-line-text-without-header
  .image-line-text-item-main-text
  p:first-of-type {
  margin-top: unset !important;
}

.image-line-text-without-header .image-line-text-item-main-text:nth-child(2) {
  margin-top: 3rem;
}

.image-line-text-without-header .realizations-text-cta {
  margin-top: 3rem;
}

.image-line-text-item-main-text-topic {
  font-weight: 500;
  font-size: 1.5rem;
}

/* Image Gallery with text */

.image-gallery-item-description {
  color: var(--first-standard-text-color);
  font-weight: 300;
  font-size: 1.5rem;
}

.image-gallery-flexy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 500px) {
  .image-gallery-flexy .image-gallery-item-image {
    min-height: 188px !important;
    width: 252px !important;
  }
}

/* Side CTA */

.side-cta {
  margin-top: 5.7rem;
}

.side-cta-container {
  padding: 2rem 1rem 2.1rem 1.5rem;
  background-color: var(--bg-white-sky);
  border-left: 5px solid var(--second-accent-light);
  margin-left: 1rem;
}

@media only screen and (min-width: 1400px) {
  .side-cta-container {
    width: 48%;
  }
}

@media only screen and (max-width: 991px) {
  .side-cta-container {
    margin-left: unset;
  }
}

@media only screen and (max-width: 534.5px) {
  .side-cta-container .realizations-text-cta {
    justify-content: flex-start !important;
  }
}

.side-cta-container p {
  color: var(--first-standard-text-color);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.56rem;
  max-width: 30rem;
  padding-bottom: 0.5rem;
}

/* Stages section */

.stages {
  margin-top: 7rem;
  margin-left: 9.5rem;
}

@media only screen and (max-width: 1400px) {
  .stages {
    margin-left: unset;
  }
}

@media only screen and (max-width: 1200px) {
  .stages-item {
    grid-template-columns: 1fr 9fr 6fr !important;
  }
}

@media only screen and (max-width: 991px) {
  .stages-item {
    grid-template-columns: 1fr 11fr 6fr !important;
  }
}

@media only screen and (max-width: 800px) {
  .stages-header-text-pink,
  .stages-header-text-black {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  .stages-main-text {
    font-size: 1rem !important;
  }
  .stages-polygon img {
    height: 52px;
    width: 52px;
  }
  .stages-item {
    grid-template-columns: 1fr 6fr 6fr !important;
  }
  .stages-line-space {
    margin-left: 1.5rem !important;
    height: 6rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .stages-line-space {
    display: none;
  }
  .stages-item:last-of-type {
    margin: 1.5rem 0 !important;
  }
  .stages-item {
    grid-template-columns: 1fr 6fr !important;
    grid-template-rows: 1fr 1fr !important;
  }
  .stages-main-text {
    grid-column: 1 / span 2;
    padding: 1rem 0rem !important;
  }
  .stages-main-text {
    border-left: unset !important;
  }
}

@media only screen and (max-width: 580px) {
  .stages-item {
    display: flex !important;
    flex-wrap: wrap;
  }
  .stages-header-text {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  .stages-header-text-pink,
  .stages-header-text-black {
    font-size: 1.3rem !important;
    line-height: 1.6rem !important;
  }
}

.stages-items {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.stages-item {
  display: grid;
  grid-template-columns: 1fr 4fr 6fr;
  align-items: center;
  margin: 1.5rem 0;
}

.stages-item:last-of-type {
  margin: 0 0;
}

.stages-header-text-pink,
.stages-header-text-black {
  text-transform: uppercase;
  font-size: 2.75rem;
  line-height: 3.25rem;
}

.stages-header-text-pink {
  color: var(--first-accent-light);
  font-weight: 800;
}

.stages-header-text-black {
  font-weight: 500;
}

.stages-header-text {
  margin-left: 2rem;
  margin-right: 2rem;
}

.stages-main-text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.56rem;
  max-width: 33rem;
  border-left: 5px solid var(--first-accent-light);
  padding: 1rem 0rem 1rem 1rem;
}

.stages-line-space {
  background-color: var(--first-accent-light);
  width: 5px;
  height: 8rem;

  margin-left: 3.15rem;
}

/* Searching for employees section */

.searching-for-employees-items {
  row-gap: 4rem;
}

.searching-for-employees {
  margin-top: 6rem;
}

.searching-for-employees-description {
  font-size: 1.25rem;
  line-height: 1.56rem;
  font-weight: 300;
  max-width: 32rem;
  margin-top: 2rem;
}

/* Jobs section */

.jobs {
  margin-top: 6.3rem;
}

.jobs-items {
  margin-top: 2rem;
  row-gap: 1.75rem;
}

.jobs-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--bg-job);
  padding: 2rem;
  min-height: 27rem;
  gap: 1rem;
}

.jobs-item-icon-polygon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.jobs-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media only screen and (max-width: 534px) {
  .jobs-item-icon-polygon {
    height: 71.25px !important;
    width: 71.25px !important;
  }
  .jobs-item-icon {
    height: 45px !important;
    width: 45px !important;
  }
  .jobs-item-text {
    font-size: 1.4rem !important;
  }
}

@media only screen and (max-width: 336px) {
  .jobs-item-icon-polygon {
    height: 47.5px !important;
    width: 47.5px !important;
  }
  .jobs-item-icon {
    height: 30px !important;
    width: 30px !important;
  }
  .jobs-item-text {
    font-size: 1.2rem !important;
  }
  .jobs .wrapper {
    gap: 1rem !important;
  }
}

.jobs-item-icon-text-container {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}

.jobs-item-text {
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 600;
}

.jobs-item-main-text-container {
  font-size: 1rem;
  line-height: 1.56rem;
  font-weight: 300;
}

.jobs .about-us-cta-container {
  justify-self: flex-end;
}

.jobs .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Blog list */

.blog-items {
  row-gap: 1.5rem;
}

.blog-item {
  background-color: var(--bg-white-sky);
  height: 100%;
}

.blog-item-text-container {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.blog-item-text-header {
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 600;
}

.blog-item-text-description {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 300;
}

.blog-item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-item .about-us-cta-container {
  justify-content: flex-start;
}

@media only screen and (max-width: 534px) {
  .blog-item-text-header {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 350px) {
  .blog-item-text-header {
    font-size: 1.4rem;
  }
}

/* Blog content */

.blog-content {
  margin-top: 2rem;
}

.first-blog-content {
  margin-top: 6.5rem !important;
}

.blog-content .section-description-line {
  width: 30% !important;
}

.blog-content .section-description-text {
  width: calc(69% - 2rem) !important;
}

.blog-content-title-wrapper,
.blog-content-text-wrapper {
  justify-content: center;
}

.blog-content .realizations-text-cta {
  margin-top: 2rem;
}

.blog-content .image-line-text-item-main-text br {
  content: "";
  display: block;
  margin-top: 2rem;
}

/* Related Tips */

.related-tips {
  margin-top: 6.3rem;
}

.related-tips .about-us-title h3 {
  margin-bottom: 2rem;
}

/* Contact options section */

.contact-options-items {
  margin-top: 3.6rem;
  row-gap: 1.5rem;
}

@media only screen and (max-width: 500px) {
  .contact-options-item-polygon {
    height: 62.25px !important;
    width: 62.25px !important;
  }
  .contact-options-item-icon {
    height: 28.5px !important;
    width: 28.5px !important;
  }
  .contact-options-item-text a {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
}

@media only screen and (max-width: 320px) {
  .contact-options-item-polygon {
    height: 41.5px !important;
    width: 41.5px !important;
  }
  .contact-options-item-icon {
    height: 19px !important;
    width: 19px !important;
  }
  .contact-options-item {
    padding: 2rem 1rem !important;
  }
}

.contact-options-item-polygon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.contact-options-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.contact-options-item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  gap: 1rem;
  background-color: var(--bg-white-sky);
  padding: 2rem;
}

.contact-options-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-options-item-text a {
  color: var(--first-standard-text-color);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

/* Localization Map section */

.localization-map {
  margin-top: 6rem;
}

.localization-map-adjustment {
  width: 100% !important;
}

/* Contact form section */

.contact-form {
  margin-top: 6rem;
}

.custom-form {
  margin-top: 1rem;
  padding: 3rem 3rem 2rem 3rem;
  background-color: var(--bg-white-sky);
  row-gap: 2rem;
}

.form-control,
.form-control::placeholder {
  color: var(--first-standard-text-color);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8rem;
  border: unset;
  padding: 0.5rem 0.75rem;
}

.contact-form-submit .form-submit {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.contact-form-bottom-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}

.contact-form-agreement {
  margin-left: 23rem;
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-weight: 300;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

@media only screen and (max-width: 1199px) {
  .contact-form-agreement {
    margin-left: 11rem;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form-agreement {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-agreement {
    margin-left: 0;
  }
  .contact-form-bottom-items {
    column-gap: 10rem;
  }
}

@media only screen and (max-width: 534px) {
  .form-control,
  .form-control::placeholder {
    font-size: 1rem;
  }
  .custom-form {
    padding: 1rem;
  }
  label[for="agreement"] {
    max-width: 12rem;
  }
}

label[for="agreement"] {
  cursor: pointer;
}

.form-check-input[type="checkbox"] {
  border-radius: unset;
  cursor: pointer;
}

.form-check-input {
  margin-top: unset !important;
  border: 2px solid var(--second-accent-light);
  width: 1.2rem !important;
  height: 1.2rem !important;
  background-position: unset;
}

.form-submit {
  color: var(--second-accent-light);
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: unset;
  border: unset;
  border-bottom: 2px solid var(--second-accent-light);
  padding-bottom: 0.25rem;
  transition: all 0.3s ease-out;
}

.form-submit:hover {
  color: var(--second-accent-dark);
  border-bottom: 2px solid var(--second-accent-dark);
}

.form-file-interaction {
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.form-file-interaction:hover {
  color: var(--second-accent-dark);
  border-bottom: 2px solid var(--second-accent-dark);
}

.form-file-icon {
  transition: all 0.3s ease-out;
}

.form-file-interaction:hover .form-file-icon {
  background-image: url(../img/icon-attachment-dark-blue.svg) !important;
  height: 14.39px !important;
  width: 12.72px !important;
}

.form-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-file-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
}

/* Specification with downloads section */

.specification-with-downloads-items {
  row-gap: 2rem;
}

@media only screen and (max-width: 1399px) {
  .download-list {
    max-width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .download-list {
    max-width: 75%;
  }

  .specification-item,
  .specification-description {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .download-list {
    max-width: 100%;
  }
  .specification-description {
    padding-right: 1rem !important;
  }
}

@media only screen and (max-width: 408px) {
  .specification-description {
    padding-left: 0 !important;
  }
}

.specification-with-downloads {
  margin-top: 6rem;
}

.download-link {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--second-accent-light);
  border-bottom: 2px solid var(--second-accent-light);
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  font-weight: 400;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.download-link:first-of-type {
  margin-top: 2rem;
}

.specification-description,
.specification-item {
  padding: 1rem;
}

.specification-item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding-right: 2.5rem;
}

.specification-description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding-right: 4.5rem;
  white-space: nowrap;
}

.specification-row:nth-child(even) {
  background-color: var(--bg-white-sky);
}

.specification-table {
  margin-top: 2rem;
  width: 95%;
}

/* Sub hero section */

.sub-hero {
  margin-top: 9.5rem;
}

.sub-hero .container-fluid {
  padding: 0 !important;
}

.sub-hero-image {
  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-hero-image-right {
  background-position: right;
}

.sub-hero-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.8rem 0 0.8rem 4.5rem;
  text-align: center;
  color: var(--second-standard-text-color);
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  background: linear-gradient(
    180deg,
    rgba(83, 202, 249, 0.7) 0%,
    rgba(83, 202, 249, 0.7) 39.58%,
    rgba(83, 202, 249, 0.7) 100%
  );
}

.sub-hero-go-back-button {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--second-standard-text-color);
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;

  display: inline-flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.3rem;
  padding-bottom: 0.3rem;
  margin-top: 3.2rem;
  margin-left: 4.3rem;
  border-bottom: 2px solid var(--second-standard-text-color);

  transition: all 0.3s ease-out;
}

.sub-hero-go-back-button:hover {
  color: var(--second-accent-light);
  border-bottom: 2px solid var(--second-accent-light);
}

.sub-hero-go-back-button-arrow {
  transition: all 0.3s ease-out;
}

.sub-hero-go-back-button:hover .sub-hero-go-back-button-arrow {
  background-image: url(../img/arrow-blue.svg) !important;
  height: 14px !important;
  width: 16px !important;
}

@media only screen and (max-width: 991px) {
  .sub-hero {
    margin-top: 5.6rem;
  }
}

@media only screen and (max-width: 575px) {
  .sub-hero {
    margin-top: 4.5rem;
  }
}

@media only screen and (max-width: 500px) {
  .sub-hero-text {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 378px) {
  .sub-hero-text {
    padding: 0.8rem 0 0.8rem 1.5rem;
  }
}

@media only screen and (max-width: 290px) {
  .sub-hero-text {
    font-size: 2rem;
    padding: 0.8rem 0 0.8rem 1rem;
  }
}


@media screen and (max-width:1000px){
  .our-promotions{
    display: none;
  }
}