#wrapper_home{
    padding:10px;
}
#wrapper_home h1, #wrapper_home h2 { 
    font-weight: 800;
    margin: 20px auto;
    text-transform: uppercase;
    text-align: center;
}
#wrapper_home h1 {
    font-size: clamp(1.8rem, 5vw, 3rem);

}
#wrapper_home h2 {
    font-size: 22px;
}
#wrapper_home header p, #wrapper_home section p{
    margin: 15px auto 30px;
    max-width: 800px;
    font-size: clamp(0.8rem, 1.1vw, 1.125rem);
    text-transform: uppercase;
    text-align:center;
}
#wrapper_home header{
    position: relative;
}
#wrapper_home header nav{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#wrapper_home header ul {
    align-items: center;
    justify-content: center;
    display: flex;
}
#wrapper_home nav ul li  {
    cursor: pointer;
    padding: 10px 79px;
    transition: 0.5s;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
#wrapper_home nav ul li a {
    color: #fff;
    font-size: 16px;
}
#wrapper_home .filters{position: relative;}

#wrapper_home h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 20px auto;
    text-align: center;
}
#wrapper_home header img {
    margin: 10px auto;
}
#wrapper_home section .overflow{
    background-color: #f5f5f5;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    overflow:auto;
}
#wrapper_home section h2{
    font-size: 22px;
    width: fit-content;
    margin: 40px auto 20px;
    padding: 10px 30px;
    color: #fff;
}
#wrapper_home section ul {
    justify-content: center;
    gap: 1rem;
    display: flex;
}
#wrapper_home section ul li {
       width: 300px;
    text-align: center;
}
#wrapper_home section ul li p {
    max-width: 68%;
    color: #686B6E;
    text-transform: uppercase;
    margin:  20px auto 0;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
}

@media screen and (max-width:768px) {

    #wrapper_home .only-desktop{display: none;}
    #wrapper_home section .overflow {padding: 20px 0px;}
    #wrapper_home header nav { position: inherit;width: auto;    transform: inherit; overflow: auto;        top: 0;left: 0;}
   #wrapper_home header ul {margin: auto;gap: 0;width: max-content;}
    #wrapper_home nav ul li {  padding: 0 ; width: 120px;  height: 120Px;  border-radius: 50%;  display: flex;  align-items: center;  justify-content: center;  text-align: center}
    #wrapper_home nav ul li a { font-size: 15px;}
     #wrapper_home section ul{width: max-content;}
    #wrapper_home section ul li {width: 200px}
    #wrapper_home section ul li p {font-size: 14px;}
    #wrapper_home h1 {margin:10px auto;}
    #wrapper_home section h2 { font-size: 15px;}
}
