.aboutus {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutus *,
.aboutus *::before,
.aboutus *::after {
  box-sizing: border-box;
}

.aboutus__top {
  display: flex;
  gap: 20px;
}
.aboutus-top__left {
  padding: 25px 35px !important;
  width: 55%;
  border-radius: 25px;
  background-color: #239d38;
  background-image: url("https://www.eroute.cz/user/documents/upload/aboutus/aboutus1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.aboutus-top__right {
  position: relative;
  width: 42%;
  aspect-ratio: 16 / 9;
  border-radius: 25px;
  overflow: hidden;
}
.aboutus-top__right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.aboutus__title {
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 112.71%;
  letter-spacing: -1.05px;
}

.aboutus__descr {
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 134%;
  letter-spacing: -0.75px;
}

.aboutus__link {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 10px 20px;
  border-radius: 41.5px;
  background: #efbb2d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 112.71%;
  text-decoration: none !important;
}

.aboutus__link::after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 7px;
  height: 13px;
  background-image: url("https://www.eroute.cz/user/documents/upload/arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.aboutus__bottom {
  display: flex;
  gap: 20px;
}

.aboutus-bottom__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42%;
  border-radius: 25px;
  aspect-ratio: 700/710;
  background-image: url("https://www.eroute.cz/user/documents/upload/aboutus/aboutus5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.aboutus-bottom__title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -1.5px;
}
.aboutus-bottom__title span {
  color: #f8c844;
}

.aboutus-bottom__right {
  width: 55%;
}

.aboutus-bottom__right {
  padding: 35px !important;
  border-radius: 25px;
  background: #ededed;
}

.aboutus-bottom__descr {
  margin: 0;
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.aboutus__list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.aboutus__item {
  width: calc((100% - 15px) / 2);
  padding-top: 40px;
  background-image: url("https://www.eroute.cz/user/documents/upload/aboutus/aboutus3.png");
  background-repeat: no-repeat;
  background-size: 35px 32px;
  background-position: left top;
}
.aboutus-item__title {
  margin: 0;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.75px;
}
.aboutus-item__descr {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.aboutus-bottom__right .aboutus__link {
  background: #239d38;
}

@media screen and (max-width: 1439px) {
  .welcome div,
  .welcome h1 {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .aboutus__title {
    font-size: 22px;
  }
  .aboutus__descr {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .aboutus__link {
    font-size: 18px;
  }
  .aboutus-bottom__title {
    font-size: 32px;
  }
  .aboutus-bottom__descr {
    font-size: 16px;
  }
  .aboutus-item__title {
    font-size: 18px;
  }
  .aboutus-item__descr {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .aboutus__top {
    flex-direction: column;
  }
  .aboutus-top__left,
  .aboutus-top__right {
    width: 100%;
  }
  .aboutus-top__right iframe {
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .aboutus__bottom {
    flex-direction: column;
  }
  .aboutus-bottom__left,
  .aboutus-bottom__right {
    width: 100%;
  }
  .aboutus-bottom__left {
    aspect-ratio: 16 / 9;
  }
  .aboutus-bottom__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .aboutus-top__left {
    padding: 20px;
    background-size: 40%;
  }
  .aboutus__title {
    font-size: 24px;
  }
  .aboutus__descr {
    font-size: 17px;
  }
  .aboutus-bottom__right {
    padding: 20px;
  }
  .aboutus-bottom__title {
    font-size: 30px;
  }
  .aboutus__item {
    width: 100%;
    padding-top: 35px;
  }
}

@media (max-width: 576px) {
  .aboutus {
    gap: 15px;
  }
  .aboutus-top__left {
    padding: 15px;
    background-image: none;
  }
  .aboutus__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aboutus__descr {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .aboutus__link {
    font-size: 16px;
    padding: 8px 16px;
  }
  .aboutus-bottom__left {
    aspect-ratio: 4 / 3;
    border-radius: 15px;
  }
  .aboutus-bottom__title {
    font-size: 24px;
  }
  .aboutus-bottom__right {
    padding: 15px;
    border-radius: 15px;
  }
  .aboutus-bottom__descr {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .aboutus-item__title {
    font-size: 16px;
  }
  .aboutus-item__descr {
    font-size: 14px;
  }
}
