.hover__uderline {
  position: relative;
}
.hover__uderline::before {
  background: #324054;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  transition: 0.3s ease;
}
.hover__uderline:hover::before {
  width: 100%;
}

.scrolbar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scrolbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scrolbar::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.title {
  color: #161617;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 32.5px */
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 575.98px) {
  .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.aboutTitle {
  padding: 30px 0 50px;
}
.aboutTitle__img img {
  width: 100%;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutInfo {
  padding-bottom: 60px;
}
.aboutInfo .row {
  row-gap: 30px;
}
.aboutInfo__img img {
  width: 100%;
  aspect-ratio: 1/1.05;
}
.aboutInfo__text {
  color: #161617;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-align: justify;
}
.aboutInfo__text:not(:last-child) {
  margin-bottom: 20px;
}

.fil {
  padding: 60px 0;
  background: #f4f5f7;
  margin-bottom: 60px;
}
.fil__content {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 30px;
}
.fil__content--title {
  color: #161617;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 60px */
  text-align: left;
  width: 100%;
}
.fil__content--text {
  color: #161617;
  text-align: right;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%; /* 33px */
  max-width: 60%;
}

@media (max-width: 1199.98px) {
  .aboutInfo__img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aboutInfo__img img {
    aspect-ratio: 1/1.1;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .fil {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .fil__content--title {
    font-size: 25px;
  }
  .fil__content--text {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .aboutTitle {
    padding: 20px 0 30px;
  }
  .aboutTitle__img img {
    aspect-ratio: 16/10;
  }
  .aboutInfo {
    padding-bottom: 30px;
  }
  .aboutInfo .row {
    row-gap: 25px;
  }
  .aboutInfo__text {
    font-size: 14px;
  }
  .fil {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .fil__content--title {
    font-size: 20px;
  }
  .fil__content--text {
    font-size: 14px;
    max-width: 100%;
  }
}/*# sourceMappingURL=about.css.map */