
.infoPaper{
    box-shadow: 0px 0px 5px #cfcdcd;
    padding: 10%;
}

#infoPaperHeader{
    position: relative;
    margin-bottom: 40px;

    text-align: center;
}

#infoPaperHeader h2{
    margin-top: 20px;
    width: 100%;
}

#infoPaperHeader p{
    width: 100%;
}


#infoPaperHeader > div:first-child{
    height: 5px;
    border-radius: 2.5px;
    position: absolute;
    top: -10px;
    left: 47%;
    width: 6%;
}

.infoPaperSection{
    display: flex;
    align-items: center;
    margin-top: 120px;
}

.infoPaperSection .sectionHeader p{
    width: 100%;
}

.infoPaperSectionIllustration{
    width: 100%;
    height: 50%;
    text-align: center;
    height: auto;
}

.infoPaperSectionIllustration img{
    width: 60%;
}

.leftInfoPaperSectionIllustration{
    border-right: 1px solid #cfcdcd;
    margin-right: 7%;
}

.rightInfoPaperSectionIllustration{
    border-left: 1px solid #cfcdcd;
    margin-left: 7%;
}

.infoPaperSectionIllustrationMobile{
    display: none;
}

ul{
    color: var(--grey2);
    list-style-type: circle;
}
