.about-hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .about-hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .about-hero {
    padding-top: 168px;
    padding-bottom: 168px;
  }
}

.about-hero img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero::before {
  content:"";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.35);
}
.about-hero .about-hero-text {
  position: relative;
  z-index: 1;
  color: white;
}
.about-hero .about-hero-text h1 {
  width: 80%;
  font-weight: 300 !important;
}
.about-hero .about-hero-text h1 span {
  font-weight: 600 !important;
}

.about-cards {
  min-height:       280px;
  background-color: #FFFFFF;
  padding: 32px 24px 24px;
  border-left: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
}

@media (max-width: 575.98px) {
  .about-cards {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .about-cards {
    min-height:  335px;
    padding: 38px 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  @media (max-width: 1199px) {
    .about-cards .red-suit-btn {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
}
@media screen and (min-width: 1200px) {
  .about-cards {
    padding: 30px 30px 40px;
  }
}



.about-cards-welcome {
  font-size:   22px;
  font-weight: bold !important;
  margin-top:  10px!important;
}

.about-cards-p {
  margin-top: 0;
  color: #454545 !important;
}

.about-card-border::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 16px);
  margin: 0 auto;
  top: 0;
  height: 10px;
}

.about-card-blue::before {
  background-color: #2a90f4;
}

.about-card-red::before {
  background-color: var(--theme-colour);
}

.about-card-yellow::before {
  background-color: #FEC626;
}

.about-card-black::before {
  background-color: #000000;
}
@media (min-width: 992px) {
  .about-row-wrap {
    background-image: url('/img/spacesuitcollections/svgs/helmet-grey.svg');
    background-repeat: no-repeat;
    background-position: 100%;
  }
}
@media (min-width: 1920px) {
  .about-row-wrap {
    background-position: 75%;
  }
}


.about-row {
  margin-top: 32px;
  margin-bottom: 32px;

}

@media (min-width: 768px) {
  .about-row {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}