/* Home Slide */
.home-slide .site-main {
    z-index: 3;
}

.home-slide .single-works {
    padding: 70px 0 0 0;
}

.home-slide .single-works .numbers { 
    margin: 0;
}

.single-main-slide.home-slide .info .header.nobg p {
    padding: 10px;
    margin-left: -10px;
    background-color: var(--red);
}

@media (max-width: 1024px) {
    .home-slide .single-works {
        padding: 44px 0 55px 0;
    }

    .single-main-slide.home-slide .info .header.nobg p {
        margin-left: unset;
    }
}

/* Goal */
.home-goal {
    padding: 80px 0;
}

.home-goal .site-main {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.home-goal .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.home-goal .list .item {
    background-color: var(--blue);
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 120%;
}

.home-goal .list .item .text p:last-child {
    margin-bottom: 0;
}

.home-goal .list .item .title {
    font-family: Noto Serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 25px;
    line-height: 100%;
    color: var(--main);
    margin-bottom: 14px;
}

.home-goal .columns-to-rows {
    gap: 60px;
}

.home-goal .columns-to-rows > div {
    width: 45%;
    flex-grow: 1;
}

.home-goal .columns-to-rows .text_add {
    font-family: Inter Tight;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 120%;
    color: var(--white);
    display: flex;
    align-items: center;
}

.home-goal .columns-to-rows .text_add p:last-child {
    margin-bottom: 0;
}




.home-goal .columns-to-rows .text_add blockquote {
    margin: 0 0 0 0;
    padding-left: 20px;
    border-left: 10px solid var(--red);


}

.home-goal .columns-to-rows .text_add strong {
    font-family: Noto Serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 40px;
    line-height: 112.99999999999999%;
    color: var(--main);
    background-color: var(--blue);
    padding: 0 8px;
    display: inline-block;
}


.home-goal .columns-to-rows .text_end>div {
    background-color: var(--blue);
    padding: 40px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 131%;
}

.home-goal .columns-to-rows .text_end strong {
    font-family: Noto Serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 30px;
    line-height: 110.00000000000001%;
    color: var(--main);
}

@media (max-width: 1024px) {
    .home-goal {
        padding: 60px 0px;
    }

    .home-goal .site-main {
        gap: 45px;
    }

    .home-goal .list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-goal .list .item {
        padding: 15px;
    }

    .home-goal .list .item .title {
        font-size: 17px;
        margin-bottom: unset;
    }

    .home-goal .list .item {
        font-size: 13px;
    }

    .home-goal .columns-to-rows > div {
        width: auto;
    }

    .home-goal .columns-to-rows .text_add {
        font-size: 13px;
    }

    .home-goal .columns-to-rows .text_add strong {
        font-size: 25px;
    }

    .home-goal .columns-to-rows .text_end>div {
        padding: 30px 25px;
        font-size: 13px;
    }

    .home-goal .columns-to-rows .text_end strong {
        font-size: 18px;
    }
}


.home-benefits.single-works .numbers {
    margin: 0;
    flex-direction: row;
}