.p-style {
  font-weight: 600;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 1);
  text-wrap: wrap;
  overflow: hidden;
}

.iframe {
  width: 100%;
  height: 900px;
}

.bg-legal {
  background-image: url(../assets/hero-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 7.875rem;
}

.title-style {
  font-weight: 700;
  font-size: 70px;
  color: rgba(14, 128, 246, 1);
  text-align: center;
  margin-bottom: 150px;
}

.mt-nav-con {
  margin-top: 15.625rem;
}

.btn-size-back {
  max-width: 100%;
  width: 469px;
  height: 73px;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  font-size: 18px;
}

.margin-top-tools {
  margin-top: 100px;
  /* margin-bottom: 5vh; */
}

.maintenance-title {
  font-weight: 700;
  font-size: 3.25rem;
  color: #fff;
}

.maintenance-text {
  font-weight: 400;
  font-size: 1.125rem;
  color: #fff;
}

.bg-tools-z {
  z-index: -5;
}

.kerfin-small {
  width: 16%;
  height: auto;
  z-index: -5;
}

.section-bg-1-legal {
  overflow: hidden;
  background-image: url(../assets/hero-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.section-bg-1-legal::after {
  content: "";
  background: radial-gradient(
    circle,
    rgb(14 128 246 / 39%) 0%,
    rgba(14, 128, 246, 0) 61%
  );
  display: inline-block;
  position: absolute;
  width: 60vw;
  height: 60vw;
  z-index: -1;
  top: 0;
  right: -20vw;
  pointer-events: none;
}

@media (max-width: 1400px) {
  .maintenance-title {
    font-size: 2.9rem;
  }

  .maintenance-text {
    font-size: 0.95rem;
  }

  .title-style {
    font-size: 3.25rem;
  }

  .mt-nav-con {
    margin-top: 11rem;
    margin-bottom: 6.25rem;
  }

  .p-style {
    font-size: 0.875rem;
  }

  .iframe {
    width: 1126px;
    height: 730px;
  }

  .bg-legal {
    padding-top: 4rem;
  }
}

@media (max-width: 1200px) {
  .title-style {
    font-size: 3rem;
  }

  .mt-nav-con {
    margin-top: 11rem;
    margin-bottom: 6.25rem;
  }

  .p-style {
    font-size: 0.8125rem;
  }

  .maintenance-title {
    font-size: 2.6rem;
  }

  .maintenance-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 991px) {
  .section-bg-1-legal::after {
    width: 90vw;
    height: 90vw;
  }
  .title-style {
    font-size: 2.75rem;
  }
  .title-style-long {
   font-size: 1.75rem; 
  }

  .mt-nav-con {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }

  .p-style {
    font-size: 0.75rem;
  }

  .btn-size-back {
    max-width: 100%;
    width: 253px;
    height: 57px;
    margin-top: 3rem;
    margin-bottom: 3.75rem;
  }

  .bg-legal {
    padding-top: 3.5rem;
  }

  .iframe {
    width: 598px;
    height: 644px;
  }

  .margin-top-tools {
    margin-top: 150px;
  }

  .title-style {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .maintenance-title {
    font-size: 2rem;
  }

  .maintenance-text {
    font-size: 0.8rem;
  }

  .section-bg-1-legal {
    background-size: 200%;
  }
}

@media (max-width: 400px) {
  .maintenance-title {
    font-size: 1.5rem;
  }

  .maintenance-text {
    font-size: 0.6rem;
  }

  .title-style {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }

  .mt-nav-con {
    margin-top: 7rem;
    margin-bottom: 4rem;
  }

  .p-style {
    font-size: 0.75rem;
  }

  .btn-size-back {
    max-width: 400px;
    width: 100%;
    height: 73px;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .iframe {
    width: 290px;
    height: 644px;
  }

  .margin-top-tools {
    margin-top: 100px;
  }
}
