.info_block__layout {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.info-block ul {
  margin-left: 2rem !important;
  padding: 2rem 0;
}

.info-block ul li:not(:first-child) {
  margin: 1.75rem 0;
}

.card_heading {
  padding-bottom: 1.75rem !important;
}

.info-block p {
  margin-bottom: 1rem !important;
}

.info_block__card figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.info_block__btn {
  display: inline-flex;
  color: #000;
  text-align: center;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1rem, 3vw, 2.1875rem);
  line-height: clamp(1.25rem, 3.5vw, 2.625rem);
  text-decoration: none;
  position: relative;
  cursor: pointer;
  justify-content: center;
  z-index: 2;
  align-items: center;
  margin-top: 3rem;
}

.info_block__btn_svg {
  display: block;
  position: absolute;
  width: 150%;
  height: auto;
  z-index: -1;
  left: 50%;
  top: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.info_block__btn.btn-0 {
  color: black;
}

.info_block__btn.btn-1 h3,
.info_block__btn.btn-2 h3,
.info_block__btn.btn-3 h3,
.info_block__btn.btn-4 h3 {
  color: white !important;
}

.info_block__card figure {
  position: relative;
}

.info_block__graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50% !important;
  height: auto;
}

.info_block__card_left {
  position: relative;
}

.info_block__card_bg {
  position: relative;
  padding: 6rem 4rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20749%201312'%20fill='none'%3E%3Cpath%20d='M53.4273%2014.7519L0%20135.712L9.62154%201153.35L33.5%201312H523L749%201186.91V552.049L725.5%2063.1567L474.5%200L53.4273%2014.7519Z'%20fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: fit-content;
  max-width: 100%;
}

.info_block__card_bg h2,
.info_block__card_bg p,
.info_block__card_bg span,
.info_block__card_bg a {
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .info_block__btn_svg {
    width: 140px;
  }

  .info_block__main_img {
    height: 550px !important;
  }

  .info_block__graphic {
    width: 35% !important;
  }

  .info_block__card_left {
    background-image: none !important;
  }

  .info-block ul {
    padding: 0 0;
    padding-top: 0.5rem !important;
  }

  .card_heading {
    padding-bottom: 0 !important;
  }

  .info_block__btn {
    margin-top: 2rem;
  }

  .info_block__card_bg {
    padding: 5rem 3rem;
  }
}

@media (max-width: 768px) {
  .info_block__btn_svg {
    width: 150px;
  }

  .info_block__btn {
    margin-left: 2.2rem;
  }
}

@media (max-width: 530px) {
  .info_block__card_bg {
    padding: 4rem 3rem;
  }
}
