body {
    margin-top: 123px !important;
    font-family: "Lora", serif !important;
}
body p {
    margin-bottom: 0px;
    font-size: 16px;
}
body a {
    color: #0000F7 !important;
}
.nav-link {
    font-size: 18px;
  }
#main-content .hero {
    height: 450px;
    position: relative;
}
#main-content .hero::before, .call-to-action::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}
#main-content .hero > .row, .call-to-action > .row  {
    position: relative;
    z-index: 99;
}
#main-content .container {
    padding: 60px 0 ;
}
#main-content .services .card {
    box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 7px 5px -5px rgba(0,0,0,.11),0 6px 8px -2px rgba(0,0,0,.09),0 6px 6px 0 rgba(0,0,0,.03) !important;
}
.services .row {
    margin-bottom: 100px;
}
.services .row:last-child {
    margin-bottom: 0px !important;
}
.services h4 {
    min-height: 58px;
}
.services .card-text {
    min-height: 120px;
}
.card-img-top {
    max-width: 285px;
    height: 285px;
    border-radius: 100% !important;
    margin: -40px auto -20px;
    object-fit: cover;
    object-position: center;
}

.call-to-action {
    height: 300px;
    position: relative;
}
.call-to-action a, .contact a {
    padding: 15px 45px;
    display: inline-block;
    background-color: #00F;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
    margin-top: 20px;
  }
  .call-to-action h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
  }
