/* Mobile */
@media (max-width: 640px) {
    h2{
        font-size: 3rem;
    }
    .mt-120{
        margin-top: 60px;
    }
    .mb-120{
        margin-bottom: 60px;
    }
    .cta_pill{
        width: 100%;
    }
    .services_left img{
        height: auto;
    }
    .services_right{
        padding-left: 0;
    }
    .services_left{
        padding: 0;
        margin-bottom: 30px;
    }
    .service_card__image{
        width: 230px;
        height: 230px;
    }
}