/* FAQ */
.questions__title.nasledie-title-normal {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 80rem;
}
.accordion {
	max-width: 920rem;
	margin-bottom: 20rem;
	border-radius: 6rem;
	position: relative;
	margin: 9rem auto;
}
.accordion__header {
	width: 100%;
	padding: 24rem;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(183, 189, 206, 0.15);
}
.accordion__header h6 {
    max-width: 90%;
    font-size: 24rem;
    font-weight: 500;
}
.accordion__header-icon {
    transform: none;
    width: 36rem!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion__header-icon svg{
    width: 28rem;
}
.accordion__scale {
    padding-top: 0;
}
.accordion__scale li,
.accordion__scale p {
    font-size: 16rem;
}

/* IDEA */
.main_section {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 120rem;
}
.flex_top__idea {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    justify-content: center;
}
.flex_top__idea div {
    width: 50%;
}
.flex_top__idea div h6{
    color: #363636;
    font-family: "Source Serif Pro";
    font-size: 40rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.flex_top__idea div p{
    margin-left: 35%;
    /* text-align: center; */
}

.show_mobile__letter,
.show_desktop__letter {
	position: absolute;
	margin: 0 auto;
	top: 170rem;
	width: 100%;
	left: 0;
	right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 30rem 0;
	z-index: 3;
	background: white;
}
.show_mobile__letter .close_letter,
.show_desktop__letter .close_letter {
    cursor: pointer;
    position: fixed;
    right: 40rem;
    top:200rem;
    
}
.show_mobile__letter img,
.show_desktop__letter img {
    max-width: 100%;
    height: auto;
}
.second_row_idea {
    background-image: url(../images/img/hero_bg.jpg);
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    height: 750rem;
    position: relative;
    margin-top: 30rem;
}

.second_row__wrapper {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-top: 40rem 0;
    height: 100%;
}

.second_row__wrapper h5 {
    color: #363636;
    font-family: "Source Serif Pro";
    font-size: 50rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.second_row__wrapper p {
	display: block;
	position: relative;
	max-width: 410rem;
}

.second_row__wrapper p::after {
	content: '· · ·';
	color: #2F6E5B;
	font-family: "Source Serif Pro";
	font-size: 50rem !important;
	font-style: normal;
	font-weight: 700;
	display: block;
	position: absolute;
	bottom: -4rem;
	left: 329rem;
}

.second_row__wrapper button {
    color: #363636;
    font-family: "Source Serif Pro";
    font-size: 40rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 16rem;
}

.second_pic_idea{
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 47%
}

/* MOBILE */
@media only screen and (max-width: 650px) {


    .nasledie-title-normal,
    .questions__title.nasledie-title-normal {
        text-align: left;
        padding-bottom: 32rem;
    }

    .accordion__header {
        width: 100%;
        padding: 16rem;
        
    }

    .accordion__header h6 {
        max-width: 70%;
        color: #363636;
        font-family: "Source Serif Pro";
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: 22.5px; /* 125% */
    }
    .accordion__header-icon {
        height: 100%;
        align-self: self-start;
    }

    .main_section {
        margin-top:     0rem;
    }

    .flex_top__idea {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        width: 100%;
        justify-content: flex-start;
        gap:16rem
    }

    .flex_top__idea div{
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
    .flex_top__idea div:nth-child(2){
        padding-left: 27%;
    }

    .flex_top__idea div h1.nasledie-title-big{
        color: #363636;
        font-family: "Source Serif Pro";
        font-size: 27rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 32.4px */
    }
    .flex_top__idea div p{
        margin: 0;
        padding: 0;
        margin-bottom: 4rem;
    }

    .second_row_idea {
        height: fit-content;
        margin-top: 0rem;
        display: flex;
        flex-flow: column-reverse;
    }
    .second_row_idea div {
        width: 100%;
        padding: 20rem 10rem;
        gap: 22rem;
    }
    .second_pic_idea {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: static;
        margin-top: 0;
        width: 100%;
        height: 250rem;
    }


    .second_pic_idea {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: static;
        margin-top: 0;
        width: 100%;
        max-height: 320rem;
    }

    .second_row__wrapper h5 {
        color: #363636;
        font-family: "Source Serif Pro";
        font-size: 19rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .second_row__wrapper button {
        color: #363636;
        font-family: "Source Serif Pro";
        font-size: 17rem;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 16rem;
        margin: 20rem auto;
    }
    .second_row__wrapper button svg {
        max-width: 44rem;
    }

    .second_row__wrapper p::after {
        content: '· · ·';
        color: #2F6E5B;
        font-family: "Source Serif Pro";
        font-size: 50rem !important;
        font-style: normal;
        font-weight: 700;
        display: block;
        position: absolute;
        bottom: -4rem;
        left: 233rem;
    }


    .show_mobile__letter {
        top: 70rem
    }

    .show_mobile__letter .close_letter {
        top: 60rem;
        right: 9rem;
        /* width: 10rem; */
    }

}


