.inf {
  padding-top: 94px;
  padding-bottom: 94px;
}
.inf__item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 30px;
}
.inf__item:nth-of-type(even) .inf__img {
  order: 2
}

.inf__item:last-of-type {
  margin-bottom: 0;
}

.inf__img {
  position: relative;
  min-height: 364px;
}

.inf__img br{
  display: none;

}

.inf__img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}

.inf__img, .inf__text {
  width: calc(100% / 2 - 24px);
  margin-left: 12px;
  margin-right: 12px;
}
.inf__text {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: #F2F2F2;
  padding: 36px;
  font-size: 18px;
  line-height: 30px;
  border: 4px solid #F2F2F2;
}

.inf__text p{
  margin-bottom: 30px;
}
.inf__text p:last-child {
  margin-bottom: 0;
}


.inf__text h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 16px;
  color: #28213B;
}

.inf__text h4:first-child {
  margin-top: 0;
}

.inf__text h4:last-child {
  margin-bottom: 0;
}

.inf__text h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 16px;
  color: #28213B;
}

.inf__text h5:first-child {
  margin-top: 0;
}

.inf__text h5:last-child {
  margin-bottom: 0;
}

.inf__text ul {
  margin-bottom: -8px;
}

.inf__text ul.--w2 {
  display: flex;
  flex-wrap: wrap;
}

.inf__text ul.--w2 li {
  width: 50%;
  padding-right: 5px;
}

.inf__text ul.--mb li {
  padding-bottom: 22px;
}

.inf__text ul.--mb li:last-child {
  padding-bottom: 0;
}

.inf__text li {
  padding-left: 25px;
  font-size: 18px;
  line-height: 22px;
  color: #28213B;
}

.inf__text li {
  margin-bottom: 8px;
}

.inf__text li:before {
  content: '';
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  border-radius: 50%;
  background: var(--pantone-126C);
}

@media screen and (max-width: 1279px) {
  .inf__text br{
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .inf {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inf__item {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .inf__text, .inf__img {
    width: 100%;
  }
  .inf__img {
    min-height: 300px;
  }
  .inf__text {
    padding: 30px;
    border-top: none;
  }
  .inf__text ul.--mb li {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .inf__text ul.--w2 li {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 549px) {
  .inf__text {
    padding: 20px;
    border-width: 2px;
  }
}



