.responsive-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

      body,
      html {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        color: #3c3d38;
      }

      *,
      *::after,
      *::before {
        box-sizing: border-box;
      }

      header {
        background-color: rgba(216, 216, 216, 0.2);
        padding-top: 69px;
        border-top: 6px solid #ffcd02;
      }

      header .container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1585px;
}

      .header__logo svg {
        width: 200px;
      }

      .section--landing-hero {
  padding-top: 128px;
  padding-bottom: 10vh;
  background-color: rgba(216, 216, 216, 0.2);
}

      .section--landing-hero .container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1585px;
}

      .column__content--left {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding-right: 50px;
      }

      .column__content--right {
        display: flex;
        padding-left: 50px;
        width: 50%;
        align-items: flex-start;
      }

      .column__content--right img {
        max-width: 527px;
        margin-left: auto;
        width: 100%;
        object-fit: contain;
      }

      .landing-hero__title {
        font-size: 56px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 65px;
        margin-top: 0;
        margin-bottom: 24px;
        max-width: 665px;
      }
      .landing-hero__title .yellow {
        color: #ffcd02;
      }

      .landing-hero__description {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 42px;
        margin-top: 0;
      }

      .landing-hero__description a {
        color: #ffcd02;
        font-weight: bold;
      }

      .landing-hero__btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .landing-hero__btn span {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 24px;
      }

      .btn--yellow {
        padding: 22px 48px;
        text-transform: uppercase;
        background-color: #ffcd02;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3c3d38;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
      }
      .btn--yellow:hover {
        background-color: #ffbd00;
      }

      .header__links {
        display: flex;
        align-items: center;
      }

      .header__links > a {
        display: flex;
        align-items: center;
        text-decoration: none;
      }
      .header__links > a:hover .link__text {
        color: #ffcd02;
      }
      .header__links > a:last-of-type {
        margin-left: 80px;
      }

      .header__links > a .link__text {
        color: #3c3d38;
        font-family: Arial;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        margin-left: 8px;
        transition: color 0.2s ease;
      }

      /*///////POSTS///////*/

      .section--posts {
        padding-top: 96px;
        padding-bottom: 78px;
      }

      .posts__header {
        font-size: 32px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 86px;
      }
      .title-yellow::before {
        content: "> ";
        color: #ffcd02;
      }
      .title-yellow::after {
        content: "_";
        color: #ffcd02;
      }

      .posts__list {
        display: flex;
        margin-left: -23px;
        margin-right: -23px;
        flex-wrap: wrap;
      }

      .post {
        flex: 0 0 33.333333%;
        display: flex;
        flex-direction: column;
        max-width: 33.333333%;
        padding: 0 23px 46px;
        text-decoration: none;
        
      }
      .post:hover .post__title {
        color: #ffcd02;
        
      }
      .post__image {
        display: block;
        max-width: 100%;
        height: auto;
      }

      .post__title {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 16px;
        color: #3C3D38;
        transition: all .2s ease-in-out;

      }

      .post__description {
        color: #959a90;
        font-family: Arial;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        margin: 0;
      }
      .mobile-show {
        display: none;
      }
      
      }

      
      }

      .container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1585px;
}

      @media screen and (max-width: 1199px) {
        .landing-hero__title {
          font-size: 50px;
          line-height: 60px;
          max-width: 100%;
        }
      }

      @media screen and (max-width: 991px) {
        .landing-hero__title {
          font-size: 42px;
          line-height: 52px;
        }
        .post {
          flex: 0 0 50%;
          max-width: 50%;
        }
      }
      @media screen and (max-width: 767px) {
        .section--posts {
          padding-top: 80px;
        }
        .section--landing-hero {
  padding-top: 128px;
  padding-bottom: 10vh;
  background-color: rgba(216, 216, 216, 0.2);
}
        .posts__list {
          margin-left: -15px;
          margin-right: -15px;
        }
        .header__links > a:last-of-type {
          margin-left: 30px;
        }
        .section--landing-hero > .container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1585px;
}
        .column__content--right {
          width: 100%;
          padding: 0;
          margin-top: 30px;
        }
        .column__content--left {
          width: 100%;
          padding-right: 0;
        }

        .column__content--right img {
          margin: 0 auto;
        }
        .post {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 0 15px 46px;
        }
      }
      @media screen and (max-width: 580px) {
        .mobile-show {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%;
        }
        .header__links,
        .column__content--right {
          display: none !important;
        }
        .landing-hero__btn {
          margin-bottom: 24px;
        }
        .mobile-show a {
          color: #3c3d38;
          font-family: Arial;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 22px;
          margin-bottom: 15px;
          text-decoration: none;
        }
        .mobile-show a:hover,
        .mobile-show a:focus {
          color: #ffcd02;
        }
        .btn--yellow {
          width: 100%;
        }
       
      }
      @media screen and (max-width: 480px) {
       
        .section--landing-hero {
  padding-top: 128px;
  padding-bottom: 10vh;
  background-color: rgba(216, 216, 216, 0.2);
}
        .landing-hero__title {
          font-size: 32px;
          line-height: 42px;
        }
        .posts__header {
          font-size: 26px;
          line-height: 1.125;
          margin-bottom: 50px;
        }
        .post__title {
          font-size: 16px;
          line-height: 1.45;
        }
        .post__description {
          font-size: 14px;
          line-height: 1.4;
        }
      }

.language-switcher {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 1000;
}
.language-switcher img {
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .section--landing-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
