﻿.services-page .box-text {
    height: 100%;
}
.services-page .box-text .card-title {
    font-family: "Cormorant Garamond", Sans-serif;
}
.services-page .box-text p {
    line-height: 30px;
    font-size: 15px;
}
.services-page .box-text .card-title h2 {
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
}
.services-page .box-text .card-text {
    display: flex;
    align-items: center;
    margin-top: 6px;
}
@media (max-width: 767px) {
    .services-page .box-text .card-text {
        margin-top: 5px;
    }
}