
#contactotxt{
  font-size: 18px;
  font-weight: 700;
  color: #0200f7;
}

.imgproducto{
  width: 480px;
  height:250px; 
  object-fit: cover;
  border: solid #F44336 2px;
}

@media (max-width: 600px) {
  #contactotxt{
    font-size: 14px;
    font-weight: 700;
  }
}