.content-image-left {
  padding: 40px 154px;
}

.content-image-left__inner {
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #000000;
  background: #3c2a9e;
  position: relative;
}

.content-image-left__images {
  position: relative;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.content-image-left__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-image-left__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

.content-image-left__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #ffffff;
  line-height: 46px;
  text-transform: capitalize;
}

.content-image-left__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .content-image-left {
    padding: 40px 60px;
  }

  .content-image-left__game-img {
    width: 220px;
    height: 180px;
  }
}

@media (max-width: 1024px) {
  .content-image-left {
    padding: 30px 20px;
  }

  .content-image-left__inner {
    flex-direction: column;
    height: auto;
  }

  .content-image-left__images {
    width: 100%;
    height: 350px;
  }

  .content-image-left__content {
    padding: 1rem;
    max-width: 100%;
  }

  .content-image-left__title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .content-image-left__images {
    height: 250px;
  }

  .content-image-left__game-img {
    width: 160px;
    height: 130px;
  }

  .content-image-left__images {
    height: 220px;
  }

  .content-image-left__title {
    font-size: 24px;
    line-height: 30px;
  }

  .content-image-left__text {
    font-size: 14px;
    line-height: 22px;
  }
}
