@charset "UTF-8";

.img_right { margin: 0 0 1rem 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_center { margin: 0 0 1rem 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print {
  .img_right { float: right; margin: 0 0 20px 10px; }
  .img_right img { width: 330px; height: auto; }
  .img_center { float: none; margin: 0 0 20px 0; text-align: center; }
  .img_center img { width: auto; height: auto; } 

  .bg-white{
    min-height: 280px;    
  }


}