@font-face {
  font-family: "Indivisible-regular";
  src: url("../fonts/Indivisible-SemiBold.woff") format("woff2"),
    url("../fonts/Indivisible-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indivisible";
  src: url("../fonts/Indivisible-SemiBold.woff") format("woff2"),
    url("../fonts/Indivisible-SemiBold.woff") format("woff");

  font-style: normal;
  font-display: swap;
}

body,
html {
  height: 100%;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  background: #f5f0e9;
  font-family: "Indivisible-regular";
  color: #111;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.main-bg {
  background: #f5f0e9;
  height: 100vh;
  width: 100vw;
  min-height: 100vh;
}

.left-logo {
  width: 50%;
  min-width: 320px;
}

.logo-text .brand {
  font-family: "Indivisible-regular";

  font-size: 2.2rem;
  letter-spacing: 0.01em;
  color: #111;
}

.info-text {
  margin-top: 0;
  margin-bottom: 0;
}

.brand-small {
  font-family: "Indivisible-regular";
  font-size: 10px;
  color: #111;
  letter-spacing: 1px;
}

.desc-bold {
  font-family: "Indivisible-regular";
  font-size: 10px;
  letter-spacing: 1px;
  color: #111;
}

.desc {
  margin-bottom: 1.5rem;
  line-height: 2;
}
.email {
  margin-top: 120px;
}
.email a {
  font-family: "Indivisible-regular";
  text-decoration: none;
  font-size: 10px;

  color: #111;
  letter-spacing: 1px;
}
.left-logo img {
  width: 200px;
}
.page-content {
  padding: 100px 0 80px;
}
.right-content {
  margin-top: 40%;
  margin-right: 100px;
}

@media (min-width: 1600px) {
  .right-content {
    margin-top: 45%;
  }
}

@media (max-width: 991px) {
  .right-content {
    margin-top: 30%;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .left-logo,
  .right-content {
    width: 100%;
    min-width: unset;
  }
  .main-bg .row {
    flex-direction: column;
  }
  .info-text {
    margin: 2rem 1rem 0 7px;
    max-width: 100%;
  }
  .logo-text {
    margin: 2rem 1rem 0 7px;
  }
  .right-content {
    margin-top: 120px;
  }
  .desc-bold br {
    display: none;
  }
}
