#quote {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 55%;
}

#author {
    text-align: center;
    font-weight: 600;
}

.img {
    background-image: url("https://www.invaluable.com/blog/wp-content/uploads/2018/12/shutterstock_753294010.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 736px;
    overflow: hidden;
}

@media screen and (max-width: 414px) {
    .img {
        background-image: url("../images/phone-homepage.jpg");
        background-size: cover;
        width: 100vw;
        height: 736px;
        overflow: hidden;
    }
}

