.un-steps {
  /* padding-top: 30px; */
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
  font-weight: 400;
  border: 2px solid #3e61bf;
  margin-bottom: 16px;
  /* font-size: 18px;
    line-height: 30px; */
}

.un-steps__title {
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
  text-align: center;
  background-color: #3e61bf;
  padding: 10px;
}

.un-steps__paragraph {
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
}


.un-steps__image-wrapper {
  margin: 30px 0 0;
  border: .5px grey solid;
}

.un-steps__image {
  display: block;
  height: auto;
  width: 100%;
}

.un-steps__important {
  font-style: italic;
  border-left: 8px solid var(--red);
  padding-left: 1rem;
}

.un-steps__link {
  color: #007FFF;
}

.un-steps__link:hover {
  color: #e11229;
}

.nowrap {
  white-space: nowrap;
}

.imp {
  border-left: 3px solid red;
  padding-left: 15px;
  font-style: italic;
}

/* feedback */

.feedback {
  margin-bottom: 20px;
  padding: 30px 0 12px;
}



.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

@media (max-width: 660px) {
  .feedback__header {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 0 20px;
  }
}

.feedback__photo {
  flex-shrink: 0;
  width: 115px;
  height: 115px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 25%;
}

.feedback .feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 25px;
}

.feedback .feedback__position {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #787878;
}

.feedback__body {
  padding: 16px 0;
}

.feedback__body p {
  margin: 0 0 1rem 0;
  font-size: 20px;
}

.info__text.important {
  position: relative;
  padding: 10px 20px;
  padding-left: 65px;
  color: rgba(26, 105, 162, 1);
  border-radius: 20px;
  background-color: rgba(209, 222, 247, 1);
}

.info__text.important::before {
  content: "!";
  color: rgba(232, 39, 39, 1);
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  left: 28px;
  font-size: 70px;
  line-height: 1;
}

.image-caption {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 20px;
}

.day_title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  border: 3px solid #009;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.swiper-slide2 img {
  height: 600px;
}

@media (max-width: 768px) {
  .swiper-slide2 img {
      height: 300px;
  }
}

.link-no-color {
  color: inherit!important;
}

.link-no-color:hover {
  text-decoration: underline;
}


.accent-text {
  color: #034881;
}

.red-text {
  color: #ed1b24;
}

.time-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  margin-bottom: 1.5rem;
}

.time-block::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 0;
  background: #ed1b24;
}


.time-block-item {
  padding-left: 30px;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.1px;
  line-height: 2rem;
}

.time-block-item>b:first-child {
  color: #ed1b24;
}

.time-block-item::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: #ed1b24;
}

.accent-block {
  padding: 20px;
  background: #ed1b260c;
  border-left: 4px solid #ed1b24;
  margin-bottom: 1.5rem;
}

.accent-block p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48rem) {
  .time-block-item {
    font-size: 18px;
    line-height: 24px;
  }
}

.gray-block {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.068);
  border-left: 4px solid rgba(0, 0, 0, 0.13);
}
