.kidhub-promo-footer {
  background: #fff;
  padding: 60px 0; }

  .kidhub-promo-footer__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px; }

  .kidhub-promo-footer__image-col {
    flex: 0 0 50%;
    max-width: 50%; }

    .kidhub-promo-footer__image-col img {
      width: 100%;
      height: auto;
      display: block; }

  .kidhub-promo-footer__content-col {
    flex: 0 0 50%;
    max-width: 50%; }

  .kidhub-promo-footer__header {
    font-family: barlowextrabold, sans-serif;
    color: #000;
    margin: 0 0 16px; }

  .kidhub-promo-footer__copy {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 32px;
    max-width: 481px;
    color: #000; }

  .kidhub-promo-footer__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 32px; }

  .kidhub-promo-footer__btn-link {
    position: relative;
    display: inline-block;
    line-height: 0; }

    .kidhub-promo-footer__btn-link img.default-img {
      display: block !important;
      height: 40px !important;
      width: auto !important;
      max-width: none !important;
      opacity: 1;
      transition: opacity .3s ease-in; }

    .kidhub-promo-footer__btn-link img.hover-img {
      display: block !important;
      height: 40px !important;
      width: auto !important;
      max-width: none !important;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0 !important;
      transition: opacity .3s ease-in; }

    .kidhub-promo-footer__btn-link:hover img.default-img {
      opacity: 0 !important; }

    .kidhub-promo-footer__btn-link:hover img.hover-img {
      opacity: 1 !important; }

@media (max-width: 991.98px) {
  .kidhub-promo-footer__inner {
    gap: 40px; }

  .kidhub-promo-footer__copy {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .kidhub-promo-footer__inner {
    flex-direction: column;
    gap: 32px; }

  .kidhub-promo-footer__image-col,
  .kidhub-promo-footer__content-col {
    flex: 0 0 100%;
    max-width: 100%; }

  .kidhub-promo-footer__copy {
    max-width: 100%; }

  .kidhub-promo-footer__buttons {
    flex-wrap: wrap; } }

@media (max-width: 575.98px) {
  .kidhub-promo-footer {
    padding: 40px 0; }

  .kidhub-promo-footer__buttons {
    flex-direction: column; }

  .kidhub-promo-footer__btn {
    text-align: center; } }
