.what-is-esim {
  margin-top: 160px;
  position: relative;
}

.what-is-esim .section-heading {
  margin-bottom: 30px;
}

.what-is-esim__content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.what-is-esim__bullet-title {
  font-size: 24px;
  line-height: 21px;
  font-weight: 700;
  position: relative;
}

.what-is-esim__bullet-title::before {
  content: "";
  height: 5px;
  width: 5px;
  background: #e6485c;
  border-radius: 1.5px;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

.what-is-esim__bullet-description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 21px;
}

.what-is-esim__bullet:not(:first-child) {
  margin-top: 36px;
}

.what-is-esim__image {
  position: relative;
}

@media all and (max-width: 1150px) {
  .what-is-esim__image {
    transform: scale(0.7);
  }
}

.what-is-esim__play-btn {
  height: 150px;
  width: 150px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: 0px 0px 25px 12px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-in;
}

.what-is-esim__play-btn:hover {
  height: 170px;
  width: 170px;
}

.what-is-esim__play-btn::after {
  content: "";
  border-left: 50px solid #e6475b;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  transition: 0.3s ease-in;
}

.modal-video {
  height: 100%;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-video__container {
  padding: 50px 30px 30px 30px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 14px 54px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50vh;
  width: 40vw;
}

.modal-video__container iframe {
  width: 100%;
  height: 100%;
}

.modal-video__close-icon {
  position: absolute !important;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modal-video img {
	height: auto;
	max-width: 100%;
}

.modal-video iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}
@media all and (max-width: 780px) {
  .section-heading {
    font-size: 28px;
  }

  .what-is-esim {
    margin-top: 0px;
  }

  .what-is-esim__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .what-is-esim__bullets {
    margin-right: 0px;
    margin-top: 27px;
    transform: translateX(12px);
  }

  .what-is-esim__bullet-title {
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    position: relative;
  }

  .what-is-esim__bullet-description {
    margin-top: 8px;
  }

  .what-is-esim__bullet:not(:first-child) {
    margin-top: 24px;
  }

  .what-is-esim__image {
    width: 80%;
    margin: auto;
    position: relative;
    order: -1;
    margin-top: 12px;
  }

  .what-is-esim__image img {
    width: 100%;
    height: 100%;
  }

  .what-is-esim__play-btn {
    height: 70px;
    width: 70px;
  }

  .what-is-esim__play-btn:hover {
    height: 90px;
    width: 90px;
  }

  .what-is-esim__play-btn::after {
    content: "";
    border-left: 30px solid #e6475b;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    transition: 0.3s ease-in;
  }

  .modal-video__container {
    height: 40vh;
    width: 80vw;
  }
}
