.list-display li {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size:1.1rem;
}
.list-checkmarks {
  padding-left:1.5rem;
}
.list-checkmarks li {
  list-style-type:none;
  padding-left:1rem;
}
.list-checkmarks li:before {    
font-family: 'FontAwesome';
content: "\f058";
font-size: 1.5rem;
margin:0 10px 0 -28px;
color: #58D1ED;
}

.mb-6 {
font-weight: 500;
font-size: 18px;
line-height: 28px;
}

.btn {
  margin-top: 2rem;
}

.img-container {
  position: relative;
}
.bottomright {
  position: absolute;
  bottom: 1px;
  right: 1px;
  
}

.main-img {
  position: relative;
}
  
}

