@font-face {
    font-family: Autumn_Chant;
    src: url(../fonts/Autumn\ Chant.otf);
}

h1{
    font-size: 32px;
}

h2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 26px;
}

h3{
    font-size: 22px;
    font-weight: 400;
    /* color: #EAADBD; */
    text-align: justify;
}

p{
    font-size: 16px;
}

.bk-blue{
    background-color: #A5DEE4;
}

.bk-pink{
    background-color: #EAADBD;
}

.event-bk{
    background-image: url(../images/bg_2.jpg);
}

.banner{
    max-width: 1080px;
    margin: 130px auto 20px;
}

.banner img{
    width: 100%;
}

.product-head{
    position: relative;
    margin: 40px 0 30px;
}

.uservoice-head{
    position: relative;
}

.product-head::before,
.uservoice-head::before
{
    position: absolute;
    content: "Product";
    color: #DD848D;
    font-family: Autumn_Chant;
    font-size: 24px;
    font-weight: bold;
    top: -30px;
    left: 0;
    right: 0;
}

.product .row{
    max-width: 760px;
    margin: 10px auto;
}

.desc-wrapper{
    margin: 20px 0 ;
}

.desc-container{
    max-width: 200px;
    padding: 4px;
    margin: 0 auto;
}

.desc-title1,
.desc-title2,
.desc-title3{
    position: relative;
    text-align: center;
}

.desc-title1::before,
.desc-title2::before,
.desc-title3::before
{
    position: absolute;
    content: "1";
    color: #1D66A9;
    font-family: Autumn_Chant;
    font-size: 24px;
    font-weight: bold;
    top: -35px;
    left: 0;
    right: 0;
}

.desc-title2::before{
    content: "2";
}

.desc-title3::before{
    content: "3";
}

.product{
    background-image: url(../images/richell/Product_pc2.png), url(../images/richell/Product_pc3.png);
    background-repeat: repeat, repeat;
    margin-bottom: 35px;
}

.product img{
    width: 100%;
}

.uservoice-head::before{
    content: "User Voice";
    top: -30px;
}

.uservoice_section_2{
    display: none;
    margin-bottom: 30px;
}

.uservoice-subtitle{
    font-size: 26px;
    color: #EAADBD;
    margin: 30px 0;
}


.uservoice img{
    width: 100%;
}

.uservoice .col-md-4{
    padding: 36px;
}

.event-btn{
    font-size: 20px;
    padding: 12px 70px;
    border-radius: 5px;
    width: 240px;
    height: 50px;
    color: #fff;
    display: block;
    margin: 30px auto;
    cursor: pointer;
    transition: .6s;
}


@media screen and (max-width: 767px) {
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 24px;
        margin: 25px;
    }
    h3{
        font-size: 20px;
    }
    .banner{
        max-width: 1200px;
        margin: 65px auto 20px;
    }
    .desc-container{
        max-width: 278px;
        padding: 30px 0px;
    }

    .desc-title1,
    .desc-title2,
    .desc-title3{
        text-align: left;
    }

    .desc-title1::before,
    .desc-title2::before,
    .desc-title3::before {
        left: initial;
        right: initial;

    }
    .desc-container .desc{
        padding-top: 10px;
    }

    .product{
        background-image: url(../images/richell/Product_sp2.png), url(../images/richell/Product_sp3.png);
        background-repeat: no-repeat, repeat;
        background-position: top,center;
        margin-bottom: 35px;
    }

    .uservoice .col-md-4{
        padding: 20px;
    }
}