.about_text {
  margin-top: 100px;
}
.about_text__container__text {
  padding-top: 45px;
  padding-bottom: 45px;
}
.about_text__container__text h5 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  color: #383838;
  margin-bottom: 50px;
}
.about_text__container__text p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #383838;
  margin: 0;
}
.about_text__container__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_text__container__img img {
  max-width: 100%;
  border-radius: 20px;
}
.about_text__full-content {
  padding: 0;
}
.about-gallery {
  margin-top: 100px;
}
.about-gallery__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .about-gallery__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .about-gallery__container {
    grid-template-columns: 1fr;
  }
}
.about-gallery__container a {
  flex: 0 0 calc(33.333% - 16px);
}
@media (max-width: 992px) {
  .about-gallery__container a {
    flex: 0 0 calc(50% - 26px);
  }
}
@media (max-width: 599px) {
  .about-gallery__container a {
    flex: 0 0 100%;
  }
}
.about-gallery__container a.video-item {
  position: relative;
}
.about-gallery__container .gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about-gallery__container .play-video {
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 42px);
}
.about-comand {
  margin-top: 142px;
}
.about-comand h2 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 50px;
  line-height: 64px;
  vertical-align: bottom;
  color: #383838;
  margin-bottom: 70px;
}
.about-comand__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
}
.about-comand__item {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 0 0 calc(25% - 26px);
  gap: 16px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 992px) {
  .about-comand__item {
    flex: 0 0 calc(50% - 26px);
  }
}
@media (max-width: 599px) {
  .about-comand__item {
    flex: 0 0 100%;
  }
}
.about-comand__item img {
  width: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: 350px;
}
@media (max-width: 599px) {
  .about-comand__item img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.about-comand__item p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 29px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  color: #C25D49;
  margin-bottom: 0;
}
.about-comand__item span {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  color: #838181;
  max-width: 80%;
}
.about-comand__item:hover {
  transform: translateY(-10px);
}
.about-comand__item:hover img {
  transform: scale(1.025);
}