.dev-comments {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .dev-comments {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.dev-comments__section-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .dev-comments__section-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.dev-comments__wrapper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dev-comments__wrapper.general-container {
    padding: 0;
  }
}
.dev-comments__wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.dev-comments__slider {
  display: flex;
  gap: 30px;
}
.dev-comments__slider::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 1024px) {
  .dev-comments__slider {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .dev-comments__slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 16px;
  }
}
.dev-comments__slide {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .dev-comments__slide {
    flex: unset;
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
  }
}
.dev-comments__main {
  padding: 30px 32px;
}
@media screen and (max-width: 1024px) {
  .dev-comments__main {
    padding: 16px;
  }
}
.dev-comments__icon {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .dev-comments__icon {
    margin-bottom: 20px;
  }
}
.dev-comments__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
.dev-comments__person {
  border-top: 1px solid #e5e5e5;
  padding: 25px 32px;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 1024px) {
  .dev-comments__person {
    padding: 16px;
  }
}
.dev-comments__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.dev-comments__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dev-comments__person-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #051320;
  margin-bottom: 2px;
}
.dev-comments__person-position {
  font-size: 16px;
  line-height: 150%;
  color: #37424d;
  opacity: 0.6;
}/*# sourceMappingURL=style.min.css.map */