#image_logo {
    width: 108px;
    height: 47px;
    margin-left: 64px;
    margin-top: 67px;
    margin-bottom: 27px;
}


p.custom-header {
    font-size: 15px;
    font-weight: bold;
    font-family: Lato;
    color: #241C15;
    line-height: 18px;
}

ul li {

    font-family: Lato;
    color: #241C15;
    font-size: 14px;
    line-height: 17px;
    list-style-position: outside;
    margin-left: 2em;
    padding-bottom: 5px;

}

ul {
    padding-left: 64px;
    padding-right: 64px;
    font-family: Lato;
    color: #241C15;
    font-size: 14px;
    line-height: 17px;
}

h1 {
    color: #241C15;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    text-align: center;
    padding-left: 60px;
    padding-right: 245px;

}

.header {
    color: #241C15;
    font-family: Lato;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
}

.main_container {
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 14px 56px 0 rgba(194, 198, 204, 0.53);
    overflow: hidden;
    max-width: 960px;
    margin: auto;
}

p {
    padding-left: 64px;
    padding-right: 64px;
    font-size: 15px;
    color: #241C15;
    line-height: 21px;
    margin-bottom: 10px;
}

#page_end {
    padding-bottom: 74px;
}

a {
    color: #EA4C62;
    font-family: Lato;
    line-height: 15px;
    text-align: center;
}

body {
    background-color: #F5F5F5;
    padding-left: 276px;
    font-family: 'Lato', sans-serif;
}

@media screen and (min-width: 100px) {
    body {
        padding-left: 0px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }

    ul,
    p {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #image_logo {
        margin-left: 16px;
    }
}

@media screen and (min-width: 600px) {
    html,
    body {
        padding-left: 25px !important;
        padding-top: 25px !important;
        padding-right: 25px !important;
        padding-bottom: 25px !important;
        min-width: 550px;
    }

    ul,
    p {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    #image_logo {
        margin-left: 64px;
    }
}

@media screen and (min-width: 900px) {
    html,
    body {
        padding-left: 75px !important;
        padding-top: 50px !important;
        padding-right: 75px !important;
        padding-bottom: 50px !important;
        min-width: 650px;

    }

    ul,
    p {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    #image_logo {
        margin-left: 64px;
    }
}

@media screen and (min-width: 2000px) {
    html,
    body {
        padding-left: 350px !important;
        padding-top: 50px !important;
        padding-right: 350px !important;
        padding-bottom: 50px !important;
        min-width: 1300px;

    }

    ul,
    p {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    #image_logo {
        margin-left: 64px;
    }
}


@-ms-viewport {
    width: device-width;
}