section {
    padding-bottom:20px;
}
section header{
    text-align: center;
    margin-bottom: 20px;
}
section header h1, section header h3, section header h4{
    background-color: #F9F9F9;
    margin: -40px auto 0 auto;
    width: 320px;
    padding: 0px 45px;
    font-weight: 700!important;
    font-size: 27px;
}
section .box{
    background-color: white;
    border: 1px solid #9E9E9E;
    padding: 8px;
}
section .box h3{
    font-weight: 900!important;
    margin: 0;
    font-size: 28px;
    text-align:left;
}
section .box p{
    font-size: 12px;
}
section .left .box{
    margin: 0 50px 10px 0;
}
section .right .box{
    margin: 0 0 10px 50px;
}
section .best{
    background-color: #E30250;
    color: white!important;
}
section .best h3 {
    color: white!important;
}
section .risk{
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}
section .risk h4{
    background-color: #F9F9F9;
    margin: -40px auto 0px auto;
    padding: 0px 45px;
    color: #E30250;
    font-weight: 700!important;
    font-size: 30px;
    width: 380px;
}
section .button, .section2 .button{
    text-align: center;
}
@media(min-width: 768px) and (max-width: 991px)
{
    section .left .box{
        margin: 0 25px 10px 0;
    }
    section .right .box{
        margin: 0 0 10px 25px;
    }
    section .box h3{
        font-size: 26px;
    }
}
@media(max-width: 767px)
{
    section .box{
        margin: 0 0 10px 0!important;
    }
    section .box h3{
        font-size: 22px;
    }
    section .risk h4{
        width: 100%;
    }
}