:root{--page-title-display:none;}/* Start custom CSS *//* MOBILE LP COOPER */

@media (max-width:768px){

section{
    padding-top:70px !important;
    padding-bottom:70px !important;
}

h1{
    font-size:38px !important;
    line-height:1.15 !important;
}

h2{
    font-size:34px !important;
    line-height:1.2 !important;
}

h3{
    font-size:26px !important;
}

p{
    font-size:17px !important;
    line-height:1.7 !important;
}

div[style*="grid-template-columns:1fr 1fr"]{
    display:block !important;
}

div[style*="grid-template-columns:repeat(2,1fr)"]{
    display:block !important;
}

div[style*="grid-template-columns:repeat(3,1fr)"]{
    display:block !important;
}

a{
    max-width:340px;
    width:100%;
    text-align:center;
}

img{
    max-width:100%;
    height:auto !important;
}

}


@media (max-width:768px){

section{
    padding-top:70px !important;
    padding-bottom:70px !important;
}

h1{
    font-size:40px !important;
    line-height:1.15 !important;
}

h2{
    font-size:34px !important;
    line-height:1.2 !important;
}

h3{
    font-size:26px !important;
}

p{
    font-size:17px !important;
    line-height:1.8 !important;
}

img{
    max-width:100%;
    height:auto !important;
}

a{
    width:100%;
    max-width:340px;
    text-align:center;
}

}/* End custom CSS */