* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    width: auto;
}


#wrapper {
    position: relative;
    max-width: 750px;
    margin: 12px auto;
    border: 1px solid #000;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    text-align: left;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

header {
    padding: 0 0 10px;
}

p {
    margin: 0 0 16px;
}

h1 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #3d74cc;
}

h3 {
    font-size: 13px;
    margin: 16px 0px;
    line-height: 18px;
}

a {
    color: #000;
    text-decoration: none;
}


ul {
    padding: 0 0 16px 18px;
    list-style: none;
}

ul li {
    padding-left: 18px;
}

li:before {
    content: "\2022";
    color: #000;
    float: left;
    margin-left: 0px;
    font-size: 25px;
    text-indent: -20px;
}

.buttom a {
    background: #578bdd;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 30px;
}

.box {
    position: relative;
    margin: 0 0 30px;
}

.box p img {
    position: relative;
    top: 3px;
    margin-right: 2px;
}

.buttom {
    position: absolute;
    z-index: 3;
    right: 0;
    top: calc(50% - 20px);
}

@media all and (max-width:749px) {
    #wrapper {
        margin: 0;
        border: none;
    }
}

@media all and (max-width:400px) {
    .buttom {
        position: static;
    }
}