.square-slider { max-width: 1120px; margin: 0 auto; }

.square-slider_header { font-family: Roboto, Arial, sans-serif; font-size: 24px; font-weight: bold; letter-spacing: 2px; text-align: center; text-transform: uppercase; margin: 0 auto; }

.square-slider_divider { width: 100px; height: 4px; background: #ED1C24; margin: 15px auto 30px; }

.square-slider_title { display: block; text-align: center; margin: 0; }

.square-slider_title > a { font-family: Roboto, Arial, sans-serif; font-size: 16px; color: #000000; text-align: center; text-decoration: underline; text-decoration-color: #ED1C24; margin-left: 0px; display: inline; position: relative; }

.square-slider_title > a:hover, .square-slider_card > a:hover ~ .square-slider_title > a { color: #ED1C24; }

.square-slider_img { width: 100%; display: block; margin: 0 0 15px; }

@media (max-width: 767px) {
  .square-slider_header { font-size: 20px; }
}