section h3{
    border: none;
    padding: 0;
}

section#main{
    background: #fff;
}

section#main h2{
    font-size: 36px;
    line-height: 38px;
    color: #2c0d3d !important;
    font-weight: 500;
    margin: 55px 0 0;
}
section#main h3{
    font-size: 24px;
    line-height: 26px;
    color: #be1622 !important;
    font-weight: 600;
    margin: 0 0 30px;
}

section#main .video{
    width: 100%;
    padding-bottom: 56%;
}

section#main center:last-child,
section#chances center:last-child{
    padding:  50px 0 45px;
}

/* chances ---------------------------- */

section#chances h2{
    display: inline-block;
    font-size: 46px;
    line-height: 48px;
    position: relative;
    padding: 0 20px;
    font-weight: 500;
    margin: 50px 17px;
}
section#chances h2:before,
section#chances h2:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 64px;
    height: calc(100% + 16px);
    border: solid 3px #be1622;
}
section#chances h2:before{
    left: 0;
    -webkit-transform: translate(-25%, -50%);
       -moz-transform: translate(-25%, -50%);
         -o-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
    -webkit-clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
            clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%)
}
section#chances h2:after{
    right: 0;
    -webkit-transform: translate(25%, -50%);
       -moz-transform: translate(25%, -50%);
         -o-transform: translate(25%, -50%);
            transform: translate(25%, -50%);
    -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 60% 100%);
            clip-path: polygon(60% 0, 100% 0, 100% 100%, 60% 100%);
}
section#chances h3{
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 35px;
}

section#chances .chances{
    background: #5aa0a3;
}
section#chances .chances .chance{
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    width: 33.333333%;
    padding: 25px 20px;
}

section#chances .chances .chance:nth-child(6n+1){
    background: #5aa0a3;
}
section#chances .chances .chance:nth-child(6n+2){
    background: #6fabba;
}
section#chances .chances .chance:nth-child(6n+3){
    background: #71959f;
}
section#chances .chances .chance:nth-child(6n+4){
    background: #4991a2;
}
section#chances .chances .chance:nth-child(6n+5){
    background: #37a8b5;
}
section#chances .chances .chance:nth-child(6n+6){
    background: #318399;
}
section#chances .chances h4{
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff !important;
}
section#chances .chances h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #fff !important;
}
section#chances .chances p{
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: 300;
}

section#chances .content{
    margin: 45px auto 0;
    max-width: 720px;
}
section#chances .content p{
    font-size: 17px;
}


/* responsive ----------------------------------------------------- */

@media (max-width: 1200px){
    section#main h2{
        font-size: 34px;
        line-height: 36px;
        margin: 45px 0 0;
    }
    section#main h3{
        font-size: 22px;
        line-height: 24px;
    }
    section#chances h2{
        font-size: 44px;
        line-height: 46px;
    }
    section#chances h3{
        font-size: 28px;
        line-height: 30px;
    }
    section#chances .chances h4{
        font-size: 56px;
        line-height: 56px;
    }
    section#chances .chances h5{
        font-size: 18px;
        line-height: 18px;
    }
    section#chances .chances p{
        font-size: 18px;
        line-height: 20px;
    }
}


@media (max-width: 1024px){
    section#main h2{
        font-size: 32px;
        line-height: 34px;
        margin: 35px 0 0;
    }
    section#main h3{
        font-size: 20px;
        line-height: 22px;
    }
    section#chances h2{
        font-size: 42px;
        line-height: 44px;
    }
    section#chances h3{
        font-size: 26px;
        line-height: 28px;
    }
    section#chances .chances .chance{
        width: 50%;
    }
    section#chances .chances .chance:nth-child(6n+3){
        width: 100%;
    }
}


@media (max-width: 950px){
    section#main h2{
        font-size: 30px;
        line-height: 32px;
    }
    section#main h3{
        font-size: 18px;
        line-height: 20px;
    }
    section#chances h2{
        font-size: 38px;
        line-height: 40px;
    }
    section#chances h3{
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width: 900px){
    section#main .half.image {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

@media (max-width: 768px){
    section#main h2{
        font-size: 30px;
        line-height: 32px;
    }
    section#main h3{
        font-size: 18px;
        line-height: 20px;
    }
    section#chances h2{
        font-size: 34px;
        line-height: 36px;
    }
    section#chances h3{
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width: 650px){
    section#chances .chances .chance{
        width: 100%;
        float: none;
    }
}

@media (max-width: 570px){
    section#main h2{
        font-size: 28px;
        line-height: 30px;
    }
    section#main h3{
        font-size: 17px;
        line-height: 19px;
    }
    section#chances h2{
        font-size: 30px;
        line-height: 32px;
    }
    section#chances h3{
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width: 450px){
    section#main h2{
        font-size: 26px;
        line-height: 28px;
    }
    section#chances h2{
        font-size: 28px;
        line-height: 30px;
    }
    section#chances h3{
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 400px){
    section#chances .chance:last-child p br{
        display: none;
    }
}