.title{
    font-size: 2.5rem;
}

.section{
    width: 80%;
    margin: auto;
    font-size: 2rem;
}

.section_header{
    justify-content: space-between;
    align-items: center;
}

.section_header .image_container{
    width: 50%;
    height: 400px;
}

.section_header .image_container img{
    border-radius: 10px;

}

.section_header .section_explanation{
    width: 45%;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: justify;
}

.subsection{
    width: 80%;
    margin: auto;
}

.subsection .title{
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
}

.list .list_element{
    border: 2px solid #3e272b;
    padding: 10px;
    cursor: pointer;
    transition: 0.1s;
}

/* .list .list_element:hover{
    height: 110px;
} */

.list .list_element .image_container{
    width: 15%;
    height: 100%;
}

.list .list_element p{
    width: 80%;
    font-size: 1.5rem;
}

.subsection_explanation{
    font-size: 1.4rem;
    padding: 20px;
}


.normal_list{
    width: 90%;
    margin: auto;
    margin-top: 30px;
}

.normal_list .list_element{
    font-size: 1.2rem;
}

.list_with_explanation .normal_list .list_element{
    border: none;
}

.normal_list .list_element::before{
    content: "●";
    margin-right: 10px;
}

/* List With Explanation */
.list_with_explanation .list_element{
    border: 2px solid #3e272b;
    /* height: 300px; */
    padding: 10px;
    cursor: pointer;
    transition: 0.1s;
}

/* .list .list_element:hover{
    height: 110px;
} */

.list_with_explanation .list_element .image_container{
    width: 20%;
    height: 100px;
}

.list_with_explanation .list_element_head{
    padding-bottom: 10px;
    border-bottom: 2px solid #3e272b ;
}

.list_with_explanation .list_element_head p{
    width: 80%;
    margin: auto;
    font-size: 2rem;
    text-align: center;
}


.list_with_explanation .list_element_explanation p{
    width: 80%;
    margin: auto;
    font-size: 1.5rem;
}

.seperator{
    width: 100vw;
    border: 2px solid #3e272b;
    margin: 50px 0;
}

table{
    width: 95%;
    margin: auto;

    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

table th{
    font-size: 1.2rem;
    height: 80px;
    border: 2px solid #3e272b;
}

table td{
    font-size: 1.2rem;
    height: 80px;
    border: 2px solid #3e272b;
    text-align: center;
}




/* Mobile  */
.mobile .title{
    font-size: 2rem;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 200px;
}

.mobile .section_header{
    margin-top: 50px;
}


.mobile .section_header .image_container{
    width: 90%;
    height: 300px;
}

.mobile .section_header .section_explanation{
    width: 90%;
    margin-top: 30px;
    text-align: centerx;
}

.mobile .subsection{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.mobile .subsection .title{
    font-size: 1.8rem;
}

.mobile .list .list_element .image_container{
    margin-left: 5%;
}


.mobile .list .list_element p{
    width: 60%;
    font-size: 1rem;
}


.mobile .subsection_explanation{
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 0;
}


.mobile .normal_list .list_element{
    font-size: 1.1rem;
}

.mobile .list_with_explanation .list_element .image_container{
    width: 30%;
    height: 100px;
}


.mobile .list_with_explanation .list_element_head p{
    width: 70%;
    font-size: 1.4rem;
}

.mobile .list_with_explanation .list_element_explanation p{
    font-size: 1rem;
}
