@media(min-width: 788px){
    .section-base{
        background-color: #e7edf0; 
        padding: 5%; 
        padding-top: 4%; 
        padding-bottom: 4%; 
        border: 1px solid #7b7b8f; 
        border-radius: 8px;
    }
}

.section-base{
    margin-top: 5%;
    max-width: 900px;
    margin-bottom: 5%;
}

body{
    margin: 0;
    background-image: linear-gradient(to right, #D1D4D7, #D2DEE6);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar{
    display: none;
}

p, h1, li, label{
    font-family: 'Titillium Web', sans-serif;
    color: black;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    color: #4A4A55;
}

.title-divider{
    padding-top: 20px;
    margin-right: 36px;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid black;
}

.section-header{
    display: flex;
}

.section-header h1{
    width: 180px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.section-content{
    display: flex;
}

.section-text{
    float: left;
}

.section-text p{
    text-align: left;
    font-size: 18px;
}