.touline-slide__content {
  border-radius: 2rem;
  position: relative;
}

.touline-slide__image-wrapper {
  position: relative;
  z-index: 1;
}

.touline-slide__bg {
  background-color: #f0f4f8 !important; 
  border-top-left-radius: 150px;
  border-bottom-left-radius: 50px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .touline-slide__bg {
    width: 100% !important;
    border-radius: 0;
  }
  .touline-slide__image-wrapper {
    margin-left: 0 !important;
    margin-top: 2rem;
  }
}