.runda_subscribe{
  position: relative;
  padding: var(--component-gap-sm) 0;
  background: var(--color-primary);
}
.runda_subscribe_background_image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.runda_subscribe_background_image_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(133, 116, 92, 0.2);
  z-index: 2;
}
.runda_subscribe_content{
  position: relative;
  z-index: 3;
}
.runda_subscribe .runda-btn-ghost-white{
  background: #fff;
  color: var(--color-primary);
  border-color: #fff;
}
.runda_subscribe .runda-btn-ghost-white:hover{
  background: transparent;
  color: #fff;
}
.runda_subscribe .runda-btn-ghost-white:hover svg path{
  fill: #fff;
}
.runda_subscribe_content .runda-sub-title{
  color: #fff;
}
.runda_subscribe_content .runda-text{
  margin: 12px 0 24px;
  color: #fff;
}