@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
}
p {
  font-size: 17px;
  line-height: 1.9;
  color: #5b627d;
}
.row-split {
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: #2d3445;
}

.modules {
  box-shadow: 5px 4px 14px 2px #eaeaea;
  border: 0px !important;
  margin: 2vh;
}

.btn {
  padding: 14px 26px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-danger {
  background-color: #e34c43;
  border-color: #e34c43;
}

.card {
  border: 2px solid red;
  border-radius: 25px;
}

.banner {
  background-color: rgb(199, 199, 199);
}

.banner img {
  height: auto;
  width: 80vh;
}
@media only screen and (max-width: 890px) {
  .banner img {
    width: 100%;
  }
}

.list-group-item img {
  max-width: 50%;
}

.logo {
  margin-left: -20px;
  width: 250px;
}

.first {
  background-color: rgb(255, 255, 255);
  min-height: 50vh;
}

.second {
  background-color: #f5f9ff;
  min-height: 50vh;
}

.third {
  background-color: rgb(255, 255, 255);
  min-height: 50vh;
}

.poweredby {
  box-sizing: border-box;
}

.poweredby .column {
  float: left;
  width: 25%;
  padding: 5px;
}

.poweredby .row::after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (max-width: 900px) {
  .poweredby .column {
    width: 100%;
    margin-top: 5vh;
  }
  .poweredby img {
    width: 50% !important;
  }
}

.fourth {
  background-color: #f5f9ff;
  min-height: 50vh;
}

.fourth img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.large-text {
  color: #475066;
  font-size: 46px;
  font-weight: 600;
  line-height: 52px;
}

.medium-text {
  color: #475066;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  font-weight: 400;
  line-height: 48px;
  padding-bottom: 20px;
  color: #2d3445;
}

.quote-text {
  color: #475066;
  font-size: 22px;
}

.checkmark {
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
