.book {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-size: 1.6rem;
}

.book .icon {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #34e28f;
}

.book__wrapper {
  padding: 0;
  border: 1px solid #1e5d9d;
  border-radius: 15px;
  overflow: hidden;
}

.book__wrapper .geo__block-text {
  font-weight: 600;
  /* font-size: 16px; */
  font-size: 1.6rem;
  line-height: 116%;
  padding: 28px 23px 22px;
}

.book__wrapper .book {
  border-radius: 0;
}

@media (max-width: 48em) {
  .geo__block-equal-padding {
    width: 100%;
    padding: 20px 15px;
  }
  .geo__block-text {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 116%;
    margin-bottom: 21px;
  }
  .book {
    padding: 0;
    font-size: 3.2rem;
  }
}
