section .container {
  padding-left: 80px;
  padding-right: 80px;
}

header {
  padding-left: 50px;
  padding-right: 50px;
}

.header-small {
  height: 500px;
  overflow: hidden;
  border-radius: 28px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: rgb(6, 24, 52);
  margin-top: 116px;
}
.header-small .maxw {
  z-index: 3;
}
.header-small picture {
  overflow: visible;
}
.header-small picture img {
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateY(-20%);
}

.tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 2;
}

.header-small-h1 {
  grid-column: span 12;
  text-align: center;
  color: white;
}

.about-background-img {
  position: absolute;
  right: 0;
  top: 90px;
  width: 30%;
  height: 400px;
}
.about-background-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.about-background-img-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 400px;
  transform: translate3d(-50%, -70%, 0);
}
.about-background-img-2 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.about-text-1 {
  margin-top: 24px;
}

.about-button-1 {
  margin-top: 30px;
}

.grid-about {
  width: 55%;
  text-align: center;
}

.about-cards {
  grid-column: span 4;
  border-radius: 28px;
  overflow: hidden;
}

.about-cards-holder {
  padding-top: 130%;
  position: relative;
}

.specials {
  padding-left: 50px;
  padding-right: 50px;
}

.specials-small {
  overflow: hidden;
  border-radius: 28px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: rgb(6, 24, 52);
}
.specials-small .maxw {
  z-index: 3;
}
.specials-small picture {
  overflow: visible;
}
.specials-small picture img {
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateY(-20%);
}

.specials-grid {
  padding-top: 120px;
  padding-bottom: 120px;
}

.specials-cards-element {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(34, 34, 34, 0.9);
  border-radius: 28px;
  flex: 1;
  transition: 0.5s;
}
.specials-cards-element svg,
.specials-cards-element img {
  padding-bottom: 80px;
  height: 50px;
  width: 50px;
  box-sizing: content-box;
  fill: white;
}

.specials-cards-element:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

.specials-cards {
  grid-column: span 12;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 50px;
}
.specials-cards a {
  transition: 0.4s;
}
.specials-cards a:hover {
  color: #c6783e;
}

.specials-p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: rgb(170, 170, 170);
}

.ImgText-section-img {
  grid-column: span 6;
  height: -moz-fit-content;
  height: fit-content;
}
.ImgText-section-img img {
  scale: 1.2;
}

.ImgText-section-img-holder {
  padding-top: 100%;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}

.ImgText-section-text {
  grid-column: 8/span 5;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.ImgText-section-text button {
  margin-top: 36px;
}

.ImgText-section-text-1 {
  margin-top: 36px;
}

.ImgText-section-img-2 .ImgText-section-img {
  grid-column: 7/span 6;
  order: 2;
}
.ImgText-section-img-2 .ImgText-section-text {
  grid-column: span 5;
  order: 1;
}

.team-cards {
  grid-column: span 4;
  margin-top: 44px;
}

.team-cards-holder {
  padding-top: 100%;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}

.team-text-1 {
  margin-top: 30px;
  margin-bottom: 8px;
}

.team-cards-big .team-cards-holder {
  padding-top: 130%;
}

@media only screen and (max-width: 1350px) {
  .specials-cards {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .specials-cards-element {
    min-width: 45%;
  }
  .about-background-img-2 {
    position: absolute;
    left: 100px;
    top: 42px;
  }
  .about-background-img {
    width: 40%;
  }
}
@media only screen and (max-width: 1150px) {
  .grid-about {
    width: 100%;
  }
  .about-background-img {
    display: none;
  }
  .ImgText-section-img {
    grid-column: span 7;
  }
  .ImgText-section-img-holder {
    padding-top: 160%;
  }
  .ImgText-section-img-2 .ImgText-section-img {
    grid-column: 6/span 7;
    order: 2;
  }
}
@media only screen and (max-width: 850px) {
  header {
    padding: 0;
  }
  .header-small {
    border-radius: 0;
    height: 500px;
    margin-top: 76px;
  }
  section .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .about-background-img {
    width: 55%;
    top: 40px;
  }
  .specials-small {
    border-radius: 0px;
  }
  .specials {
    padding-left: 0px;
    padding-right: 0px;
  }
  .specials-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ImgText-section-text-1 {
    margin-top: 16px;
  }
  .ImgText-section-img-holder {
    padding-top: 80%;
  }
  .ImgText-section-img {
    grid-column: span 12;
  }
  .ImgText-section-text {
    grid-column: span 12;
    margin-top: 46px;
  }
  .ImgText-section-img-2 .ImgText-section-text {
    grid-column: span 12;
    order: 2;
  }
  .ImgText-section-img-2 .ImgText-section-img {
    grid-column: span 12;
    order: 1;
  }
  .team-text-1 {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .team-cards {
    margin-top: 24px;
    grid-column: span 6;
  }
}
@media only screen and (max-width: 650px) {
  section .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .specials-cards-element {
    min-width: 60%;
  }
  .specials-cards {
    margin-top: 34px;
  }
  .ImgText-section-text {
    margin-top: 32px;
  }
  .ImgText-section-text button {
    margin-top: 24px;
  }
  .about-background-img {
    width: 100%;
    top: 100px;
    right: -30%;
  }
  .specials-grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-cards {
    grid-column: span 6;
    border-radius: 18px;
    overflow: hidden;
  }
  .about-cards:nth-child(2) {
    display: none;
  }
  .ImgText-section-img-holder {
    padding-top: 100%;
  }
}/*# sourceMappingURL=about.css.map */