.content{
    color: #4a4a4a;
    font-size: 22px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: left;

}
.list{
   overflow: visible;
    font-size: 14px;

}
.white{
    padding-top: 60px;
}
.header{
    background-color: #e9e7d3;
}





ul{
    list-style: disc;
}
li{
    margin-left: 40px;
}
h3 {
    text-align: left;
}

p {
    text-align: left;
}

.genius_btn{

    font-size: 15px;
    background: #1C2E76;
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    transition: all .2s linear;
}
.genius_btn:hover{
    background-color: #fff;
    color: black;
}

@media screen  and (min-width: 800px){
    .list li{
        font-size: 25px;
    }

}
