.site-hero {
    padding-top: 11vw;
}

.section-1 .heading {
    font-size: 2.39583vw;
    font-weight: 600;
}

.section-1 .subheading {
    margin-top: 1.5vw;
    font-size: 1.25vw;
}

.section-1 img.img-coffee {
    margin-top: 7.899vw;
    margin-bottom: -3vw;
}

.section-1 #parallax-item-3 {
    bottom: 16vw;
    left: 6vw;
}

.section-1 #parallax-item-5 {
    right: 3vw;
    bottom: 26vw;
    width: 24px;
    height: 24px;
}

.section-1 .action {
    margin-top: 3.5vw;
}

.section-2 {
    padding-top: 10.58333vw;
    padding-bottom: 2vw;
    background: #F9FBFF;
}

.case-item {
    display: block;
    color: #7F7F92;
    margin-bottom: 5.2vw;
    text-align: center;
    transition: color .3s ease-in-out;
}

.case-item:hover {
    color: #090230;
}

.case-item.case-item-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3.2vw;
}

.case-item.case-item-horizontal:last-child {
    margin-bottom: 0;
}

.case-item .case-item-icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 60px;
}

.case-item.case-item-horizontal .case-item-icon {
    align-items: center;
    margin-right: 3vw;
}

.case-item .case-item-title {
    margin-top: 1.4vw;
    font-size: 1.74vw;
    color: #090230;
}

.case-item.case-item-horizontal .case-item-title {
    text-align: left;
    margin-top: 0;
}

.case-item .case-item-content {
    text-align: left;
    padding-top: 0vw;
}

.case-item .case-item-content ul {
    padding-left: 18px;
    margin: 0;
}

.case-item.case-item-horizontal .case-item-content ul {
    /*padding-left: 0;*/
}

.case-item .case-item-content ul li {
    line-height: 28px;
}

.case-item.case-item-horizontal .case-item-content ul li {
    /*list-style: none;*/
}

.section-2 .bs-row {
    margin-left: -26px;
    margin-right: -26px;
}

.section-2 .bs-row .bs-col-md-4 {
    padding-left: 26px;
    padding-right: 26px;
}

.section-3 {
    text-align: left;
    background: #02bf6f;
    padding: 4vw 0;
    color: #ffffff;
}

.section-3 h1.title {
    color: #ffffff;
    font-size: 1.74vw;
    margin-top: 0;
    font-weight: bold;
}

.section-3 p {
    font-size: 1.3vw;
}

.section-3 a.myb-btn {
    display: inline-block;
    margin-top: 2vw;
    color: #090230;
    background-color: #FFE641;
    padding-top: 0.9vw;
    padding-bottom: 0.9vw;
}

.section-4 {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw;
}

.section-4 .case-item .case-item-content ul, .section-6 .case-item .case-item-content ul {
    padding-left: 0;
}

.section-4 .case-item .case-item-content ul li, .section-6 .case-item .case-item-content ul li {
    list-style: none;
}

.section-5 {
    margin-top: 3vw;
    margin-bottom: 7vw;
}

.section-5 .case-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section-5 .case-item {
    display: block;
    width: 320px;
}

.case-item img {
    border-radius: 8px;
}

.section-5 .case-item .title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.74vw;
    color: #090230;
}

.section-5 .case-item .content {
    text-align: left;
}

.section-6 {
    padding-bottom: 7vw;
}

@media (max-width: 900px) {
    .section-2 .bs-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .section-2 .bs-row .bs-col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-hero {
        padding-top: 130px;
    }

    .section-1 .heading {
        font-size: 6.13vw;
    }

    .section-1 .action {
        margin-top: 14vw;
    }

    .section-1 .subheading {
        margin-top: 8vw;
        font-size: 3.73vw;
    }

    .section-1 img.img-coffee {
        margin-top: 22vw;
        width: 20vw;
    }

    .section-2 {
        padding-top: 34vw;
        padding-bottom: 10vw;
    }

    .case-item .case-item-title {
        font-size: 5.8vw;
        margin-top: 4vw;
    }

    .case-item-content {
        margin-top: 0.5vw;
        font-size: 3.2vw;
    }

    .case-item .case-item-content ul li {
        line-height: 22px;
    }

    .case-item.case-item-horizontal {
        margin-bottom: 6vw;
    }
    .case-item.case-item-horizontal .case-item-icon {
        margin-right: 6vw;
    }
    .section-3 {
        padding: 10vw 0;
    }
    .section-3 p {
        font-size: 3.2vw;
    }
    .section-3 img {
        width: 50vw;
        margin-right: -10vw;
        margin-left: -10vw;
    }

    .section-3 a.myb-btn {
        margin-top: 6vw;
        font-size: 12px;
        padding: 10px 20px;
        margin-right: -10vw;
    }

    .section-3 h1.title {
        font-size: 5.2vw;
        margin-bottom: 5.6vw;
    }

    .section-4 .img-banner img {
        margin-top: 10vw;
        width: 60%;
        margin-left: 20%;
    }

    .section-5 {
        margin-top: 12vw;
    }

    .section-5 .case-items {
        flex-direction: column;
        width: 100%;
    }

    .section-5 .case-items .case-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10vw;
        width: 100%;
    }
    .section-5 .case-items .case-item div:last-of-type {
        flex: 1;
    }
    .section-5 .case-item img {
        width: 40vw;
        height: auto;
        margin-right: 12px;
    }

    .section-5 .case-item .title {
        font-size: 5.8vw;
        margin-top: 0;
        text-align: left;
        margin-bottom: 6px;
    }

    .section-5 .case-item .content {
        font-size: 3.2vw;
    }

    .section-6 {
        margin-bottom: 12vw;
    }
    .section-6 .img-banner {
        margin-bottom: 10vw;
    }
    .section-6 .img-banner img{
        width: 100%;
    }
}