.services-section-grid {
    margin-top: 40px;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
}

.services-section {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: center;
}

.services-section a{
    max-width: 250px;
}

.services-section a img{
    transition: .3s;
}

.services-section a:hover img{
    transform: scale(1.05);
}


.services-section-card img{
    border-radius: 10px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.services-section-card h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-align: center;
}

.services-section-grid > h2:after {
    content: "";
    width: 100px;
    height: 2.5px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    background: linear-gradient(89.96deg, #C51515 6.07%, rgba(197, 21, 21, 0) 104.84%);
}

.services-section-card p {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.4em;
}

.services-section-card .btn {
    margin-top: 10px;
}