.box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.our-services {
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    height: calc(100% - 75px);
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(27, 27, 27, 0.17)
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center;
}

.our-services p {
    padding-bottom: 20px;
}

.our-services:hover h4,
.our-services:hover p {
    cursor: pointer;
}

.services-h4,
.services-p,
.services-head {
    font-family: 'changa', 'cursive';
}