

/* Start:/services/services.css?17870364662145*/
.services-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.services-item {
    display: flex;
    align-items: flex-start;
    column-gap: 32px;
}

.services-item__img {
    min-width: 490px;
}

.services-item__img picture,
.services-item__img picture img {
    width: 100%;
    height: auto;
}

.services-item__title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.services-item__desc {
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.services-item__desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: inherit;
    color: inherit;
    word-break: break-word;
}

.services-item__desc ul li {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: normal;
}

.services-item__desc ul li::before {
    content: "•";
    font-size: 16px;
    line-height: 1.2;
    margin-right: 8px;
    flex-shrink: 0;
}

.services-item__desc ul li:not(:last-child) {
    margin-bottom: 0;
}

.services-bottom {
    margin-top: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.services-bottom a {
    font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .services-list {
        row-gap: 30px;
    }

    .services-item {
        column-gap: 21px;
    }

    .services-item__img {
        min-width: 319px;
    }

    .services-item__title {
        font-size: 20px;
    }

    .services-item__desc {
        margin-top: 18px;
        font-size: 12px;
    }

    .services-bottom {
        margin-top: 23px;
        font-size: 12px;
    }
}
@media screen and (max-width: 759px) {
    .services-item {
        width: 100%;
        flex-direction: column;
        row-gap: 20px;
    }
    .services-item__img {
        min-width: unset;
        width: 100%;
    }
    .services-item__title {
        font-size: 16px;
    }
    .services-item__desc {
        font-size: 14px;
        margin-top: 15px;
    }
    .services-bottom {
        font-size: 14px;
    }
}
/* End */
/* /services/services.css?17870364662145 */
