.herow-info-block {
    max-width: 992px;
    margin: auto;
    position: relative;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
    background: #2d2d2d;
}
.herow-info-block h1, .herow-info-block button, .herow-info-block span {
  position: relative;
  z-index: 3;
  text-align: center;
}
.request-button {
  background: white;
  color: black;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
}

img.herow-info-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
    z-index: 1;
}

.preview-image img {
    height: 90px;
    width: auto;
}
.media-controls {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}
button.components-button.button {
    padding: 0 10px;
    color: white;
    background: black;
}
.preview-image {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.button-text {
  background: linear-gradient(143.17deg, #9BFF3C 3.79%, #72BF4C 49.73%, #3DB35F 94.31%);
    border-radius: 30px;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    border: 0;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
}