.features {
  background-color: #fff;
  padding: 80px 0 120px;
}

@media (width <= 1024px) {
  .features {
    padding: 40px 0 120px;
  }
}

.features__content {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 46px;
  display: flex;
  position: relative;
}

.features__content:after {
  content: "";
  background-color: #5cabf3e0;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}

@media (width <= 1240px) {
  .features__content:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.features__content__left {
  color: #021639;
  background-color: #55ff7d;
  flex-shrink: 0;
  align-self: center;
  margin-top: auto;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

@media (width <= 1024px) {
  .features__content__left {
    margin-bottom: 24px;
  }
}

.features__content__right {
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 800px;
  justify-content: center;
  width: 800px;
  max-width: 800px;
  display: flex;
}

@media (width <= 1045px) {
  .features__content__right {
    max-width: none;
  }
}

.features__content__right__item {
  flex-basis: 200px;
  place-self: center;
  height: 140px;
  display: flex;
}

@media (width <= 576px) {
  .features__content__right__item {
    flex-basis: 50%;
  }
}

.features__content__right__item__img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.video {
  padding: 0 0 120px;
}

.video__content {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(300px, auto);
  display: grid;
}

@media (width <= 1366px) {
  .video__content {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

@media (width <= 900px) {
  .video__content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.video__item {
  margin: 40px 20px 0;
}

@media (width <= 1366px) {
  .video__item {
    margin: 40px 0 0;
  }
}

.video__item__link {
  margin-top: 16px;
  margin-bottom: 8px;
}

.video__item a {
  color: #5cabf3;
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.video__item .underline {
  text-decoration: underline;
}

.video__item__desc {
  color: #021639;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.5px;
}

.video__item__img-wrapper {
  text-align: center;
  max-width: 386px;
  height: 280px;
}

.video__item__img-wrapper img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
/*# sourceMappingURL=news.414619b9.css.map */
