/* @import url(../../fonts/font-awesome-4.5.0/css/font-awesome.min.css); */
@import url('https://storage.googleapis.com/tada-cdn-asia/All-In-One/production/css/font-awesome.min.css');

.triluck {
    width: 100%;
    background-color: var(--color-base);
}

.triluck .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.triluck .content .triluck-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    width: 100%;
    color: #000;
}

.triluck .content .triluck-texts .logo {
    margin-bottom: 0.5em;
    padding: 0.8em;
}

.triluck .content .triluck-texts .logo img {
    max-width: 100%;
}

.triluck .content .triluck-texts .title {
    text-align: center;
    line-height: 1.2em;
}

.triluck .content .triluck-texts .button {
    margin: 0.5em 0;
    text-align: center;
}

.triluck .content .triluck-texts .button a {
    padding: 0.5em 1.5em;
    border-radius: 8px;
    background-color: #000;
    color: var(--color-base);
}

.triluck .content .triluck-img {
    width: 100%;
    padding: 0.8em;
}

.triluck .content .triluck-img img {
    max-width: 100%;
}

@media only screen and (min-width: 576px) {
    .triluck {
        width: 100%;
        background-color: #fc8e19;
    }

    .triluck .content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .triluck .content .triluck-texts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        width: 60%;
        color: #000;
    }

    .triluck .content .triluck-texts .logo {
        margin-bottom: 0.5em;
        padding: 0;
    }

    .triluck .content .triluck-texts .logo img {
        max-width: 50%;
    }

    .triluck .content .triluck-texts .title {
        text-align: left;
        line-height: 1.2em;
    }

    .triluck .content .triluck-texts .button {
        margin: 2em 0;
        text-align: left;
    }

    .triluck .content .triluck-texts .button a {
        padding: 0.5em 1.5em;
        border-radius: 8px;
        background-color: #000;
        color: var(--color-base);
    }

    .triluck .content .triluck-img {
        width: 55%;
        padding: 0.8em;
    }

    .triluck .content .triluck-img img {
        max-width: 100%;
    }
}

.feature {
    width: 100%;
    background-color: #dadada;
}

.feature .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature .content .feature-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    width: 100%;
    color: #000;
}

.feature .content .feature-texts .logo {
    margin-bottom: 0.5em;
}

.feature .content .feature-texts .logo img {
    max-width: 100%;
}

.feature .content .feature-texts .title {
    text-align: center;
    line-height: 1.2em;
}

.feature .content .feature-texts .button {
    margin: 0.5em 0;
    text-align: center;
}

.feature .content .feature-texts .button a {
    padding: 0.5em 1.5em;
    border-radius: 8px;
    background-color: #000;
    color: var(--color-base);
}

.feature .content .feature-img {
    width: 100%;
    padding: 0.8em;
    display: none;
}

.feature .content .feature-img img {
    max-width: 100%;
}

.feature .content .m-feature-img {
    width: 100%;
    padding: 0.8em;
    display: block;
}

.feature .content .m-feature-img img {
    max-width: 100%;
}

@media only screen and (min-width: 576px) {
    .feature {
        width: 100%;
    }

    .feature .content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .feature .content .feature-texts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        width: 50%;
        color: #000;
    }

    .feature .content .feature-texts .logo {
        margin-bottom: 0.5em;
    }

    .feature .content .feature-texts .logo img {
        max-width: 50%;
    }

    .feature .content .feature-texts .title {
        text-align: left;
        line-height: 1.2em;
    }

    .feature .content .feature-texts .button {
        margin: 2em 0;
        text-align: left;
    }

    .feature .content .feature-texts .button a {
        padding: 0.5em 1.5em;
        border-radius: 8px;
        background-color: #000;
        color: var(--color-base);
    }

    .feature .content .feature-img {
        display: block;
        width: 60%;
        padding: 0.8em;
    }

    .feature .content .feature-img img {
        max-width: 100%;
    }

    .feature .content .m-feature-img {
        display: none;
        width: 100%;
        padding: 0.8em;
    }

    .feature .content .m-feature-img img {
        max-width: 100%;
    }
}