

@media screen and (max-width: 768px) {
  #carousel{
      height: 300px;
  }

  .color{
      display: none !important;
  }

  .container_about_desc p{
      margin-bottom: 0 !important;
  }
}