.fw-600 {
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat Regular';
  src: url("../fonts/Montserrat-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url("../fonts/Montserrat-Bold.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat Black';
  src: url("../fonts/Montserrat-Black.ttf");
  font-style: normal;
  font-weight: normal;
}

.about-us {
  padding: 8rem 0;
}

.about-photos {
  padding-bottom: 5rem;
}

.about-photos .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (250px)[5];
      grid-template-columns: repeat(5, 250px);
  -ms-grid-rows: (250px)[2];
      grid-template-rows: repeat(2, 250px);
  overflow-y: scroll;
  margin-top: 0;
  grid-gap: 15px;
}

@media (min-width: 768px) {
  .about-photos .grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (250px)[2];
        grid-template-rows: repeat(2, 250px);
    margin-top: -40px;
    overflow-y: hidden;
  }
}

.about-photos .grid-item {
  background-size: cover !important;
  background-position: 50% 20% !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-photos .grid-item:hover {
  cursor: pointer;
}

.about-photos .grid-item .gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #00000061;
}

.about-photos .grid-item .text {
  padding: 5px 15px;
  z-index: 1;
  text-decoration: none;
  color: #ffffff;
}

.about-photos .grid-item .text p {
  padding-bottom: 0px;
}

.about-photos .grid-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.about-photos .grid-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.about-photos .grid-item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.about-photos .grid-item:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.about-photos .grid-item:nth-child(5) {
  grid-column: 0/3;
}

@media (min-width: 768px) {
  .about-photos .grid-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .about-photos .grid-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .about-photos .grid-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .about-photos .grid-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .about-photos .grid-item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

.about-photos img {
  width: 100%;
}

.our-story {
  padding: 2rem 0;
  background-color: #FFF5F4;
}

.how-to-be-featured {
  padding: 3rem 0;
}

.how-to-be-featured .card {
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #4FBFA5;
  border-radius: 20px;
}
/*# sourceMappingURL=about.css.map */