.aboutService .aboutService__section {
  margin: 0 0 48px 0;
}

.aboutService .aboutService__section--video .video-play-btn {
  z-index: 2;
}

.aboutService .aboutService__section--video .news-card--image {
  margin: 0 0 16px 0;
  position: relative;
  height: 400px;
}

.aboutService .aboutService__section--video .news-card--image::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(5, 21, 75, 0) 0%,
    rgba(5, 21, 75, 0.72) 100%
  );
}

.aboutService .aboutService__title {
  color: #353538;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.aboutService__subtitle {
  color: #353538;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.aboutService .aboutService__section .cmb-4 {
  margin-bottom: 4px;
}

.aboutService .aboutService__section .cmb-8 {
  margin-bottom: 8px;
}

.aboutService .aboutService__section .cmb-12 {
  margin-bottom: 12px;
}

.aboutService .aboutService__section .cmy-12 {
  margin: 12px 0;
}

.aboutService .aboutService__link {
  display: inline-block;
  color: #3d50b6;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 8px 0 0 0;
}

.aboutService .aboutService__text,
.aboutService .aboutService__list-item {
  margin: 0;
  color: #5e5f5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}

.aboutService .aboutService__text a {
  color: #5e5f5f;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-style: solid;
}

.aboutService .aboutService__list {
  list-style-type: none;
}

.aboutService .aboutService__list-item {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.aboutService .aboutService__list-item:last-child {
  margin-bottom: 0;
}

.aboutService .aboutService__list-item img {
  align-self: flex-start;
  margin-top: 7px;
}

.aboutService .aboutService__section.withBordered {
  padding: 24px;
  border-radius: 12px;
}

.aboutService .aboutService__section.withLightGrayBg {
  background-color: #fafafa;
}

.aboutService .aboutService__section.withDarkGrayBg {
  background-color: #f2f5fc;
}

.aboutService .aboutService__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 72px;
  background-color: #fff;
  border: 0.5px solid #dcdde5;
}

.aboutService .aboutService__title-icon {
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.aboutService .aboutService__title-icon img {
  width: 24px;
  height: 24px;
}

.aboutService .aboutService__card {
  padding: 24px 16px;
  border-radius: 12px;
  background-color: #fff;
  width: 50%;
}

.aboutService .aboutService__card-cover {
  display: flex;
  column-gap: 24px;
  margin: 12px 0;
}

.aboutService .aboutService__content {
  margin: 4px 0 0 0;
}

.aboutService .aboutService__text-info {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}

.aboutService .aboutService__text-info img {
  width: 14px;
  height: 14px;
  margin: 6px 0 0 0;
}

.aboutService .aboutService__link-cover {
  display: flex;
  flex-direction: column;
}

.aboutService .aboutService__swiper {
  padding: 48px 0 0 0;
}

.aboutService .aboutService__swiper .swiper-slide {
  background-color: transparent;
}

.aboutService .swiper__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px 0;
}

.aboutService .swiper__title {
  color: #353538;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

@media only screen and (max-width: 991px) {
  .aboutService .aboutService__section {
    margin: 0 0 24px 0;
  }

  .aboutService .aboutService__section--video .news-card--image {
    height: 384px;
    margin: 0 0 24px 0;
  }

  .aboutService .aboutService__title {
    font-size: 18px;
  }

  .aboutService .aboutService__section.withBordered {
    padding: 16px;
  }

  .aboutService .aboutService__icon {
    width: 38px;
    height: 38px;
  }

  .aboutService .aboutService__title-icon {
    margin: 0 0 8px 0;
  }

  .aboutService .aboutService__title-icon img {
    width: 18px;
    height: 18px;
  }

  .aboutService .aboutService__card-cover {
    flex-direction: column;
    row-gap: 24px;
  }

  .aboutService .aboutService__card {
    width: 100%;
  }

  .aboutService .swiper__title {
    font-size: 24px;
  }
}
