:root {
  --dark-slate-grey: #265b77;
}

.lp {
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ltcon {
  width: 500px;
  min-height: 100px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(38, 91, 119, .37);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.link {
  width: 100%;
  height: 45px;
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.lt-h1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
}

.lt-h2 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 32px;
}

.intro {
  text-align: center;
  margin-bottom: 20px;
}

.ltrscon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ltrsicon {
  width: 40px;
  height: 40px;
}

.rslinkblock {
  margin-left: 10px;
  margin-right: 10px;
}

.ltsep {
  width: 100%;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .ltrsicon {
    width: 40px;
  }
}

@media screen and (max-width: 479px) {
  .lp {
    padding-top: 10px;
  }

  .ltcon {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .lt-h1 {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 600;
  }

  .lt-h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
  }

  .intro {
    text-align: center;
    margin-bottom: 20px;
  }
}
