@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
html,body{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width:767px){
    .page-title{
        margin-top:0;
        padding-top:7em;
        font-size:24px;
        color:#1b1b1b;
    }   
    .section {
        padding-left:5%;
        padding-right:5%;
        margin-top:3em;
    }
    .section ul li{
        text-align:left;
        font-size:16px;
    }
    .header{
        font-weight:700;
    }
    .section iframe{
        width:100%;
    }
    .selling-points {
        margin-top:5px;
        margin-bottom:5px;
        font-size:20px;
        font-weight:400;
        color:#1b1b1b;
    }
    .btn-buy{
        margin-top:1em;
        font-size:24px;
        color:#1b1b1b;
        background-color:#ffe484;
    }
    .divider{
        height:1px;
        background-color:#1b1b1b;
        margin-left:10%;
        margin-right:10%;
        margin-top:2em;
    }
    .silver{
        margin-bottom:3em;
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .page-title{
        margin-top:0;
        padding-top:3em;
        font-size:62px;
    }
    .section{
        padding-left:5%;
        padding-right:5%;
        margin-top:5em;
    }
    .section ul li{
        text-align:left;
        font-size:18px;
    }
    .header{
        font-weight:700;
        font-size:54px;
        text-align:center;
    }
    .section iframe{
        display:block;
        margin:0 auto;
    }
    .selling-points{
        margin-top:10px;
        margin-bottom:10px;
        font-size:24px;
        color:#1b1b1b;
        font-weight:400;
    }
    .btn-buy{
        margin-top:1em;
        font-size:32px;
        color:#1b1b1b;
        background-color:#ffe484;
    }
    .divider{
        height:1px;
        background-color:#1b1b1b;
        margin-left:10%;
        margin-right:10%;
        margin-top:6em;
    }
    .silver{
        margin-bottom:5em;
    }
}
@media screen and (min-width:1025px){
    .page-title{
        margin-top:0;
        padding-top:2em;
        font-size:62px;
        font:bold;
    }
    .section{
        margin-top:0em;
        width:30%;
        display:inline-block;
        padding:20px;
        display:table-cell;
        position:relative;
    }
    .section ul li{
        text-align:left;
        font-size:18px;
    }
    .divider{
        display:none;
    }
    .header{
        font-weight:700;
        font-size:42px;
        text-align:center;
    }
    .section iframe{
        width:100%;
    }
    .selling-points{
        margin-top:10px;
        margin-bottom:10px;
        font-size:18px;
        color:#1b1b1b;
        font-weight:400;
        text-align:left;
    }
    .section .text-center{
        margin-top:4em;
    }
    .btn-buy{
        margin-top:1em;
        font-size:32px;
        color:#1b1b1b;
        background-color:#ffe484;
        display:block;
        width:200px;
        position:absolute;
        bottom:0;
    }
    .divider{
        height:1px;
        background-color:#1b1b1b;
        margin-left:10%;
        margin-right:10%;
        margin-top:6em;
    }
    .silver{
        margin-bottom:5em;
    }
    .desktop-center {
        text-align:center;
        display:table;
        width:100%;
    }
    footer{
        margin-top:3em
    }
}
body{
    background:#e0eafc;
}