@media (max-width: 1024px) {

  .main-navigation {
    flex-direction: column;
  }

  .navbar-brand {
    width: 100%;
  }

  .navbar-brand .mobile-menu-toggler {
    display: flex;
    margin-right: 12px;
    margin-left: auto;
  }

  .main-navigation ul {
    display: none;
    flex-direction: column;
    text-align: center;
    padding-top: 24px;
  }

  .main-navigation ul li {
    padding: 18px 16px;
  }

  .main-navigation ul li a {
    font-size: 16px;
  }

  header.opened {
    height: 100vh;
  }

  header.opened  .main-navigation ul {
    display: flex;
  }

  #cover {
    height: 66vh;
  }

  #cover .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #cover .headline {
    font-size: 32px;
  }

  #cover .description {
    font-size: 26px;
  }

  #features .container {
    flex-direction: column;
  }

  #features .feature {
    width: 100%;
    margin: 0 0 60px;
  }

  #products .row {
    flex-direction: column;
  }

  #products .product {
    margin: 60px 0 70px;
    width: 100%;
  }

  #products .product-image {
    height: 450px;
  }

  #checkout .button {
    display: block;
    width: 100%;
    font-size: 26px;
    margin: 24px 0 0;
  }

  #full-width-offer .row {
    flex-direction: column-reverse;
  }

  #full-width-offer .row .card {
    width: 100%;
  }

  #full-width-offer .row .card.with-text {
    box-sizing: border-box;
    padding: 48px 32px;
  }

  #full-width-offer .headline {
    font-size: 25px;
  }

  #full-width-offer .row:nth-child(2) {
    flex-direction: column;
  }

  #workshops .workshop .workshop-headline {
    font-size: 26px;
  }

  #workshops .grid {
    flex-direction: column;
  }

  #workshops .workshop {
    width: 100%;
  }

  #workshops .workshop .workshop-description {
    min-height: auto;
  }

  #workshop-details {
    padding: 50px 0;
  }

  #workshop-details .row {
    flex-direction: column;
    gap: 0;
  }

  #workshop-details .title {
    display: none;
  }

  #workshop-details .headline {
    font-size: 32px;
  }

  #workshop-details .container {
    padding: 0 32px;
  }

  #workshop-details .information-box {
    width: 100%;
  }

  #services-description .full-container {
    flex-direction: column;
  }

  #services-description .left-side {
    width: 100%;
    height: 450px;
  }

  #services-description .right-side {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 32px;
  }

  #footer .footer-content {
    flex-direction: column;
  }

  #footer .footer-block {
    width: 100%;
  }

  #services-description .service-content-wrapper {
    max-width: 100%;
  }

  #workshop-details .row > .information-box:first-child {
    padding-left: 0;
  }

  #section7 .slide-content .row:first-child {
    flex-direction: column; 
  }

  #section7 .slide-content .row:first-child .card {
    width: 100%;
    height: 400px;
  }

  #section7 .slide-content .row:nth-child(2) {
    border-top: 2px solid  white;
    margin: 32px 0 0;
    padding: 24px 0 0;
  }

  #section7 .slide-content .row:last-child {
    border-top: 2px solid;
    margin: 32px 0 0;
    padding: 24px 0 0;
  }

  #services-description .service-buttons {
    flex-direction: column;
    align-items: center;
  }

  #services-description .service-buttons .button {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
  }

  #subscribe .headline {
    font-size: 32px;
  }

  #subscribe .container {
    padding: 0 32px;
  }

  #subscribe .form {
    width: 100%;
  }

  footer .container {
    padding: 0 32px;
  }

  #footer .contact-info span {
    display: block;
    width: 100%;
  }

  #service-list  .workshop .workshop-headline {
    font-size: 22px;
    flex-direction: row;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 36px;
    color: white;
  }

} 