.mobile-apps {
  width: 400px;
}

.mobile-apps .google-play {
  width: 170px;
  height: 80px;
}

.mobile-apps .app-store {
  width: 170px;
  height: 80px;
  margin-right: 0px;
}

/*
---------------------------------------------
Mobile section
---------------------------------------------
*/

.mobile {
  padding-top: 180px;
  position: relative;
}

.mobile .section-heading {
  margin-bottom: 10px;
}

.mobile .section-heading h4 {
  font-size: 64px;
  font-weight: 700;
  color: #1f1f25;
}

.mobile .section-heading h6 {
  font-size: 24px;
  color: #737373;
  font-family: "Inter Regular", sans-serif;
  letter-spacing: -0.02em;
}

.mobile .section-heading,
.mobile p {
  position: relative;
  z-index: 1;
}

.mobile .mobile-items h4 {
  font-family: "Inter Regular", sans-serif;
  font-size: 24px;
  color: #1f1f25;
  letter-spacing: -0.02em;
}

.mobile p {
  color: #737373;
  font-size: 14px;
}

.mobile .mobile-items div {
  max-width: 400px;
}

.mobile-items a {
  font-size: 18px;
  font-family: "Inter Regular", sans-serif;
}

.mobile-items .icon-1 {
  background-image: url("../images/scan.svg");
  width: 20px;
  height: 16px;
  margin-top: 5px;
  margin-right: 8px;
}

.mobile-items .icon-2 {
  background-image: url("../images/g-svg.svg");
  width: 18px;
  height: 19px;
  margin-top: 4px;
  margin-right: 8px;
}

.mobile-items .icon-3 {
  background-image: url("../images/svg-search.svg");
  width: 16px;
  height: 18px;
  margin-top: 5px;
  margin-right: 8px;
}

.mobile-items .icon-4 {
  background-image: url("../images/svg-livestream.svg");
  width: 18px;
  height: 16px;
  margin-top: 6px;
  margin-right: 8px;
}

.mobile-items .icon-5 {
  background-image: url("../images/cmb1-svg.svg");
  width: 19px;
  height: 24px;
  margin-top: 2px;
  margin-right: 8px;
}

.mobile-items .icon-6 {
  background-image: url("../images/cmbb-svg.svg");
  width: 18px;
  height: 17px;
  margin-top: 7px;
  margin-right: 8px;
}

.mobile .right-image {
  position: relative;
  z-index: 1;
}
.mobile-picture {
  background-image: url("../images/mobile-pic.webp");
  height: 870px;
  width: 526.5px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 90px;
}

.achievments-content-mobile p {
  color: #737373;
  font-size: 20px !important;
}

.achievments-content-mobile p span {
  font-family: "Inter Medium", sans-serif;
  font-size: 34px;
  font-style: normal;
  line-height: 35px;
  color: #1f1f25;
}


@media (max-width: 991px) {
  .header-area {
    background-color: #fff;
  }
  .mobile .right-image {
    margin: 0 auto;
  }
  .mobile-picture {
    height: 482.6px;
    width: 374.6px;
    margin: 0 auto !important;
    background-image: url("../images/mobile-resp.webp");
  }
  .mobile-description .section-heading h4 {
    font-size: 48px;
  }
  .mobile .mobile-items {
    text-align: center;
  }
  .mobile .mobile-items .mob-item {
    justify-content: center;
  }
  .mobile .req-mobile {
    text-align: center;
  }
}

@media (max-width: 410px) {
  .mobile-picture {
    width: 312.2px;
    height: 402.2px;
  }
}
