.title-icons {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .title-icons {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
.title-icons .disabled {
  opacity: 0.3;
}
.title-icons .ch2 {
  line-height: 1.5;
  font-size: 1.3rem;
  color: #0F0D0D;
  font-weight: 400;
}
@media (min-width: 992px) {
  .title-icons .ch2 {
    font-size: 2rem;
  }
}
.title-icons .ch2 span {
  font-family: "Playfair Display";
  font-weight: 600;
}
.title-icons .icons p {
  color: #061123;
  line-height: 1.6;
  font-size: 0.833rem;
}
.title-icons .icons .row {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 992px) {
  .title-icons .icons .row.space-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.title-icons .icons .col {
  text-align: center;
}
.title-icons .icons .col img {
  max-width: 64px;
  margin-bottom: 20px;
}
.title-icons .icons .col p {
  font-size: 0.833rem;
  font-weight: 300;
}