/*css*/
.customtext p { 
  max-width: 260px;
  color: #bdbdbd; 
}
.customtext img {
  max-width: 250px;
  max-height: 100px;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .customtext img { margin-bottom: 10px; }
  .customtext p { max-width: 100%; }
}