.ifr-main {
  background: linear-gradient(
    244.75deg,
    #ded6ff -10.92%,
    #f3e2e8 38.7%,
    rgba(247, 236, 240, 0.949351) 76.13%,
    #eeebf9 110.9%
  );
  padding: 36px 48px 24px;
}

.ifr-main h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 140%;
  color: #181818;
  text-align: center;
}

.ifr-main .card {
  text-align: center;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.ifr-main .card:hover {
  box-shadow: 0 0 13px rgb(106 106 106 / 34%);
  transform: scale(1.05);
  /*  background: #fafafa;*/
}

.ifr-main .card:hover h3 {
  /*  line-height: 1.4;*/
}

.ifr-main h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ifr-main p {
  opacity: 0.8;
  color: #525559;
  font-size: 12px;
}

.ifr-services {
  background: #fff;
  padding: 48px;
}

.ifr-services .card {
  border: 1px solid #ecedee;
}

.ifr-booking {
  background: #edf6f0;
  padding: 48px;
}

.alert {
  padding: 12px 16px;
  background: rgba(112, 134, 255, 0.05);
  border-radius: 6px;
}

.alert-df {
  display: flex;
  align-items: center;
}

.alert span {
  font-weight: 900;
  font-size: 12px;
  line-height: 150%;
  color: #181818;
  margin-left: 3px;
}

.alert p {
  font-size: 12px;
  line-height: 150%;
  color: #181818;
}

.infro-title {
  font-size: 35px;
  margin-bottom: 48px;
}

.ifr-programs h3 {
  margin-bottom: 12px;
}

.ifr-programs h4 {
  font-size: 21px;
  margin-bottom: 24px;
}

.ifr-booking-img {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.three-d-list a p {
  position: absolute;
  left: 24px;
  top: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

.ifr-content {
  padding: 0;
  padding-left: 54px;
  flex: 1;
}

span.bottom-tour-btn .btn svg {
  margin: 0;
}

.three-d-list a img {
  max-height: 280px;
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

.ifr-programs {
  padding: 48px;
  background: #fff;
}

.ifr-visit {
  padding: 48px;
  background: linear-gradient(
    244.75deg,
    rgba(222, 214, 255, 0.4) -10.92%,
    rgba(243, 226, 232, 0.4) 38.7%,
    rgba(247, 236, 240, 0.37974) 76.13%,
    rgba(238, 235, 249, 0.4) 110.9%
  );
}

.ifr-booking h4 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 12px;
}

.ifr-booking-text {
  color: #525559;
  font-size: 16px;
}

.ifr-booking ul li,
.ifr-programs ul li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  color: #525559;
}

.ifr-programs ul li {
  margin-bottom: 12px;
}

.ifr-programs ul li svg {
  margin-right: 12px;
}

.ifr-booking ul span {
  color: #848a95;
  font-size: 12px;
}

.ifr-booking ul li:last-child {
  margin-bottom: 0;
}

.ifr-booking ul .icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

p.ifr-content-text {
  font-size: 16px;
  line-height: 150%;
  color: #525559;
  margin: 10px auto 36px;
  text-align: center;
}

@media (max-width: 760px) {
  .ifr-booking h4 {
    font-size: 17px;
  }

  .ifr-visit .bottom-tour-btn {
    top: inherit;
  }

  .ifr-booking .btn {
    width: 100%;
  }

  .infro-title,
  .ifr-programs h3 {
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 24px;
  }

  .ifr-programs h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  .ifr-content {
    padding-left: 0px;
  }
}
