.throughout-germany-sec {
  padding: 76px 0 95px;
  background-color: var(--bg-color-tow);
}
.throughout-germany-sec .title {
  margin-bottom: 51px;
}
.throughout-germany-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.thorough-germany-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 37px 24px 30px;
}
.thorough-germany-box .imgbox {
  height: 98px;
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thorough-germany-box .imgbox img {
  width: 100%;
  height: auto;
}
.thorough-germany-box .icon {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thorough-germany-box h3 {
  text-align: center;
}
.throughout-germany-sec .btnbox {
  display: none;
}

@media (min-width: 1231px) and (max-width: 1599px) {
}

@media (min-width: 992px) and (max-width: 1230px) {
  .throughout-germany-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .throughout-germany-sec {
    padding: 50px 0;
  }
  .throughout-germany-sec .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
  }
  .throughout-germany-sec .btnbox a {
    font-size: 16px;
    text-decoration: underline;
  }
  .throughout-germany-sec .btnbox a,
  .throughout-germany-sec .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .throughout-germany-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-height: 550px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .thorough-germany-box .imgbox {
    margin-bottom: 15px;
  }
  .thorough-germany-box {
    padding: 8px 13px;
  }
  .thorough-germany-box .icon {
    display: none;
  }
  .throughout-germany-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 350px;
    max-height: 600px;
    margin: 0 auto;
    overflow: hidden;
    transition: max-height ease-in-out 300ms;
  }
  .throughout-germany-sec.more_show .throughout-germany-wrap { max-height: 100%; }
  .throughout-germany-sec.more_show .btnbox { display: none; }
  .thorough-germany-box h3 {
    font-size: 12px;
  }
  .throughout-germany-sec {
    padding: 40px 0;
  }
  .throughout-germany-sec .title {
    margin-bottom: 25px;
  }
}
