.title-image-description-v2 {
  margin: 0 0 75px;

  @media screen and (max-width: 1580px) {
    margin: 0 0 55px;
  }

  @media screen and (max-width: 992px) {
    margin: 0 0 35px;
  }

  @media screen and (max-width: 669px) {
    margin: 0 0 15px;
  }

  .main-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;

    @media screen and (max-width: 1580px) {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 40px;
    }

    @media screen and (max-width: 992px) {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px;
    }

    @media screen and (max-width: 669px) {
      font-size: 16px;
      line-height: 19.5px;
      text-align: center;
      margin-bottom: 0px;
    }
  }

  .description-col {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #222222;

    strong {
      font-weight: 500;
      color: #6800FF;
    }

    @media screen and (max-width: 1580px) {
      font-size: 20px;
      line-height: 24px;
    }

    @media screen and (max-width: 960px) {
      font-size: 18px;
      line-height: 20px;
    }

    @media screen and (max-width: 669px) {
      font-size: 16px;
      line-height: 18px;
      text-align: center;
    }
  }

  .image-col {
    text-align: center;
  }
}