.content {
    position:absolute;
    top:3.5rem;
    left:1%;
    width:98%;
    height:89%;
    display:block;
}

.content servicecontent {
    height: 9rem;
    width: 100%;
    position:relative;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}
.content servicecontent card {
    height: 100%;
    width: 25%;
    position: relative;
    display: block;
}
.content servicecontent card a {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.content servicecontent card a img {
    height: 7rem;
    width: 80%;
    position: relative;
    display: block;
    left: 10%;
}

.content servicecontent card a p {
    height: 2rem;
    width: 100%;
    position: relative;
    display: block;
    top:0;
    text-align: center;
}