.frecuent-questions-container{
    background: var(--white);
}

.f-q-container{
    width: 51.5625vw;
}

.f-q-image{
    width: 29.6875vw;
    height: min-content;
}

.f-q-browser{
    position: relative;
    padding: 0.7vw 4.375vw;
}

.f-q-search, .f-q-cancel{
    position: absolute;
    width: 1.875vw;
    top: 1.25vw;
}

.f-q-search{
    left: 1.25vw;
}

.f-q-cancel{
    right: 1.25vw;
    cursor: pointer;
}

.f-q-browser .regular-16{
    height: 1vw;
}

@media (max-width: 768px){
    .f-q-image{
        display: none;
    }
    .f-q-container{
        width: 100%;
    }
    .f-q-browser{
        height: 13vw;
        margin-top: 5vw;
    }
    .f-q-search, .f-q-cancel{
        margin-top: 2vw;
    }
    .f-q-browser .regular-12.gray{
        padding-left: 5vw;
        margin-top: 0px;
    }
    .f-q-browser input{
        height: 4vw;
        padding-left: 5vw;
    }
}

@media (min-width: 1400px){
    .frecuent-questions-container{
        transform: scale(0.8);
        transform-origin: top center;
        padding: 3vw 7.2vw;
        margin-bottom: -10vw;
    }
}

.f-q-container div .regular-16, .f-q-container div .bold-16{
    text-align: justify;
}