.serviceProcess {
    text-align: center;
    margin: 0;
    padding: 96px 80px 48px 80px;
}

.serviceProcess h1 {
    font-size: 48px;
    color: var(--main-blue);
    margin-bottom: 64px;
    font-weight: 700;
}

.serviceProcessContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.serviceProcessItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 48px;
}

.serviceProcessItemBigger {
    width: 602px;
}

.serviceProcessFirstLineLabel {
    width: 87px !important;
    height: 44px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #BFBFBF;
    color: var(--main-white);
    border-radius: 25px;
    margin-right: 15px;
}

.serviceProcessFirstLineLabel p {
    margin: 0 auto;
}

.serviceProcessFirstLine {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: fit-content;
}

.serviceProcessFirstLineTitle {
    color: #1F2937;
    font-size: 20px;
    font-weight: 600;
    margin: auto 0;
    height: auto;
}

.serviceProcessInfo {
    margin: 24px 0 16px 0;
    font-size: 16px;
    color: #424242 !important;
    width: 99%;
    font-weight: 400;
    padding-left: 1%;
    line-height: 175%;
}

.owl-carousel2 {
    display: flex !important;
}

@media (max-width: 550px) {
    .serviceProcess h1 {
        font-weight: 600;
        font-size: 22px;
        line-height: 136%;
        margin-bottom: 32px;
        text-align: center;
        color: #fff;
    }

    .serviceProcessItem img {
        height: 260px !important;
    }

    .serviceProcess {
        text-align: center;
        margin: 0;
        padding: 48px 10px 48px 10px;
        background: #1a2a3a;
    }

    .serviceProcessFirstLineTitle {
        font-size: 16px;
    }

    .serviceProcessFirstLine {
        flex-direction: column;
        row-gap: 8px;
    }

    .serviceProcessInfo {
        margin: 16px 0 32px 0;

    }

    .owl-carousel2 .owl-dots button {

        height: 2px;
        background-color: #878787 !important;
    }

    .owl-carousel2 .owl-dots button.active {
        height: 2px;
        background-color: rgb(255, 255, 255) !important;
    }

    #car_2 .serviceProcessItem {
        height: auto !important;
        width: 100%;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
        background: #fff;
        border-radius: 25px;
        padding: 16px 10px;
        margin-bottom: 18px;
    }

    .owl-carousel2 .owl-dots {
        width: 100%;
    }

    .howItWorks {
        display: none;
    }
}

@media (max-width: 550px) {
    .serviceProcessItem img {
        max-height: 300px;
    }
}

@media (max-width: 420px) {
    .serviceProcessItem img {
        max-height: 250px;
    }
}

@media (max-width: 380px) {
    .serviceProcessItem img {
        max-height: 210px;
    }
}

@media (max-width: 340px) {
    .serviceProcessItem img {
        max-height: 169px;
    }
}
