/*HERO SECTION*/

.hero-section {
    position: relative;
    overflow: hidden;
    background-image: url(../../images/background-dental01.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    height : auto; 
    padding-bottom: 50px; 
    z-index: 2;
  }