* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

#smb-page {
    max-width: 960px;
    padding: 50px 0;
    margin: 0 auto;
}

header {
    text-align: center;
    margin-bottom: 25px;
}

section {
    max-width: 600px;
    margin: 0 auto;
}

.smb-video-height {
    height: 360px;
}

.smb-content {
    font-size: 17px;
    line-height: 1.6;
}

h1 {
    color: #1f2021;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}

h2 {
    text-align: center;
    margin-top: 80px;
    font-weight: 400;
}

img {
    max-width: 180px;
}

.smb-small {
    margin: 20px auto;
    border-width: 3px 0 0;
    width: 50px;
    clear: both;
    border-top: solid #1f2021;
    box-sizing: border-box;
}

@media (max-width:768px) {
    #smb-page {
        padding: 50px 15px;
        box-sizing: border-box;
    }
    header {
        margin-bottom: 20px;
        text-align: center;
    }
    .smb-video-height {
        height: 100%;
    }
}