﻿.font_new { color:#cc48f0; }

@media screen and (min-width:481px) {
.width_p {
width:700px;
 }
.top_p {
width:700px;
height:180px;
vertical-align:bottom;
display:table-cell;
 }
.log_p {
width:70%;
 }
.log_p2 {
width:68%;
font-size:11pt;
 }
}

@media screen and (max-width:480px) {
.width_s {
width:100%;
 }
.top_s {
width:100%;
padding-top:100px;
 }
.log_s {
width:96%;
 }
.log_s2 {
width:90%;
font-size:10pt;
 }
img {
max-width: 96%;
height: auto;
object-fit: contain;
 }
}
