@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");

body {
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

.row__columnright {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
  margin-right: 20px;
}

.columnright__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
  margin-right: 20px;
}

.columnright__text {
  margin-right: 25px;
}

.site-logo {
  margin-left: 25px;
  margin-top: 10px;
}

h2,
p {
  font-family: "Poppins", sans-serif;
  text-align: center;
}

p {
  text-align: right;
}

/* media */
@media (max-width: 1600px) {
  .row__columnright {
    margin-right: 0px;
  }

  p {
    text-align: center;
  }
}

@media (max-width: 1180px) {
  .columnright__wrapper {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2%;
    height: 80vh;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .row__columnright {
    height: 100vh;
    width: 100vw !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0px;
  }

  .columnright__wrapper {
    height: 100vh;
    border-radius: 0%;
  }

  .row__columnleft {
    height: 0px !important;
    z-index: 1;
  }

  .row__columnright {
    margin-left: 0px;
    height: 100%;
  }

  .columnright__wrapper {
    margin-top: 15px;
    margin-left: 0px;
    height: 950px;
    width: 100vw;
  }

  .site-logo {
    width: 150px;
    margin-left: 25px;
    margin-top: 15px;
  }
}

@media (max-width: 390px) {
  body {
    height: 1000px;
  }
  .columnright__wrapper {
    height: 1150px;
  }
  .columnright__title {
    margin-top: 60px !important;
  }
  .columnright__btn {
    margin-bottom: 50px;
  }
}

@media (max-width: 380px) {
  body {
    height: 1100px;
  }
  .columnright__title {
    margin-top: 120px !important;
  }
  .columnright__btn {
    margin-bottom: 50px;
  }
}
