.urm-vodafone-hero {
  background: linear-gradient(270deg, #691D32 0%, #A83456 36.26%, #300F18 100%);
  display: flex;
  align-items: flex-start;
  padding: 100px 40px 0px 180px;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info .campaign-badge {
  font-size: 48px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(90deg, #ED1C24 0.02%, #FF5D63 99.98%);
  margin-top: 7px;
  height: 71px;
  width: fit-content;
  padding: 0 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info p {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 90%;
  margin: 20px 0px;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info {
}

.campaign-image {
  /* max-width: 50%; */
  margin-bottom: 30px;
}

.urm-vdf-hero-details {
  max-width: 50%;
}

.urm-vdf-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info .white-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  border-radius: 30px;
  gap: 13px;
  padding: 15px 50px;
  margin: 10px 0px;
  border-color: #fff;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info .white-button:hover {
  background-color: #8d2c48;
  color: #fff;
  border-color: #8d2c48;
}


.urm-vodafone-hero .urm-vdf-hero-details .campaign-info .white-button i {
  background-color: #000;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info .white-button:hover i {
  background-color: #fff;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info .campaign-qr-code span {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100px;
  display: block;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info .campaign-qr-code {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 40px 0px 0px 0px;
}

.urm-vdf-hero-image img {
  width: 500px;
}

.urm-vodafone-hero .urm-vdf-hero-details .campaign-info .campaign-qr-code i.icon.vodafone-yanimda-qr {
  width: 100px;
  height: 100px;
  background-image: url(https://muhiku.com/wp-content/uploads/shortcodes-assets/s3246232/vodafone-yanimda.svg);
}


@media screen and (max-width: 768px) {
  .urm-vodafone-hero {
    padding: 25px 4% 0 25px;
    flex-wrap: wrap;
    background: linear-gradient(0deg, #590019 1.4%, #A32E50 50.7%, #34101A 100%);
    align-items: center;
    justify-content: center;
  }
  
  .urm-vdf-hero-image {
    max-width: 278px;
    margin-top: 16px;
    width: 100%;
  }
  
  .urm-vdf-hero-details {
    max-width: 100%;
  }
  
  .campaign-image {
    display: none;
  }
  
  .urm-vodafone-hero .urm-vdf-hero-details .campaign-info h1 {
    font-size: 32px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  
  .urm-vodafone-hero .urm-vdf-hero-details .campaign-info .campaign-badge {
    font-size: 32px;
    height: 50px;
  }
  
  .urm-vodafone-hero .urm-vdf-hero-details .campaign-info {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .urm-vodafone-hero .urm-vdf-hero-details .campaign-info p {
    font-size: 19px;
    width: 100%;
    margin: 20px 0;
  }
  
  .urm-vodafone-hero .urm-vdf-hero-details .campaign-info .white-button {
    margin: 0;
    padding: 10px 30px;
    font-size: 20px;
  }
  
  .urm-vodafone-hero .urm-vdf-hero-details .campaign-info .campaign-qr-code {
    margin: 30px 0;
  }
}
