@media screen and (min-width: 720px) and (max-width: 1920px) {
  .pc { display: none; }
  
}
@media screen and (min-width: 0px) and (max-width: 720px) {
  .mb { display: none; }
  
}

@media screen and (min-width: 0px) and (max-width: 720px) {
.mbmargin
{
margin-top: 15px;
}
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title
{
font-size:16px;
}


.me
{
margin-top:10px;
}
.two
{
margin-top:-15px;
}


