.service-step {
    padding: 80px 0;
}

.service-step-top-content.text-center h2:before {
    left: 50%;
    transform: translate(-50%, 0);
}

.service-step-top-content.text-center h2 {
    text-transform: uppercase;
}

.service-step-image {
    position: relative;
}

.service-step-image img {
    height: auto;
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
}

.service-step-image:after {
    content: "";
    position: absolute;
    width: 25%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.service-step-image:before {
    content: "";
    position: absolute;
    width: 25%;
    right: 0;
    top: 0;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.service-step-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.service-step-list-content h3 {
    color: #fff;
    line-height: 1.363em;
    font-size: 28px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 8px;
}

.service-step-list-number {
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
    color: black;
    margin-right: 20px;
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 1px #ff3b3b;
}

.service-step-list-item {
    background: transparent !important;
    cursor: pointer;
}

.service-step-list-item[href="#"] {
    cursor: initial;
}

@media (min-width: 768px) {
    .service-step {
        padding: 100px 0;
    }
}

@media (min-width: 1200px) {
    .service-step-list-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .service-step-list-content p {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }

    .service-step-list ul {
        padding: 0;
        margin: 0;
        width: calc(100% + 32px);
        margin: 0 -16px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .service-step-list ul li {
        width: calc(33.333% - 32px);
        margin: 0 16px;
        padding: 0;
    }

    .service-step-list ul li::before {
        display: none;
    }

    .service-step-list-item {
        border-bottom: none;
    }

    .service-step-list-number {
        position: relative;
        top: 13px;
        width: 45px;
        margin-right: 0;
        text-align: left;
    }

    .service-step-list-content {
        width: calc(100% - 45px);
    }

    .service-step-image {
        max-width: 815px;
        margin: 20px auto;
        max-height: 300px;
    }

    .service-step-top-content {
        margin-bottom: 25px;
    }

    .service-step {
        padding: 150px 0;
    }

    .service-step-desktop {
        display: flex;
        flex-direction: column;
    }

    .service-step-list:first-child {
        order: 0;
    }

    .service-step-list:not(:first-child) {
        order: 2;
    }

    .service-step-desktop > #tabs-content {
        order: 1;
    }
}

@media (min-width: 1600px) {
    .service-step-top-content {
        margin-bottom: 45px;
    }

    .service-step-image {
        max-width: 1184px;
        margin: 30px auto 60px;
    }

    .service-step {
        padding: 200px 0;
    }
}
