.services__row {
    margin-bottom: 30px;
}

.services__row:last-child {
    margin-bottom: 0;
}

.services__item {
    position: relative;

    overflow: hidden;

    height: calc(100% - 27px) !important;
    padding: 30px;

    border-radius: 4px;
    background-color: #f2faff;

    margin-bottom: 27px;
}

.services__item.services__item--background {
    height: 163px;
}

.services__link {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

/******************************************************/
@media screen and (max-width: 767px) {
    .small > .services__item.services__item--background {
        height: auto;
        min-height: 48px;
    }
    .small > .services__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        background: no-repeat;
        border-bottom: 1px solid #dfdedf;
        border-radius: 0;
    }
    .small > .services__item:after {
        width: 26px;
        height: 22px;
        font-family: "icomoon";
        font-size: 14px;
        color: #969ba3;
        content: "\e901";
        background: none;
    }
    .small:last-child > .services__item {
        border-bottom: none;
    }
    /*.small > .services__item {
		padding: 15px 30px;
		margin-bottom: 16px;
		height: auto !important;
	}
	.small .services__title {
		margin: 0;
		font-size: 18px;
		line-height: 21px;
	}*/
}
