.service_info_card {
    padding: 0;
    gap: 32px;
    flex-direction: row-reverse;
}

.service_info_card .card_img {
    width: 147px;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .service_info_card {
        flex-direction: column;
        gap: 8px;
    }
}