@media (max-width:650px) {
    .contenedor__text h1 {
        font-size: 2.5rem;
    }

    .contenedor__text p {
        font-size: 1.125rem;
    }

    .btn__slogan__contac {
        font-size: 1.063rem;
    }

    .more__contains {
        width: 90%;
    }

    .content__text__options {
        width: 320px;
    }

    .elemento__cont {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .btn__options {
        margin-left: 10px;
    }
}

@media (max-width:600px) {

    .name__options,
    .description__options {
        font-size: 0.938rem;
    }

    .contenedor__icono__options {
        padding: 5px;
    }

    .content__text__options {
        width: 330px;
    }

    .icon__store__contain {
        font-size: 1.125rem;
    }

    .name__follow {
        font: 0.875rem;
    }
    .elemento__cont {
        flex-wrap: nowrap;
    }
}

@media (max-width:440px) {
    .querys__none {
        display: none;
    }

    .querys__display {
        display: block;
    }
    .elemento__cont:nth-of-type(2){
        margin-bottom: 40px;
    }
    .elemento__cont {
        margin-bottom: 5px;
    }

    .btn__options {
        margin-bottom: 20px;
    }
}