.e-share_perks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 100px;
  max-width: 1230px;
  margin: auto;
  padding: 15px 15px 100px;
}
.e-share_perks_info > h4 {
  font-weight: 700;
}
.e-share_perks > div:first-of-type {
  width: 50%;
}
.e-share_perks > div:first-of-type > img {
  width: 100%;
  height: auto;
}
.e-share_perks_info {
  display: flex;
  flex-direction: column;
  width: 42%;
}
.e-share_perks_map {
  margin-top: 10px;
  padding-left: 0;
}

.e-share_perks_map li {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 15px;
  font-weight: 600;
}

.custom-dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  background-color: #e03434;
  border-radius: 50%;
  margin-right: 10px;
}

.e-share_perks_map li:nth-child(odd) {
  font-size: 20px;
  font-weight: 600;
  word-spacing: normal;
}
.e-share_perks_map li:nth-child(even) {
  font-size: 20px;
  font-weight: 600;
  word-spacing: normal;
  color: #4f575e;
}

@media screen and (max-width: 850px) {
  .e-share_perks {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .e-share_perks > div:first-of-type {
    width: 100%;
  }
  .e-share_perks_info {
    width: 93%;
    margin-left: auto;
  }
}
@media screen and (max-width: 450px) {
  .e-share_perks_info {
    width: 90%;
  }
}
