#support {
    padding-top: 100px;
    background-color: #EAF2F6;
}

#support .title p.pre-title {
    font-weight: 700;
}

#support .title h4 {
    font-size: 46px;
    margin-bottom: 40px;
}

#support .title p.pre-title,
#support .title h4 {
    width: 368px;
}

#support .support-content {
    width: 1240px;
    margin: 0 auto;
}

#support .support-content .sc-item {
    width: 590px;
    height: 358px;
    background-color: #fff;
    border: 5px solid #85C0DC;
    border-radius: 40px 0 40px 0;
    float: left;
    margin-right: 60px;
    margin-bottom: 50px;
    padding-top: 144px;
    padding-left: 50px;
    padding-right: 62px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

#support .support-content .sc-item.ni,
#support .support-content .sc-item.yon,
#support .support-content .sc-item.roku {
    margin-right: 0;
}

#support .support-content .sc-item .sci-title {
    width: 512px;
    height: 55px;
    background-color: #1A7BA5;
    position: absolute;
    top: 55px;
    left: -10px;
    padding-left: 25px;
    line-height: 55px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 1902.98px) {
    #support .support-content .sc-item {
        margin-right: 59px;
    }
}

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {
    #support .support-content .sc-item {
        width: 555px;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    #support .support-content {
        width: 1140px;
    }
}

/* desktop more than 992px */
@media (max-width: 1199.98px) {
    #support .support-content {
        width: 555px;
    }
}

/* tablets more than 768px */
@media (max-width: 991.98px) {}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {
    #support .support-content {
        width: 526px;
    }

    #support .support-content .sc-item {
        width: 526px;
        padding-left: 30px;
        padding-right: 30px;
        margin-right: 0;
    }
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {
    #support .support-content {
        width: 345px;
    }

    #support .support-content .sc-item {
        width: 345px;
        height: 340px;
    }

    #support .support-content .sc-item .sci-title {
        width: auto;
        max-width: 342px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 0 30px 30px 0;
        padding-right: 20px;
    }

    #support .support-content .sc-item.ichi {
        height: 390px;
    }

    #support .support-content .sc-item.ni {
        height: 432px;
    }

    #support .support-content .sc-item.san {
        height: 399px;
    }

    #support .support-content .sc-item.yon {
        height: 269px;
    }

    #support .support-content .sc-item.go {
        height: 420px;
    }

    #support .support-content .sc-item.roku {
        height: 365px;
    }

    #support .title p.pre-title,
    #support .title h4 {
        width: 256px;
    }

    #support .title p.pre-title {
        font-size: 16px;
    }

    #support .title h4 {
        font-size: 32px;
    }

    #support .support-content .sc-item{
        font-size: 15px;
        line-height: 26px;
    }

    #support .support-content .sc-item{
        padding-left: 16px;
        padding-right: 15px;
    }

    #support .support-content .sc-item{
        border-radius: 20px 0 20px 0;
    }
}