@media screen and (min-width: 769px) {
    header {
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        z-index: 99;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .sticky header {
        background: #F7F8FD;
        border-bottom: 1px solid #ddd;
    }
    .service-desktop {
        background: #F7F8FD;
    }
    .sevice-button {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 45px;
        text-decoration: none;
        border-radius: 10px;
    }
    .sevice-button:hover,
    .directions-btn:hover {
        color: white;
    }
    .service-item span {
        font-weight: 500;
        font-size: clamp(25px, 3vw, 38px);
        line-height: 1;
        color: #4F5B79;
        padding: 15px 0 0 15px;
    }
    .service-item {
        background: #FFFFFF;
        border-radius: 20px;
    }
    .text-star {
        font-size: 38px;
        text-align: center;
        letter-spacing: 0.7px;
        color: #1A1A1A;
    }
    .customer-happy span {
        font-weight: 700;
        font-size: 40px;
        letter-spacing: 1.5px;
    }
    .customer-happy strong {
        font-weight: 600;
        font-size: 20px;
        color: #464655;
    }
    .directions-btn {
        font-weight: 700;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #EA4335;
        border-radius: 10px;
        height: 60px;
        padding: 0 50px;
        color: white;
    }
    .customer-reviews {
        background: #292930;
    }
    .customer-reviews-title {
        font-weight: 600;
        font-size: 50px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: #FFFFFF;
    }
    .customer-box {
        background: #3A3A42;
        border-radius: 20px;
    }
    .customer-box picture {
        height: 70px;
        width: 70px;
        display: flex;
        align-items: center;
    }
    .customer-box picture img {
        border-radius: 10px;
    }
    .customer-box .customer-name {
        font-weight: 700;
        font-size: 18px;
        color: #FFFFFF;
    }
    .customer-box .customer-title {
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.05em;
        color: #8A90A2;
    }
    .customer-box .customers {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .commnet-box>div:nth-child(n+7) {
        display: none;
    }
    .p-image-box>div:nth-child(n+5) {
        display: none;
    }
    .all-commnet {
        font-weight: 700;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #EA4335;
        border-radius: 10px;
        height: 60px;
        padding: 0 50px;
        color: white;
        border: 0;
    }
    .p-title {
        font-weight: 700;
        font-size: 60px;
        letter-spacing: -0.03em;
        color: #292930;
    }
    .p-all {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #5956E9;
        border-radius: 10px;
        height: 60px;
        padding: 0 50px;
        color: white;
        border: 0;
    }
    .vendor-title {
        font-weight: 700;
        font-size: 40px;
        color: #000000;
    }
    .social-title {
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1px;
        color: #1E212C;
    }
    .contact-title {
        font-weight: 700;
        font-size: 14px;
        color: #787A80;
    }
    .contant-img {
        width: 40px;
    }
    .contact-info {
        font-weight: 400;
        font-size: 24px;
        color: #1E212C;
    }
}