.comestico{
    display: grid;
    grid-template-columns: 50% 50%;
}

.comestico .img_cosmestico img{
    width: 100%;
    height: 100%;

}

.comestico .texto{
    background-image: url('../image/comestico/background.webp');
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: 40%;
    align-items: center;
    color: white;
}

.comestico .texto .title{
    font-family: 'm-regular';
}

.comestico .texto .subtitle{
    font-family: 'man-normal';
    font-size: 3rem;
    padding: 10px 0px;
}

.comestico .texto .subtitle{
    font-family: 'man-normal';
    font-size: 3rem;
    padding: 10px 0px;
}

.comestico .texto .descricao{
    font-family: 'm-medium';
    margin-bottom: 20px;
}

.comestico .texto button{
    background: white;
    color: black;
    font-family: 'm-regular';
    border: 0;
    padding: 10px 30px;
}


@media only screen and (max-width: 813px) {

    .comestico {
        display: grid;
        grid-template-columns: 100%;
    }

    .comestico .texto {
        background-image: url(../image/comestico/background.webp);
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        align-items: center;
        color: white;
        padding: 30px 0;
    }

    .comestico .texto .subtitle {
        font-family: 'man-normal';
        font-size: 1.2rem;
        padding: 10px 0px;
    }
.comestico .img_cosmestico img{
margin-top: 90px;
}

}