.facevar{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 140px;
}
.f-grid{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.f-g-row{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.o-s-i-p-black{
    background-color: var(--black);
    color: var(--white);
    border: 0px;
}
@media (min-width: 180px) and (max-width: 768px){
    .f-g-desk{
        display: none;
    }
    .facevar{
        gap: 24px;
        padding-top: 0px;
    }
}