.h1Title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #e56130;
  line-height: 1;
  font-style: normal;
}
@media (min-width: 576px) {
  .h1Title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #e56130;
    line-height: 1.2;
    font-style: normal;
  }
}

.viedoLocation {
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.squareCard {
  padding-top: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cardContent {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
}

.contenctSection {
  flex-direction: column;
  margin-right: 0%;
}
.contenctSection > :first-child {
  margin-right: 0%;
}
@media (min-width: 576px) {
  .contenctSection > :first-child {
    margin-right: -10%;
  }
}
.contenctSection:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 576px) {
  .contenctSection:nth-child(even) {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .contenctSection {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.contenctSection .contentImg {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .contenctSection .contentImg {
    width: 50%;
    flex-shrink: 0;
  }
}
.contenctSection .contentArticle {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6745098039);
  padding: 0.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .contenctSection .contentArticle {
    width: 60%;
    flex-shrink: 0;
  }
}/*# sourceMappingURL=our_story.css.map */