body {
    background-color: #EDEEF2;
}

section {
    color: rgb(6, 6, 6);

}

.info_text {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 15 70px 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.info_heading {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    padding: 80px 0 30px 0;
    font-family: font1;
}

.info_txt {
    font-size: 20px;
    line-height: 35px;
}

.footer {
    padding: 30px 0;
    background-color: black;
    background-attachment: fixed;
    background-size: 650px;
    background-repeat: no-repeat;
}

.ol_info {
    list-style-position: inside;
    list-style-type: square;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ol_info li {
    line-height: 35px;
    font-size: 20px;
}


/* media query */

@media screen and (max-width:860px){
    .info_text{
        padding: 50px;
    }
    .info_heading{
        padding-top: 50px;
    }
}

@media screen and (max-width:550px){
    .info_text{
        padding: 30px;
    }
    .info_heading{
        padding-top: 30px;
        font-size: 40px;
    }
}
