.bg-gradient{
  background-image: linear-gradient(to right, #399aca , #4ab848)!important;
}

.bg-gradient2{
  background: rgb(31,157,73);
background: linear-gradient(90deg, rgba(31,157,73,1) 33%, rgba(52,76,155,1) 33%, rgba(52,76,155,1) 69%, rgba(217,66,143,1) 69%, rgba(217,66,143,1) 86%, rgba(235,103,57,1) 86%);
}


.section-header2 {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 1rem;
}

@media (min-width: 576px) {
  
  .section-header2 {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}