section.block-prefooter {
  background-color: var(--wp--preset--color--light);
  padding-top: 26px;
  padding-bottom: 63px;
}
section.block-prefooter .block-prefooter__content {
  border-radius: 15px;
  background: url("/app/uploads/bg-prefooter2x-scaled.png?v=2") lightgray 50%/cover no-repeat;
  padding: 87px 104px;
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  section.block-prefooter .block-prefooter__content {
    padding: 75px 55px;
    gap: 40px;
  }
}
@media screen and (max-width: 1400px) {
  section.block-prefooter .block-prefooter__content {
    box-sizing: border-box;
    padding: 60px 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.block-prefooter .block-prefooter__content {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    align-items: baseline;
  }
}
section.block-prefooter .block-prefooter__content--left {
  flex: 1;
}
section.block-prefooter .block-prefooter__content--left h2 {
  color: var(--wp--preset--color--light);
  margin-bottom: 0;
  word-wrap: break-word;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  section.block-prefooter .block-prefooter__content--left h2 {
    font-size: 30px;
  }
}
section.block-prefooter .block-prefooter__content--right {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.block-prefooter .block-prefooter__content--right {
    flex-direction: column;
    align-items: baseline;
  }
}
section.block-prefooter .block-prefooter__content--right .wp-element-button {
  background-color: var(--wp--preset--color--light);
  color: var(--wp--preset--color--blue);
  gap: 20px;
  display: flex;
  align-items: center;
}
section.block-prefooter .block-prefooter__content--right .wp-element-button:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'><path d='M9.75098 0C9.75103 2.68668 12.0709 4.91309 15 4.91309V6.08691C12.0709 6.08691 9.75098 8.31328 9.75098 11H8.75098C8.75098 8.93933 9.85606 7.14327 11.5215 6.08691H0V5.08691H11.8145C9.98711 4.06142 8.75101 2.17907 8.75098 0H9.75098Z' fill='%23001437'/></svg>");
}
section.block-prefooter .block-prefooter__content--right .is-style-outline .wp-element-button {
  background-color: transparent;
  color: var(--wp--preset--color--light);
}
section.block-prefooter .block-prefooter__content--right .is-style-outline .wp-element-button:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'><path d='M9.75098 0C9.75103 2.68668 12.0709 4.91309 15 4.91309V6.08691C12.0709 6.08691 9.75098 8.31328 9.75098 11H8.75098C8.75098 8.93933 9.85606 7.14327 11.5215 6.08691H0V5.08691H11.8145C9.98711 4.06142 8.75101 2.17907 8.75098 0H9.75098Z' fill='white'/></svg>");
}