.heroSection h1{
    margin-left: -60%;
}

.heroSection small{
    font-size: 0.8em;
}

.heroSection p{
    color:rgb(248, 245, 245);
    margin-left: -60%;
}

@media (max-width: 768px) {
    .heroSection h1{
        margin-left: 0%;
    }
    .heroSection p{
        margin-left: 0;
    }
  }