body{
  line-height: 1.75rem;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: normal;
}
.bg-lightpurple{
  background-color: #f9eeff;
}
.bg-lightblue{
  background-color: #e6f9fc;
}
.text-purple{
  color: #6f2e8f;
}
.text-blue{
  color: #4ac9f4;
}
.purple-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6f2e8f;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 15px 30px;
}
.purple-btn:hover {
  background-color: #3e1154;
  color: #fff;
}
.blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #39c5f3;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 15px 30px;
}
.blue-btn:hover {
  background-color: #1b93bb;
  color: #fff;
}
.fs-175rem{
  font-size: 1.75rem;
}
.fw-500{
  font-weight: 500;
}
.cta{
  background-image: url(img/bg-cta.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services{
  background-image: url(img/bg-services.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services ul{
  padding-left: 3.5rem;
}
.services ul li{
  margin-bottom: .75rem;
  list-style: none;
}
.services ul li:before{
  font-family: FontAwesome, sans-serif;
  content: '\f00c';
  margin-right: 1rem;
  margin-left: -2rem;
}
.quote{
  background-color: #4ac9f4;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 2rem;
}
.cta2{
  background-image: url(img/bg-cta2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .services{
    background-image: none;
  }
  .bg-services-mobile, img{
    width: auto;
  }
}
@media (max-width: 767.98px) {
  img{
    width: inherit;
  }
}
@media (max-width: 350px) {
  .blue-btn{
      white-space: pre-wrap;
  }
}
