.block--list-image-section {
    background: white;
}
.service-item {
    padding: 50px 100px;
    background: #F5F5F5;
    border-radius: 30px;
    padding-bottom: 0;
}
.services-list {
    margin-top: 50px;
}
.service-header {
    display: grid
;
    grid-template-columns: 250px 1fr 350px;
    gap: 50px;
}
.service-representative-media img, .service-representative-media video {
    width: 100%;
    border-radius: 50px 50px 0 0;
}
span.number-badge {
    font-size: 30px;
}
.service-number {
    display: flex
;
    align-items: center;
    line-height: 100%;
    gap: 20px;
    padding-top: 10px;
    height: fit-content;
}
.service-decoration img {
    height: 30px;
    width: auto;
}
.service-tags {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 15px;
    margin-top: 30px;
}
span.service-tag {
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 50px;
}
@media screen and (max-width: 786px){
    span.service-tag {
        padding: 6px 12px;
        border: 1px solid black;
        border-radius: 50px;
    }
}
.services-list {
    margin-top: 50px;
    display: grid
;
    gap: 50px;
}
.service-media {
    margin-top: 30px;
}
.service-representative-media {
    display: flex
;
}
.service-actions {
    display: flex
;
    gap: 20px;
    justify-content: end;
    flex-wrap: wrap;
}
button.expand-btn {
    height: 52px;
    width: 52px;
    border-radius: 100%;
    border: 1px solid var(--main);
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
}


.service-item {
    transition: all 0.3s ease;
}

.service-description-wrapper {
    overflow: hidden;
}

.service-item.active {
    transform: scale(1.02);
}
.service-title-wrapper {
    padding-bottom: 50px;
}
.service-tag {
    font-size: var(--font-normal);
}

@media screen and (max-width: 1800px){
    .service-header {
        display: grid;
        grid-template-columns: 150px 1fr 350px;
        gap: 50px;
    }
}

@media screen and (max-width: 1600px){
    .service-item {
    padding: 50px;
    padding-bottom: 0;
}
}

.service-actions.respo-version {
    margin-top: 30px;
    justify-content: start;
}

@media screen and (min-width: 1601px){
.service-actions.respo-version {
    display: none;
}
}
@media screen and (max-width: 1600px){
.service-actions.respo-version {
    display: flex;
}
.service-actions:not(.respo-version) {
    display: none;
}
    .service-header {
        display: grid
;
        grid-template-columns: 150px 1fr;
        gap: 50px;
    }
}
.service-description {
    font-size: var(--font-normal);
}
.service-number.service-number-mobile-version {
    display: none;
}
@media screen and (max-width: 1050px){
    .service-number {
        display: none;
    }
    .service-number.service-number-mobile-version {
        display: flex;
    }
        .service-header {
        display: grid
;
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media screen and (max-width: 786px){
    .service-item {
        padding: 30px 30px;
        padding-bottom: 0;
    }
    .service-tags {
        gap: 10px;
    }
    .block--list-image-section {
        background: white;
    }
}
@media screen and (max-width: 600px){
    .service-item {
        margin-left: calc(-1 * var(--padding));
        margin-right: calc(-1 * var(--padding));
        border-radius: 0;
        padding: 30px var(--padding);
        padding-bottom: 0;
    }
    .service-actions.respo-version {
        gap: 10px;
    }
}
.cta-section {
    background-color: white;
}
.list-image-section .service-description-wrapper {
    padding-bottom: 50px;
}