h2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 30px;
}

p {
  font-size: 14px;
  color: #fff;
}

.about {
  padding: 130px 30px 90px;
}

.team {
  padding: 0 0 60px 30px;
}
.team .m {
  display: flex;
  max-width: 420px;
  margin: 0 auto 40px 0;
}
.team .m img {
  width: 60%;
}
.team .m .d {
  width: 40%;
  padding-left: 20px;
}
.team .m h4, .team .m h5 {
  color: #fff;
}
.team .m h4 {
  font-size: 20px;
}
.team .m h5 {
  font-size: 16px;
  margin-bottom: 3px;
}
.team .m p {
  font-size: 13px;
}
.team .m:nth-of-type(even) {
  flex-direction: row-reverse;
  margin: 0 0 40px auto;
}
.team .m:nth-of-type(even) .d {
  padding: 0 20px 0 0;
}

.cats a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px;
  aspect-ratio: 16/9;
  text-decoration: none;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
.cats a:nth-of-type(1) {
  background-image: url("../img/web/section_backgrounds/yachts.webp?v1");
}
.cats a:nth-of-type(2) {
  background-image: url("../img/web/section_backgrounds/jets.webp?v1");
}
.cats a h3 {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.cats a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #000;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.cats a:not(:hover) {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.cats a:hover::after {
  opacity: 0;
}
.cats a:hover h3 {
  font-size: 22px;
}

@media screen and (min-width: 500px) {
  .cats {
    display: flex;
    flex-wrap: wrap;
  }
  .cats a {
    width: 50%;
    aspect-ratio: 2/3;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 650px) {
  h2 {
    text-align: left;
  }
  .about {
    max-width: 600px;
  }
  .team .m img, .d {
    width: 50%;
  }
  .cat h2 {
    padding-left: 30px;
  }
  .cat .cats a {
    aspect-ratio: 2/4;
    max-height: 75vh;
  }
}
@media screen and (min-width: 850px) {
  .team .holder {
    display: flex;
    position: relative;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .team .holder::-webkit-scrollbar {
    display: none;
  }
  .team .holder .m {
    flex-shrink: 0;
    margin: 0;
    height: 273px;
  }
  .team .holder .m img {
    width: auto;
  }
  .team .holder .m:not(:last-of-type) {
    margin-right: 65px;
  }
  .team .holder .m .d {
    width: auto;
    margin-top: -10px;
    padding: 0 0 0 40px;
  }
  .team .holder .m .d h4 {
    font-size: 24px;
  }
  .team .holder .m .d h5 {
    margin-bottom: 6px;
  }
  .team .holder .m .d p {
    font-size: 14px;
  }
  .team .holder .m:nth-of-type(even) {
    flex-direction: row;
  }
  .cats a {
    aspect-ratio: 1/3;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    max-width: 900px;
  }
  .about, .about ~ .team {
    padding-left: 240px;
  }
  .cat {
    padding-left: 200px;
  }
  .cat h2 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 32px;
  }
  .about, .about ~ .team {
    padding-left: 290px;
  }
  .cat h2 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1440px) {
  .about {
    max-width: 1100px;
  }
  .about, .team {
    padding-bottom: 80px;
  }
  .team .holder .m {
    max-width: 500px;
    height: 350px;
  }
}/*# sourceMappingURL=about.css.map */