.pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  gap: 5%;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
  }
}

.pop__img {
  width: 50%;
  max-width: 560px;
  max-height: 560px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 980px) {
  .pop__img {
    width: 100%;
  }
}

.pop__title {
  color: #214151;
  font-weight: 500;
  font-size: 22px;
}

.pop__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18.6px;
  color: #000;
  margin-top: 20px;
}

.pop__text ul li {
  margin-left: 20px;
}
