﻿main {

}
.services-page .box-text {
    height: 100%;
}
.services-page .box-text .card-title {

}
.services-page .box-text .card-title h2 {
    font-family: "Italiana", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    background-image: linear-gradient(to right, var(--color-theme), var(--bg-site));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.services-page .box-text .card-text {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
@media (max-width: 767px) {
    .services-page .box-text .card-text {
        margin-top: 5px;
    }
}