  .cal {
    background-color: #8A8152;
    padding: 30px 30px;
}
/* If the screen size is 1185px wide or less, hide the element */
@media only screen and (max-width: 1185px) {
  .cal {
    background-color: #8A8152;
    display: none;
}