@charset "UTF-8";

.consept__title {    
    display: flex;
    padding: 150px 0 70px 10.4%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.concept__list {
    display: flex;
    padding: 0 10.4%;
    flex-direction: column;
    align-items: center;
    gap: 400px;
    align-self: stretch;
    margin-top: 100px;
}

.concept__item {
    display: flex;
    /* max-height: 600px; */
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 70px;
}

.concept__item.reverse {
    flex-direction: row-reverse;
}

.concept__item img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.concept__img__1 {
    width: 45%;
}

.concept__img__1-2 {
    margin-top: 50px;
}

.concept__img__2 {
    width: 33%;
}

.concept__img__3 {
    width: 47%;
}

.concept__img__4 {
    width: 47%;
}

.concept__img__5 {
    width: 48%;
}

.concept__txt {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
}



@media (max-width: 768px) {
    .consept__title {    
        padding: 50px 20px;
        align-items: flex-start;
        font-size: 1.8rem;
    }

    .concept__list {
        display: flex;
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
        gap: 200px;
        align-self: stretch;
        margin-top: 0;
    }

    .concept__item {
        display: flex;
        height: auto;
        align-items: center;
        align-self: stretch;
        gap: 50px;
        flex-direction: column;
        justify-content: center;
    }

    .concept__item.reverse {
        flex-direction: column;
    }

    .concept__img__1 {
        width: 95%;
    }

    .concept__img__2 {
        width: 90%;
    }

    .concept__img__3 {
        width: 90%;
    }

    .concept__img__4 {
        width: 90%;
    }

    .concept__img__5 {
        width: 100%;
    }
    

    .concept__txt {
        text-align: center;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 220%;
    }

    
}