 .section-title {
        font-size: 1.5rem;
    }

    .section2,
    .section3,
    .section4,
    .section5,
    .section7 {
        width: 90%;
    }

    .section1__mainBlock {
        gap: 1rem;
    }

    .section1__mainBlock__title {
        font-size: 4rem;
    }

    .section1__bowBlock {
        width: 4rem;
        height: 7rem;
    }

    .section2__title {
        margin-bottom: 1.25rem;
    }

    .countdown-label {
        font-size: 0.75rem;
    }

    .countdown-number,
    .countdown-colon {
        font-size: 1.5rem;
    }

    .section3__calendar .days-header,
    .section3__calendar .days {
        gap: 0.5rem;
    }

    .section4 {
        gap: 2rem;
    }

    .section5__restaurantName {
        font-size: 1.25rem;
    }

    .section5__restaurantAddress {
        font-size: 1rem;
    }

    .section6 {
        padding: 2.5rem 0;
    }

    .section6__title {
        font-size: 1.5rem;
    }

    .section6__scheduleBlock {
        gap: 1.5rem;
    }

/*footer*/
.footer .footer-title {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.footer .link-to-website {
  font-size: 1.3;
}

.footer .img-part {
  width: 1.5em;
}
.social-links img {
  height: 1.5em;
}
.social-links a {
  font-size: 0.7em;
}
.credits-part {
  font-size: 0.9em;
  grid-gap: 0.5rem;
}
.logo-div img {
  max-width: 4rem;
}
/*footer*/
