@media (max-width: 767px) {
  .v-utp {
    margin: 0 -16px; } }

.v-utp__title {
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
  color: #1E665A;
  font-weight: 500;
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    .v-utp__title {
      font-size: 28px;
      padding: -16px; } }
  @media (max-width: 575px) {
    .v-utp__title {
      max-width: 260px !important; } }
  .v-utp__title span {
    font-weight: 800; }
  .v-utp__title .c-accent {
    color: #D12C38; }

.v-utp__slider .swiper-slide {
  width: calc(100% / 3); }
  @media (max-width: 767px) {
    .v-utp__slider .swiper-slide {
      width: 50%; }
      .v-utp__slider .swiper-slide.swiper-slide-active .v-card {
        opacity: 1; } }

.v-card {
  font-size: 24px;
  font-weight: 600;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all ease .3s; }
  @media (max-width: 767px) {
    .v-card {
      opacity: .2; } }
  .v-card__title {
    line-height: 1.1;
    max-width: 400px;
    text-align: center;
    margin: 24px auto 0; }
    @media (max-width: 767px) {
      .v-card__title {
        font-size: 18px;
        margin: 18px auto 0; } }
  .v-card__img {
    width: 80px;
    height: 80px;
    position: relative; }
    .v-card__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    @media (max-width: 767px) {
      .v-card__img {
        width: 100px;
        height: 100px; } }
