.options-section-header .one-column-text {
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.top-orange-gradient{
  position:relative;
}
.top-orange-gradient:after {
  content: "";
  height: 250px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #ef9784;
  background: -moz-linear-gradient(180deg,rgba(239,151,132,1) 0%,rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(180deg,rgba(239,151,132,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg,rgba(239,151,132,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef9784",endColorstr="#ffffff",GradientType=1);
  z-index: -1;
  margin-top: -40px
}
.mobile-title  {
  display:none;
}
.options-row a{
  width: 100%;
  height; 100%;
  display: block;
  color: inherit;
}
.options-row a:hover{
  color: inherit;
  text-decoration: underline;
}

/**** 21-05-2025 *****/

.round-top-border {
  border-top-left-radius: 58px;
  border-top-right-radius: 58px;
  margin-top: -33px;
  overflow: hidden;
  z-index: 9;
}


@media (max-width: 991px ) { 
  .mobile-title  {
    display: block;
  }
  .desktop-title  {
    display: none;
  }
}


@media(max-width:767px){
  
  /**** 21-05-2025 *****/
  .round-top-border {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -72px;
  }
}