.sePage .sePageLayout h1{
    font-family: 'OverPass';
    text-transform: uppercase;
    font-weight: 800;
}

.sePage .sePageLayout h2 {
    font-family: 'OverPass';
    text-transform: uppercase;
    font-weight: 600;
}

.sePage .sePageLayout h3{
    font-family: 'OverPass';
    text-transform: uppercase;
    font-weight: 600;
}

.sePage .sePageLayout h4{
    font-family: 'OverPass';
    text-transform: uppercase;
    font-weight: 600;
}

span.seItemName {
    text-transform: uppercase;
    font-weight: 700;
}

.seSearchProductsContainer .seProduct .seProductTitle .seBrandName {
    text-transform: uppercase;
}

@media only screen and (min-width: 768px){
.editContent {
    padding: 0px 15px;
 }
}