.column-services{
    width:25%;
    padding:10px;
    float:left;
}

.column-services li{
    margin-bottom: 40px;
    margin-top: 10px;
}

.row-services::after{
    display: table;
    content: "";
    clear:both;
}

.right{
    text-align: right;
}


.services-image{
    width:360px;
    height:250px;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 24px;
}


@media screen and (max-width:600px)
{
    .column-services{
        width:100%;
    }

    #hide{
        display: none;
    }

    .services-image{
    width:100%;
    height:250px;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 24px;
}
}
