/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/02/2023, 11:59:57 AM
    Author     : Raymundo
*/
.content{
    grid-column: 2 / 12;

}
@media screen and (min-width: 1440px) {
    .searcher__label-to-mobile {display: none}
    .searcher__label-to-desktop{display: flex}
}