#hero .left-side:before{
    content: "";
    top: -4rem;
    left: 0;
}

#hero .container{
    padding-top: 13rem;
}

#hero .subtitle span{
    font-size: 1.4rem;
}

#section1 .subtitle{
    line-height: 1;
}

@media (max-width: 767px) and (min-width: 480px){
    #hero .subtitle span:last-child{
        transform: rotate(7deg) translate(5.2rem, 0rem);
    }
}

@media (max-width: 767px){
    #hero .container{
        padding-top: 9rem;
    }
}