/* Problem */
.problem{
}

.problem-body{
    display: flex;
    justify-content: center;
    gap: 27px;

    margin-top: 111px;
    margin-bottom: 97px;
}
.problem h1{
    margin-top: 96px;
    text-align: start;
}

.problem h1 span{
    background-image: linear-gradient(#C5283D, #C5283D);
    color: #EEF2E9;
    background-position: 0 50%;
}

.problem-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 780px;
}

.problem-text p{
    color: #146048;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
}

.problem-text span{
    color: #C5283D;
}

.problem-text .explanation{
    font-weight: 700;
}

/* Solution */
.solution{
    display: flex;
    flex-direction: column;
}

.solution h2 {
    color: #093628;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 101%;
}

.solution h2 span{
    background-image: linear-gradient(#CEF17B, #CEF17B);
    background-size: 100% 65%;
    background-position: 0 80%;
    background-repeat: no-repeat;
}

.solution p{
    color: #146048;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;

    margin: 32px 0;
}

.solution img{
    align-self: end;

    margin-bottom: 65px;
}

/* Values */
.values{
    background: var(--the-main-gradient, linear-gradient(321deg, #001311 0%, #093628 53.85%, #146048 96.63%));
}

.values h2{
    color: #CEF17B;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 92%;
    margin: 41px auto;
}

.values ul{
    display: flex;
    justify-content: space-between;
    gap: 10px;

    margin-left: clamp(0px, 10%, 147px);
    margin-right: clamp(0px, 10%, 147px);

    margin-bottom: 24px;

    padding-inline-start: 0;
}

.values li{
    box-sizing: border-box;
    background-color: #093628;

    flex: 0 0 calc((100% - 20px) / 3);

    height: 192px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 6px;

    padding: 16px 10px 18px 10px;
}

.values li h3{
    color: #CEF17B;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 92%;

    margin-top: 10px;
}

.values li p{
    color: #CEF17B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.7%;
}

/* Mission */
.mission{
    background: #EEF2E9;
}

.mission-inner {
    background: #FAFFF1;

    margin-top: 68px;
    padding: 52px 144px 40px 144px;
    border-radius: 10px 10px 0 0;

    display: flex;
    flex-direction: column;
    gap: 83px;
}

.mission-inner-text{
    display: flex;
    flex-direction: column;

    text-align: center;
}

.mission-inner h3{
    color: #093628;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 101%;

    width: fit-content;

    background-image: linear-gradient(#CEF17B, #CEF17B);
    background-size: 100% 65%;
    background-position: 0 80%;
    background-repeat: no-repeat;

    margin-bottom: 28px;

    margin-left: auto;
    margin-right: auto;
}

.mission-inner p{
    color: #146048;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;

    margin: 0;
}

.mission img{
    margin-top: -37px;

    height: 80px;
}

/* Title */
.title{
    background: #CEF17B;
    padding: 74px 207px;

    width: calc(100vw - 414px);

    text-align: center;
}

.title h2{
    color: #093628;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
}

/* Mockup */
.mockup{
    display: flex;

    margin-top: 82px;
}

.mockup h3{
    color: #093628;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 98.95%;

    margin-bottom: 45px;
}

.mockup h3 span{
    background-image: linear-gradient(#CEF17B, #CEF17B);
    background-size: 100% 65%;
    background-position: 0 80%;
    background-repeat: no-repeat;
}

.mockup-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mockup-info img{
    margin-bottom: 16px;
}

.mobile-mockup{
    width: 100vw;
    min-width: 100vw;
    margin-bottom: -50px;
    align-self: center;
}

/* Divider */
.divider{
    height: 68px;
    background: #CEF17B;

    width: 100%;

    margin-bottom: 182px;
}

@media (max-width: 1280px) {
    .values ul{
        margin-left: 0;
        margin-right: 0;

    }
}

@media (max-width: 960px) {
    .values ul{
        flex-direction: column;
    }

    .problem h1{
        margin-top: 65px;
        margin-bottom: 58px;

        text-align: center;
    }

    .problem-body{
        margin-top: 0;
        margin-bottom: 48px;

        flex-direction: column;
    }

    .problem-body img{
        width: 135px;
        align-self: center;
    }

    .problem-text{
        width: inherit;
    }

    .solution h2{
        font-size: 40px;
    }

    .solution img{
        align-self: inherit;
    }

    .mission{
        width: 100vw;
    }

    .mission-inner{
        padding: 52px 25px 32px 25px;
    }

    .title{
        width: 100vw;
    }

    .mockup{
        flex-direction: column;
    }

    .mockup-info img{
        align-self: center;
    }

    .divider{
        margin-bottom: 72px;
    }
}
