.contentPage{
    font-family: "Open Sans";
}
.titleLoja{
    margin-top: 480px;
    width: 75%;
    font-size: 32px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 18px;
}
.textLoja{
    margin-top: 24px;
    width: 75%;
    font-size: 17px;
}

@media screen and (max-width: 980px){
    .titleLoja{
        margin-top: 128px;
        width: 90%;
        font-size: 68px;
    }
    .titleLoja{
        margin-bottom: 38px;
    }
    .textLoja{
        width: 90%;
        font-size: 46px;
        margin-top: 60px;
    }
}