@charset "UTF-8";
/* CSS Document */

.other__title {
  padding-bottom: 0 !important;
}

.other img {
  object-position: 20% 50%;
}

.about {
  line-height: 1.8;
  margin-bottom: 100px;
}

.about h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.discrption {
  padding: 100px 0;
  background: #F3F3F3;
}

.discrption.white {
  background: transparent;
  margin-bottom: 150px;
}

.discrption ul {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.discrption ul li h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}


@media (max-width: 1025px) {}

@media (max-width: 600px) {}