.front-page {
    section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    @media (max-width: 480px) {
        section {
            padding-top: 27px;
            padding-bottom: 27px;
        }
    }

    .hero {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 600px;
        color: rgba(255, 255, 255, 1);

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        .hero__wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 48px;
            text-align: center;
        }

        @media (max-width: 768px) {
            .hero__wrapper {
                gap: 32px;
            }
        }
        @media (max-width: 480px) {
            .hero__wrapper {
                gap: 20px;
            }
        }

        .hero__header {
           max-width: 1122px;
        }

        @media (max-width: 480px) {
            .hero__header {
                max-width: 100%;
            }
        }

        .hero__title {
            margin-bottom: 0.4em;
            font-weight: 700;
            font-size: 64px;
            line-height: 72px;
            letter-spacing: -2px;
        }
        @media (max-width: 1200px) {
            .hero__title {
                font-size: 56px;
                line-height: 64px;
            }
        }

        @media (max-width: 768px) {
            .hero__title {
                font-size: 48px;
                line-height: 56px;
            }
        }
        @media (max-width: 480px) {
            .hero__title {
                font-size: 24px;
                line-height: 50px;
                letter-spacing: -2px;
            }
        }

        .hero__text {
            max-width: 890px;
            margin: 0 auto;
            font-size: 20px;
            line-height: 32px;
            color: inherit;
        }

        @media (max-width: 480px) {
            .hero__text {
                font-size: 18px;
                line-height: 32px;
            }
        }

        .hero__buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 32px;
        }
        @media (max-width: 480px) {
            .hero__buttons {
                gap: 20px;
            }
        }

        .btn-call,
        .btn-view {
            min-width: 200px;
        }
        @media (max-width: 480px) {
            .btn-call,
            .btn-view {
                min-width: 199px;
                height: 56px;
            }
        }

        .btn-view {
            color: rgba(255, 255, 255, 1);
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 1);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 8px;
        }
    }

    @media (max-width: 768px) {
        .hero {
            min-height: calc(100vh - 120px);
        }
    }

    @media (max-width: 480px) {
        .hero {
            min-height: 472px;
            padding: 26px 0;
        }
    }

    .about-home {
        padding: 56px 0;
        background-color: rgba(237, 242, 255, 1);
        text-align: center;
        margin-bottom: 80px;
    }
    @media (max-width: 768px) {
        .about-home {
            padding: 64px 0;
            margin-bottom: 64px;
        }
    }
    @media (max-width: 480px) {
        .about-home {
            padding: 48px 0;
            margin-bottom: 48px;
        }
    }

    .about-home__title {
        margin-bottom: 16px;
    }

    .about-home__content {
        max-width: 1121px;
        margin: 0 auto;
    }

    .services {
        .services__wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 32px;
        }

        .services__header {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 32px;
        }
        @media (max-width: 480px) {
            .services__header {
                gap: 0;
            }
        }
        
        .services__btn-wrapper {
            text-align: center;
            margin-top: 32px;
        }

        .services__title {
            flex: 1 1 42%;
            min-width: 250px;
        }

        .services__text {
            flex: 1 1 48%;
            min-width: 300px;
        }
        @media (max-width: 480px) {
            .services__text {
                line-height: 24px;
                text-align: justify;
            }
        }

        .services__list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 32px;
        }

        .services__smalllist__wrap {
            margin-right: auto;
        }

        .services__smalllist {

            list-style-type: disc;
            margin-bottom: 15px;
        }

        .services__smalllist li {
            font-size: var(--font-size-main);
            line-height: 1.5;
            color: var(--color-text-main);
        }

        .services__wrapper .services__smalllist__wrap h3 {
            text-align: left;
            color: var(--color-text-main);
            margin-bottom: 30px;

        }

        .services__item {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            max-width: 429px;
            min-height: 368px;
            padding: 24px;
            border-radius: 16px;
            transition: box-shadow 0.3s ease;
        }

        .services__item:hover {
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
        }

        .service-card {
            display: flex;
            justify-content: end;
            flex-direction: column;
            width: 100%;
            height: 100%;
            color: rgba(255, 255, 255, 1);
        }

        .services-card__img svg {
            margin-bottom: 33px;
        }

        .service-card__title {
            margin-bottom: 1rem;
            color: inherit;
        }

        .service-card__text {
            color: inherit;
        }
    }

    .story-plumbing__wrapper {
        display: flex;
        align-items: center;
    }
    .story-plumbing__media {
        flex: 0 1 650px;
    }
    .story-plumbing__content {
        flex: 0 1 685px;
        padding-left: 58px;
    }
    .story-plumbing__text {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 30px;
    }
    .story-plumbing__text p + p {
        margin-top: 20px;
    }
    .story-plumbing__title {
        margin-bottom: 30px;
    }
    .story-plumbing__btn {
        padding: 8px 16px;
        min-width: 200px;
    }
    @media (max-width: 992px) {
        .story-plumbing__wrapper {
            flex-direction: column;
        }
        .story-plumbing__media {
            flex: 0 1 100%;
            margin-bottom: 30px;
        }
        .story-plumbing__content {
            flex: 0 1 100%;
        }
        .story-plumbing__content {
            padding-left: 0;
        }
    }
    @media (max-width: 480px) {
        .story-plumbing__content {
            text-align: center;
        }
    }

}


    
