.content-home .json-slider .filter-card:not(:last-child) {
	display: none;
}
.content-home .json-slider .card-default {
	margin-bottom: 2rem;
}
.footer-1 .footer-1__col1 {
    .crkbo-logo {
        margin-top: 1em;
        display: flex;
        align-items: center;
        gap: 10px;
        img {
            max-width: 75px;
        }

        p {
            color: #ffac40;
        }
    }
}

@media screen and (min-width: 1310px) {
  .footer-1 .footer-1__col1 {
  flex: 0 1 40%;
  }

  .footer-1 .footer-1__col3 {
  flex: 0 1 20%;
  }
}

@media screen and (min-width: 480px) {
    .footer-1 .footer-1__footermenu li {
        flex: 0 0 45%;
    }
}