.otherServiceItem {
	text-align: center;
    cursor: pointer;
}

.otherServiceTitle {
	font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    margin-top: 20px;
    color: #414141;
    text-decoration: none;
}

.otherServicePrice {
	font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #d91d5c;
    margin: 15px 0 30px;
}

@media (max-width: 576px) {
    .otherServiceItem {
        margin-left: -50px;
        width: calc(100% + 100px);
    }
    .otherServiceTitle {
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        text-transform: uppercase;
        text-align: left;
        margin-top: 10px;
        padding: 0 15px;
    }
    .otherServicePrice {
        font-weight: 500;
        font-size: 11px;
        line-height: 20px;
        margin-top: 5px;
        padding: 0 15px;
        text-align: left;
        margin-bottom: 20px;
    }
}