@charset "UTF-8";
 .content-text {
} @media all and (device-width: 375px) and (device-height: 667px) and (orientation:portrait) {
.content-text {
padding-top: 80px;
}
} @media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
.content-text {
padding-top: 80px;
}
.h1_page-entry {
margin-top: -50px!important;
}
}