.geo__section {
  padding: 7.5rem 0;
}
.geo__picture {
  position: relative;
  margin-top: 3.75rem;
  width: 100%;
}
.geo__picture_img {
  width: 100%;
  height: 37.5rem;
}
.geo__list {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.geo__list_item {
  padding: 0.25rem 0;
  padding-left: 1.25rem;
  border: 1px solid rgb(207, 207, 207);
  border-radius: 0.4375rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.125rem 0.125rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  width: 11.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white-color);
}
.geo__list_item_icon {
  width: 2.25rem;
  height: 2.25rem;
}
.geo__list_item_title {
  color: var(--black-color);
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .geo__picture_img {
    height: 31.25rem;
  }
}
@media (max-width: 768px) {
  .geo__section {
    padding: 5rem 0;
  }
  .geo__picture_img {
    height: 52vw;
    height: 52vi;
  }
  .geo__list {
    position: relative;
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0.625rem;
  }
}
@media (max-width: 420px) {
  .geo__picture {
    margin-top: 2.5rem;
  }
  .geo__list_item {
    padding-left: 0.9375rem;
    width: calc(50% - 0.3125rem);
  }
  .geo__list_item_title {
    font-size: 1.125rem;
  }
  .geo__list_item_icon {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 360px) {
  .geo__list_item {
    width: 100%;
  }
}