.c-heading span {
  color: var(--v-color-red);
}

.r__profile {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 64px;
}
.r__profile .profile__cover {
  width: 398.8px;
}
.r__profile .profile__cover img {
  width: 100%;
}
.r__profile .profile__desc {
  background-image: url("./bg_grid.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 40px;
  padding: 24px;
  overflow: hidden;
  width: 620px;
}
.r__profile .profile__desc .profile__desc_wrap {
  border: 2px dashed var(--v-color-red);
  border-radius: 32px;
  padding: 32px;
}
.r__profile .profile__desc .profile__desc_wrap h4 {
  font-size: var(--v-fs-h4);
}
.r__profile .profile__desc .profile__desc_wrap strong {
  color: var(--v-color-red);
  display: block;
  font-size: var(--v-fs-main-big);
  margin-top: 24px;
}

.perfect__list {
  background-color: var(--v-color-white);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 64px auto 0;
  padding: 40px;
  width: 1000px;
}
.perfect__list .perfect__list-item {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  position: relative;
}
.perfect__list .perfect__list-item:first-child::before {
  height: 0;
}
.perfect__list .perfect__list-item::before {
  background-color: var(--v-color-red);
  top: -55px;
  content: "";
  display: block;
  height: 80px;
  left: 4%;
  position: absolute;
  width: 8px;
  z-index: 1;
}
.perfect__list .perfect__list-item .perfect__time {
  align-items: center;
  background-color: var(--v-color-red);
  border-radius: 50%;
  color: var(--v-color-white);
  display: flex;
  height: 80px;
  justify-content: center;
  width: 80px;
  z-index: 2;
}
.perfect__list .perfect__list-item .perfect__info {
  width: 820px;
}
.perfect__list .perfect__list-item .perfect__info .perfect__title {
  color: var(--v-color-red);
  font-size: var(--v-fs-main-big);
  font-weight: bold;
}

.qoute {
  background-color: var(--v-color-white);
  border-radius: 40px;
  padding: 64px;
  margin: 64px auto 0;
  width: 1080px;
}

.qoute__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  list-style: none;
  margin: 64px 0;
}
.qoute__list .qoute__list-item .qoute__title {
  border-bottom: 1px dashed var(--v-color-green);
  color: var(--v-color-green);
  font-size: var(--var-fs-main-big);
  padding: 8px;
  margin-bottom: 16px;
}
.qoute__list .qoute__list-item .qoute__info {
  display: flex;
  gap: 24px;
}
.qoute__list .qoute__list-item .qoute__info .qoute__img {
  border-radius: 50%;
  height: 96px;
  overflow: hidden;
  width: 96px;
}
.qoute__list .qoute__list-item .qoute__info .qoute__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.qoute__list .qoute__list-item .qoute__info .qoute__details {
  width: 830px;
}
.qoute__list .qoute__list-item .qoute__info .qoute__details .qoute__author {
  color: var(--v-color-red);
}

.heading__features-h3-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.heading__features-h3-wrap::before, .heading__features-h3-wrap::after {
  content: "";
  background-color: var(--v-color-red);
  border-radius: 2px;
  display: inline-flex;
  height: 32px;
  width: 2px;
  transform-origin: center;
}
.heading__features-h3-wrap::before {
  margin-right: 10px;
  transform: rotate(-22deg);
}
.heading__features-h3-wrap::after {
  margin-left: 10px;
  transform: rotate(22deg);
}

.heading__features-h3 {
  font-size: var(--v-fs-h3);
  text-align: center;
}

.qoute__ads img {
  margin-top: 24px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .r__profile {
    flex-direction: column;
  }
  .r__profile .profile__cover {
    width: 150px;
  }
  .r__profile .profile__desc {
    width: 100%;
  }
  .perfect__list {
    padding: 24px;
    width: 100%;
  }
  .perfect__list .perfect__list-item {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .perfect__list .perfect__list-item:last-child:before {
    height: 0;
  }
  .perfect__list .perfect__list-item::before {
    top: -60px;
    left: 7.5%;
    width: 6px;
    height: 200%;
  }
  .perfect__list .perfect__list-item .perfect__time {
    height: 52px;
    width: 52px;
  }
  .perfect__list .perfect__list-item .perfect__info {
    width: 215px;
  }
  .qoute {
    padding: 24px;
    width: 100%;
  }
  .qoute__list {
    gap: 24px;
    margin: 24px 0;
  }
  .qoute__list .qoute__list-item .qoute__info {
    gap: 16px;
  }
  .qoute__list .qoute__list-item .qoute__info .qoute__img {
    height: 80px;
    width: 80px;
  }
  .qoute__list .qoute__list-item .qoute__info .qoute__details {
    width: 200px;
  }
}/*# sourceMappingURL=index.css.map */