.Ser{
    height: 100%;
    width: 100%;
}

.Ser .services{
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Ser .services .card{
    width: 270px;
    height: 270px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    
}

.Ser .services .card .content img{
    width: 268px;
    height: 268px;
    background-size: cover;
}