main {
    position: relative;
    background-image: url('../img/fundo-branco-urb-grill.webp');
    background-color: #F0EFEB;
    overflow: hidden;
    padding: 10px;
}
main::before {
    content: "\e901";
    font-family: 'icomoon';
    position: absolute;
    font-size: 84rem;
    color: #ff0000;
    filter: opacity(.04);
    bottom: 0;
    left: 64px;
    transform: translateY(34%);
    pointer-events: none;
}
main h1 {
    text-align: center;
    font-weight: 700;
    font-size: 2.15rem;
    margin: 32px 0 85px 0;
}
main h1 span {
    position: relative;
}
main h1 span::before {
    content: "\e901";
    font-family: 'icomoon';
    position: absolute;
    font-size: 2.6rem;
    left: -64px;
    bottom: 8px;
    font-weight: 500;
}
main p {
    max-width: 1066px;
    margin: 0 auto;
    padding-bottom: 84px;
    font-size: 1.4rem;
}
@media(max-width: 640px) {
    main h1{
        margin: 32px 0;
    }
    main h1 span::before {
        left: 50%;
        transform: translateX(-50%);
        bottom: 112%;
    }
}
