.banner {
}
.banner__left-container {
 padding: 1.45rem 0.95rem 2.18rem 1.13rem;
}
.banner__title {
  font-size: 1.09rem;
  font-weight: 500;
  color: var(--darkColor);
  line-height: 120%;

  margin-bottom: 0.27rem;
}

.banner__title > span {
  color: #eb88a3;
  font-weight: 700;
}
.banner__description {
  font-size: 0.72rem;
  line-height: 150%;
  font-weight: 400;
  color: var(--graycolor);
  margin-bottom: 1rem;
}

.banner__btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.22rem;
}

.banner__talk-to-expert {
  background-color: var(--brandColor);
  height: 2.18rem;
  width: 7.27rem;
  border-radius: 2.9rem;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.54rem 0.59rem;
}
.banner__watch-our-video {
  display: none;
  background-color: transparent;
  width: 8.72rem;
  font-size: 0.72rem;
  font-weight: 400;
}

.banner__watch-our-video > div {
  width: 2.18rem;
  height: 2.18rem;
  border-radius: 50%;
  background-color: var(--brandColor);

  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  margin-right: 0.36rem;
}

.banner__watch-our-video span {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--brandColor);
}
.banner__image-container {
  width: 100%;
  height: 14.31rem;
}
.banner__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hide-sm {
  display: none;
}

@media screen and (min-width: 768px) {
  .hide-md {
    display: none;
  }
  .hide-sm {
    display: flex;
  }
  .banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .banner__title {
    font-size: 0.83rem;
    line-height: 128%;
    margin-bottom: 0.15rem;
  }
  .banner__left-container {
    padding: 0;
    margin: 2.07rem 0 0 1.88rem;
    width: 13.6rem;
  }
  .banner__description {
    font-size: 0.377rem;
    line-height: 150%;
    margin-bottom: 0.9rem;
  }
  .banner__talk-to-expert {
    width: 4.07rem;
    height: 1.2rem;
    font-size: 0.377rem;
    padding: 0;
  }
  .banner__watch-our-video {
    width: 4.64rem;
    height: 1.2rem;
  }
  .banner__watch-our-video > div {
    width: 1.2rem;
    font-size: 0.39rem;
    height: 1.2rem;
    margin-right: 0.22rem;
  }
  .banner__watch-our-video > span {
    font-size: 0.377rem;
  }
  .banner__image-container {
    width: 18.26rem;
    height: 11.45rem;
  }

}
