.our-services__list {
    overflow: hidden;
}

.our-services__list-item {
    border-bottom: 1px solid #ccc;
}

.our-services__list .our-services__list-item:last-child {
    border-bottom: 0;
}

.our-services__list-item__header {
    width: 100%;
    padding: 18px 10px 21px 10px;;
    border: none;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 140%;
}


.our-services__list-item__header svg {
    transition: all ease 0.3s;
    transform: rotate(0deg);
}

.acc-open svg {
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

.our-services__list-item__text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 10px;
    *margin-bottom: 0;
    color: #8D8D8D;
}

.our-services__content-right {

}

.our-services__content-right {
    display: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.our-services__content-right.open {
    display: block;
    opacity: 1;
}

.our-services__list-item__text.open {
    padding-bottom: 20px;
}


.our-services__header {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.our-services__gallery-photo {
    max-width: 82px;
}

.our-services__left-group {
    background: linear-gradient(0deg, #B6D0FC, #B6D0FC), radial-gradient(192.13% 268.95% at 12.47% 29.59%, #C3DAF9 0%, #E8EAFF 100%);
    padding: 20px;
    border-radius: 20px;
}

.our-services__gallery-text {
    font-weight: 700;
    color: #282828;
    margin-bottom: 10px;
    line-height: 130%;
}

.our-services__list {
    margin-bottom: 20px;
}

img.our-services__gallery-photo {
    border-radius: 14px;
}

.our-services__list-item__header.acc-open {
    color: #1253FF;
}

.our-services__list-item__header.acc-open svg path {
    stroke: #1253FF;
}


@media screen and (min-width: 1024px) {
    img.our-services__image {
        border-radius: 20px;
        min-height: 436px;
        object-fit: cover;
    }

    button.our-services__list-item__header:hover {
        color: #1253FF;
    }

    .our-services__list-item__header:hover svg path {
        stroke: #1253FF;
    }

    h2.our-services__heading.h4 {
        font-size: 32px;
    }


    .our-services__header {
        justify-content: space-between;
    }

    .our-services__label {
        flex-basis: fit-content;
    }

    .our-services__heading {
        flex-basis: 853px;
    }


    .our-services__image {
        max-width: 100%;
    }

    .our-services__list-item__text {
        font-size: 16px;
        line-height: 130%;
        font-weight: 500;
    }


    .our-services__list-item {
        max-width: calc(100% - 448px);
    }

}


@media screen and (max-width: 1023.98px) {
    .our-services__content-right.open,
    .our-services__content-right img {
        height: 100%;
    }

    .our-services__list-item {
        max-width: calc(100% - 328px);
    }

    .our-services__content-right img {
        border-radius: 20px;
        max-width: 100%;
    }

    h2.our-services__heading.h4 {
        font-size: 24px;
    }

    .our-services__list-item__text {
        font-size: 15px;
        line-height: 140%;
    }

    .our-services__list-item__header {
        padding: 10px 0px;
        font-size: 24px;
    }

    .our-services__header {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .our-services__content-right {
        display: none;
    }

    .our-services__gallery-text {
        font-size: 18px;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        align-items: center;
    }

    .our-services__gallery-text p {
        font-weight: 400;
        font-size: 15px;
        line-height: 140%;
    }

    .our-services__gallery-row {
        gap: 8px;
        flex-wrap: wrap;
        display: flex;
    }

    img.our-services__gallery-photo {
        flex-basis: calc((100% - 16px) / 3);
        height: 250px;
        width: 96px;
        max-width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .our-services__gallery p {
        display: none;
    }
}

@media screen and (min-width: 767.98px) {
    .our-services__content-right {
        max-width: 408px;
        position: absolute;
        top: 0;
        right: 0;
    }


    .our-services__list {
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    img.our-services__gallery-photo {
        height: 150px;
    }

    .our-services__list-item {
        max-width: 100%;
    }

    .our-services__content-right img {
        border-radius: 20px;
        width: 100%;
        object-fit: cover;
        max-height: 234px;

    }

    .our-services__list-item__text.open {
        padding-bottom: 10px;
    }

    .our-services__content-right.open {
        margin-bottom: 20px;
    }

    .our-services__list-item {
        padding: 0 10px;
    }

    .our-services__list-item__text {
        padding: 0;
    }

}

@media screen and (max-width: 495px) {
    img.our-services__gallery-photo {
        height: 96px;
    }
}