#title {
    min-height: 350px;
}

#title .img-background {
    background: url(/img/vacuum-cleaner-6.jpg) no-repeat center;
    background-size: cover;
}

#services .right .section-pod-title,
#services .left .section-pod-title {
    text-align: justify;
}

#services .left-right-box {
    display: flex;
    margin: 0 auto 0 auto;
    max-width: 1300px;
    gap: 30px;
}

#title .banner-text {
    width: 1090px;
}

.image-box {
    display: flex;
    margin-top: 20px;
}

.instagram-box {
    margin-top: 20px;
}

img-comparison-slider {
    margin: 0 auto;
    max-width: 90%;
    border-radius: 10px;
}

img-comparison-slider img {
    width: 100%;
    max-width: 550px;
}

#services .text-box .section-pod-title {
    margin: 0 100px 20px;
}

#order-list-section {
    margin-top: 20px;
    background-color: var(--main-color-2);
}

#order-list-section .order-list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 1320px) {
    #order-list-section .order-list-box .order-box {
        margin: 0 auto;
    }

}

#order-list-section .order-list-box .order-box .order-item-type {
    display: flex;
    align-items: center;
}

#order-list-section .order-list-box .order-box .order-item-info {
    display: grid;
    padding: 10px 0;
}

#order-list-section .order-list-box .order-box {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    grid-gap: 20px;
    max-width: 650px;
    font-family: "Fira Sans", sans-serif;
    border-radius: 5px;
}

#order-list-section .order-list-box .order-box .order-item-name {
    font-size: 20px;
    color: #fff;
}

#order-list-section .order-list-box .order-box .order-item-price-description,
#order-list-section .order-list-box .order-box .order-item-description {
    color: #d7d7d7;
    font-size: 13px;
}

#order-list-section .order-list-box .order-box .order-item-price {
    font-size: 30px;
    font-weight: 500;
    color: var(--main-color-1);
}

#order-list-section .order-list-box .order-box .order-item-button {
    background-color: #FFE822;
    border: 2px solid #FFE822;
    color: #052C59;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    max-width: 200px;
    margin-top: 5px;
    border-radius: 10px;
    cursor: pointer;
}

#order-list-section .img-background.top {
    fill: #fff;
}

.need-section {
    background-color: var(--main-color-1);
}

.need-section .img-background.top {
    fill: var(--main-color-2);
}

.need-section .img-background.bottom {
    fill: #fff;
}

.need-section .img-background.bottom {
    transform: rotate(180deg);
    transform-origin: center center;
    margin-bottom: -2px;
}

#order-list-section .order-list-title .section-pod-title,
#order-list-section .order-list-title .section-title {
    color: #fff;
}

#testimonios {
    padding: 0;
}

@media only screen and (max-width: 660px) {
    #services .left-right-box .left,
    #services .left-right-box .right {
        margin: 0 10px;
    }

    #services .left-right-box {
        flex-wrap: wrap;
    }

    .section-title {
        line-height: 35px;
        font-size: 30px;
        margin-bottom: 5px;
    }

    #services .text-box .section-pod-title {
        text-align: justify;
    }

    #services .text-box .section-pod-title {
        margin: 0 20px 20px;
    }
}
