/*
 * how to run sass in console ==>  sass --watch you-are-not-alone.scss ../Styles/you-are-not-alone.css
 */
.you-are-not-alone-section {
  background-color: #323e48ff;
  display: flex;
  flex-flow: row;
  font-weight: bold;
  height: auto;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.you-are-not-alone-section .you-are-not-alone-section_mosaic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 50%;
}
.you-are-not-alone-section .you-are-not-alone-section_mosaic .you-are-not-alone-section_mosaic-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-height: 155.5px;
  min-height: 149.5px;
  margin: 0;
  padding: 0;
  width: 33.33%;
}
@media (min-width: 1400px) {
  .you-are-not-alone-section .you-are-not-alone-section_mosaic .you-are-not-alone-section_mosaic-image {
    max-height: 360px;
    min-height: 180px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .you-are-not-alone-section .you-are-not-alone-section_mosaic .align-to-center {
    background-position-x: 0;
  }
}
@media (max-width: 600px) {
  .you-are-not-alone-section .you-are-not-alone-section_mosaic .align-to-left {
    background-position-x: 65%;
  }
}
@media (max-width: 768px) {
  .you-are-not-alone-section .you-are-not-alone-section_mosaic {
    width: 100%;
  }
}
.you-are-not-alone-section .you-are-not-alone-section_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 5rem;
  width: 50%;
}
.you-are-not-alone-section .you-are-not-alone-section_text h2 {
  color: #f28b00ff;
  font-size: 7rem;
  font-weight: bold;
  text-align: end;
}
.you-are-not-alone-section .you-are-not-alone-section_text p {
  color: #ffffff;
  font-size: 5rem;
  font-weight: bold;
  text-align: end;
}
@media (max-width: 768px) {
  .you-are-not-alone-section .you-are-not-alone-section_text {
    width: 100%;
  }
  .you-are-not-alone-section .you-are-not-alone-section_text h2 {
    font-size: 5rem;
  }
  .you-are-not-alone-section .you-are-not-alone-section_text p {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .you-are-not-alone-section .you-are-not-alone-section_text {
    width: 100%;
  }
  .you-are-not-alone-section .you-are-not-alone-section_text h2 {
    font-size: 4rem;
  }
  .you-are-not-alone-section .you-are-not-alone-section_text p {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .you-are-not-alone-section {
    flex-flow: column-reverse;
  }
}

/*# sourceMappingURL=you-are-not-alone.css.map */
