.services-heading {
    margin-top: 150px;
    margin: 150px 0 80px 0;
}

.services-heading__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.heading__link {
    border: 1px solid var(--color-blue);
    margin: 0 30px 30px 0;
}

    .heading__link a {
        display: block;
        font-size: 24px;
        font-weight: 600;
        line-height: 140%;
        color: var(--color-blue);
        padding: 5px 20px;
    }

.services {
}

.services__items {
}

.services__item {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--color-blue);
    margin-bottom: 100px;
    display: flex;
}


 .services__item:nth-child(odd) .item__photo {
    margin-left: 60px;
}

    .services__item:nth-child(even) .item__photo {
        margin-right: 60px;
    }

    .services__item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .services__item .item__title {
        font-size: 32px;
        font-weight: 600;
        line-height: 140%;
        margin-bottom: 25px;
    }

    .services__item .item__description p {
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 15px;
    }

    .services__item .item__description strong {
        display: block;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .services__item .item__description ul li strong {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services__item .item__description ul li  {
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 130%;
    }

    .services__item .item__photo {
        flex: 1 0 360px;
        min-height: 280px;
        max-height: 450px;
    }

        .services__item .item__photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


@media (max-width: 1440px) {
    .services__item .item__title {
        font-size: 25px;
    }

    .services__item .item__description {
        font-size: 18px;
    }

    .services__item .item__photo {
        flex: 1 0 320px;
    }

    .services__item:nth-child(odd) .item__photo {
        margin-left: 30px;
    }

    .services__item:nth-child(even) .item__photo {
        margin-right: 30px;
    }
}

@media (max-width: 1024.99px) {
    .services-heading {
       position: fixed;
       top: -30px;
       width: 100%;
       margin-top: 110px;
       margin-bottom: 15px;
       background: var(--color-white);
       padding: 10px 0;
       z-index: 1;
    }

        .services-heading__items {
            flex-wrap: nowrap;
            overflow-y: auto;

        }

            .services-heading__items::-webkit-scrollbar {
                display: none;
            }
            .services {
                margin-top: 150px;
            }

    .heading__link {
        flex: none;
        margin: 0 20px 0 0
    }

        .heading__link a {
            font-size: 16px;
            padding: 10px 20px;
        }

    .services__item:nth-child(even), .services__item:nth-child(odd) {
        flex-direction: column;
    }

    .services__item .item__photo {
        margin: 0 !important;
    }

    .services__item .item__description {
        margin-bottom: 10px;
    }
}


@media (max-width: 767.99px) {
    .services-heading {
        margin-top: 95px;
    }
    .services__item {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

        .services__item .item__title {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .services__item .item__description p {
            font-size: 16px;
        }
}
