.sec-info-block {
  color: var(--white);
}
.sec-info-block:has(+ .sec-image-text) {
  padding-bottom: 0;
}
.sec-info-block::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5.6rem;
  width: 40.3rem;
  height: 14.4rem;
  background-image: url(../images/shape-left-white-01.png);
  background-size: cover;
  background-position: center;
}
.sec-info-block::after {
  position: absolute;
  content: "";
  left: 0;
  top: -28rem;
  width: 82rem;
  height: 164rem;
  background-image: url(../images/round-01.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.info-block {
  padding: 0 8rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.info-block h5 {
  margin-bottom: 4rem;
  font-weight: 400;
}
.info-block p {
  margin-bottom: 4.8rem;
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-info-block::before {
    width: 34.5rem;
    height: 12rem;
  }
  .info-block h5 {
    margin-bottom: 3.2rem;
  }
  .info-block p {
    margin-bottom: 4rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-info-block::before {
    top: 3rem;
    width: 34.5rem;
    height: 12rem;
  }
  .info-block h5 {
    margin-bottom: 3.2rem;
  }
  .info-block p {
    margin-bottom: 4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-info-block::before {
    top: 3rem;
    width: 31.5rem;
    height: 10.9rem;
  }
  .info-block h5 {
    margin-bottom: 3.2rem;
  }
  .info-block p {
    margin-bottom: 4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-info-block::before {
    top: 2rem;
    width: 26.5rem;
    height: 9.2rem;
  }
  .info-block {
    padding: 0 2rem;
  }
  .info-block h5 {
    margin-bottom: 2.8rem;
  }
  .info-block p {
    margin-bottom: 3.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-info-block::before {
    top: 0;
    width: 22.5rem;
    height: 7.8rem;
  }
  .info-block {
    padding: 0;
  }
  .info-block h5 {
    margin-bottom: 2.4rem;
  }
  .info-block p {
    margin-bottom: 3.2rem;
  }
}
@media(max-width:767.98px) {
  .sec-info-block::before {
    top: 3.6rem;
    width: 22.5rem;
    height: 7.8rem;
  }
  .info-block {
    padding: 0;
  }
  .info-block h5 {
    margin-bottom: 2rem;
  }
  .info-block p {
    margin-bottom: 2.4rem;
  }
  .info-block * {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}