.img-style {
    width: 100%;
    height: 100%;
}

#servicelist {
    display: flex;
    flex-wrap: wrap;
}

.serviceitem {
    width: 300px;
    height: 300px;
}

.title {
    color: #333 !important;
}