/* Custom Styles */

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');
@media (min-width: 768px){
[class*="col-"] {
    padding: 0;
}
}


.lora {
    font-family: 'Lora', serif;
}

.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.weight-400 {
    font-weight: 400;
}

.georgia {
    font-family: "Georgia", Sans-serif;
}

.accordion-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
}


.accordion-body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;

}

ul.tick {
  list-style: none;
  padding-left: 0;
}
ul.tick li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
ul.tick li:before {
   content: "\f00c";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
}

.white-tick li:before {
    color: #fff;
}

.blue-tick li:before {
    color: #2C5B4F;
}

.marg-top-bot-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
#block-1588155182156 .feature__image {
    margin-top: -170px;
}
}