.vh {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vh1 {
  background-image: url("../assets/img/pattern.svg");
  background-size: 420px auto;
  background-repeat: repeat;
  background-position: center;
  background-color: #87b289;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
}

a {
  color: #2481cc;
  text-decoration: none;
}

.main {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #87b289b4;
  display: flex;
  flex-direction: column;
}

.con1 {
  max-width: 400px;
  width: 90%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 10px;
  position: relative;
  z-index: 5;
}

.images {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: auto;
  display: block;
}

.title {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-bottom: 5px;
  padding: 0 0px;
}

@media (min-width: 700px) {
  .title {
    padding: 0 20px;
  }
}

.text-sm {
  text-align: center;
  margin: 0;
  font-size: 15px;
  color: #7d7f81;
}

.text1 {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  margin-bottom: 0;
  white-space: pre-wrap;
}

.link {
  color: #2481cc;
  font-weight: 400;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.btn {
  height: 42px;
  background-color: #2481cc;
  border-radius: 22px;
  border: 0;
  padding: 13px 24px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 24px;
}

.href {
  cursor: pointer;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: #f7f8f3 !important;
  position: relative;
  z-index: 9999999999999999999999999999;
}

.href-btn {
  border: 0;
  background-color: #1a8ad5;
  padding: 9px 16px;
  color: white;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Roboto;
}