.revamp-tiles-v2 .module-header {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .revamp-tiles-v2 .module-header {
    margin-bottom: 32px;
    max-width: 295px;
  }
}
/* font-sizes */
.revamp-tiles-v2 .module-header h2 {
  color: #000;
  font-family: Outfit, "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 102%; /* 102.857% */
  margin-bottom: 24px;
}
.revamp-tiles-v2 .module-header p {
  color: #222;
  font-family: Outfit, "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .revamp-tiles-v2 .module-header h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 123.077% */
    margin: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .revamp-tiles-v2 .module-header p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: auto;
    text-align: center;
  }
}
.revamp-tiles-v2 .grid h3 {
  color: #FFF;
  text-align: center;
  font-family: Outfit, "Open Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px; /* 114.286% */
  margin-bottom: 12px;
}
.revamp-tiles-v2 .grid p {
  color: #FFF;
  text-align: center;
  font-family: Outfit, "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  margin-bottom: 16px;
}
@media screen and (max-width: 1600px) {
  .revamp-tiles-v2 .grid h3 {
    font-size: 30px;
    line-height: 114%; /* 114.286% */
  }
  .revamp-tiles-v2 .grid p {
    font-size: 18px;
    line-height: 130%; /* 130% */
  }
}
@media screen and (max-width: 1500px) {
  .revamp-tiles-v2 .grid h3 {
    font-size: 20px;
    line-height: 114%; /* 114.286% */
  }
  .revamp-tiles-v2 .grid p {
    font-size: 14px;
    line-height: 130%; /* 130% */
  }
}
@media screen and (max-width: 1080px) {
  .revamp-tiles-v2 .grid h3 {
    font-size: 24px;
    line-height: 114%; /* 114.286% */
  }
  .revamp-tiles-v2 .grid p {
    font-size: 16px;
    line-height: 130%; /* 130% */
  }
}
.revamp-tiles-v2 {
  width: 100%;
  margin: 0 auto;
}
.revamp-tiles-v2 .grid {
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.revamp-tiles-v2 .grid > div {
  border-radius: 40px;
  overflow: hidden;
  background-color: black;
  padding: 30px;
}
@media screen and (max-width: 1440px) {
  .revamp-tiles-v2 .grid > div {
    padding: 20px;
  }
}
.revamp-tiles-v2 .grid > div :where(p) {
  max-width: 342px;
}
@media screen and (max-width: 767px) {
  .revamp-tiles-v2 .grid > div :where(p) {
    max-width: 270px;
  }
}
.revamp-tiles-v2 .grid .lg-box {
  grid-column: span 6;
  grid-row: span 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 0;
  padding: 64px 30px;
}
@media screen and (max-width: 1440px) {
  .revamp-tiles-v2 .grid .lg-box {
    padding: 30px;
  }
}
.revamp-tiles-v2 .grid .lg-box > .sml-box {
  padding: 0 16px;
}
.revamp-tiles-v2 .grid .lg-box > .sml-box:last-child {
  border-left: 2px solid white;
}
.revamp-tiles-v2 .grid .lg-box.alt > .sml-box:last-child {
  border-left: none;
}
.revamp-tiles-v2 .grid .md-box {
  grid-column: span 6;
  grid-row: span 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  aspect-ratio: 746/427;
}
.revamp-tiles-v2 .grid .md-box .content-box{
  width: 307px;
  margin-right: 24px
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.revamp-tiles-v2 .grid .sml-box {
  grid-column: span 3;
  grid-row: span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.revamp-tiles-v2 .grid > .sml-box {
  aspect-ratio: 373/427;
}
@media screen and (max-width: 1600px) {
  .revamp-tiles-v2 .grid > .sml-box {
    aspect-ratio: 350/427;
  }
}
@media screen and (max-width: 1280px) {
  .revamp-tiles-v2 .grid > .sml-box {
    aspect-ratio: 280/427;
  }
}
@media screen and (max-width: 1080px) {
  .revamp-tiles-v2 .grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .revamp-tiles-v2 .grid .lg-box {
    aspect-ratio: 767/874;
    background-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .revamp-tiles-v2 .grid .lg-box {
    aspect-ratio: unset;
    padding-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
    grid-row: span 1;
    gap: 24px;
  }
  .revamp-tiles-v2 .grid .lg-box .sml-box {
    border: none !important;
  }
  .revamp-tiles-v2 .grid .sml-box {
    grid-column: span 1;
    grid-row: span 1;
  }
  .revamp-tiles-v2 .grid {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}

  .revamp-tiles-v2 .grid .lg-box.alt {
    display: flex;
    justify-content: center;
  }
  .revamp-tiles-v2 .grid .lg-box.alt p {
    max-width: 400px;
  }

.revamp-tiles-v2 .grid .lg-box.level-up {
  background-color: unset;
  background-image: url('https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/Imported%20images/Level-%20up%20Packs%20(1).png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .revamp-tiles-v2 .grid .lg-box.level-up {
    padding-top: 80%;
    background-image: url('https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/Imported%20images/level-up%20packs%20bg%20mobile%20(1).png');
    background-position: top center;
  }
}
.revamp-tiles-v2 .grid .sml-box.unli-5g {
  background-color: unset;
  background-image: url('https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/Imported%20images/Unli%205g%20(1).png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.revamp-tiles-v2 .grid .sml-box.data-sachets {
  background-color: unset;
  background-image: url('https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/Imported%20images/data%20sachets%20bg%20(1).png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.revamp-tiles-v2 .grid .sml-box.app-booster {
  background-color: unset;
  background-image: url('https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/Imported%20images/app%20booster%20bg%20(1).png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.revamp-tiles-v2 .grid .md-box.app-booster {
  background-color: unset;
  background-image: url('https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/Dito_July2021/Image/app%20booster%20image.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.revamp-tiles-v2 .grid .sml-box.app-combo {
  background-color: #F4F7F9;
  background-image: url('https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/Dito_July2021/Image/app%20combo%20(2).jpg');
  background-repeat: no-repeat;
  background-position-y: 61%;
  background-size: 100% auto;
}
.revamp-tiles-v2 .grid .sml-box.app-combo :where(h3,p) {
  color: #000;
}
.grid > .lg-box {
  box-shadow: 2px 4px 12px #00000014;
}
.grid > .sml-box {
 box-shadow: 2px 4px 12px #00000014;
}