@font-face {
  font-family: "Blender Pro";
  src: url(./fonts/BlenderPro/BlenderPro-Bold.woff);
}

.ar-link-open {
  display: none;
}

.witness_thumb {
  text-align: center;
  height: 100%;
}

body {
  width: 100%;
  background-color: #fff;
}

.ar-btn-thumb {
  margin-top: 140px;
  display: flex;
  justify-content: center;
}
.back_btn {
  margin-top: 80px;
  margin-bottom: 200px;
  width: 240px;
  height: 50px;
  background-color: #0080f6;
  color: #fff;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  border-radius: 500px;
  box-shadow: 0px 15px 40px -5px rgba(0, 128, 246, 0.5);
}
.button-thumb {
  text-align: center;
}
.ar-button-text {
  color: #000;
  font-family: "Blender Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

.ar-btn-link {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.logos {
  display: flex;
  align-items: center;
  justify-content:center;

}

.border {
  width: 40px;
  height: 0px;
  border: 1px solid #000;
  transform: rotate(-90deg);
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 320px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 787px) {
  .container {
    max-width: 480px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 600px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
