﻿.hText {
    text-align: center;
    font-size: 16px;
    color: #0B3A42;
    font-weight: 600
}

.attention {
    border: 3px solid #0B3A42;
    padding: 10px 5px;
    border-radius: 10px;
    margin: 30px 5px;
    box-shadow: 1px 1px 10px gray
}

    .attention p {
        font-size: 13px;
        color: #0B3A42;
        font-weight: 700;
        text-align: center
    }

.circle {
    width: 50px;
    height: 50px;
    background-color: #00CDCD;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border: 1px solid #0B3A42;
    margin: 0 auto
}

.titleTxtContent {
    color: #00CDCD;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 !important
}

.txtcontent {
    font-size: 14px;
    color: #0B3A42;
    font-weight: 500
}

    .txtcontent span {
        font-size: 14px;
        color: #0B3A42;
        font-weight: 700
    }

.imgContent {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-container {
    padding: 1rem .5rem;
    text-align: center;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    background: #fff;
    transition: transform 0.2s ease-in-out;
    margin: .6rem 1.3rem
}

.cardImage {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 1px 1px 10px grey;
    margin-bottom: 12px;
    padding: 12px;
    width: 70px;
    height: 70px
}

.bgsprout {
    background-color: #0078FE
}

.bggrowing {
    background-color: #1EFFB7
}

.bggrowth {
    background-color: #FF224C
}

.bgdying {
    background-color: #838486
}

.cardTitle {
    color: #0B3A42;
    font-weight: 600;
    font-size: 1.3rem
}

.cardOption {
    color: #0B3A42;
    font-weight: 400;
    margin: 0;
    text-align: right;
    font-size: 15px;
    transition: margin .2s ease-in-out;
    cursor: pointer
}

    .cardOption::before {
        content: "●";
        margin-left: 3px
    }

    .cardOption:hover {
        margin-right: -3px
    }

@media screen and (min-width:1024px) {
    .hText {
        font-size: 1.6rem;
        line-height: 1.5
    }

    .attention p {
        font-size: 1rem;
        text-align: center;
        padding-right: 10px
    }

    .titleTxtContent {
        font-size: 1.6rem;
        margin: 20px 0 !important
    }

    .txtcontent {
        font-size: 18px;
        font-weight: 400;
        flex-direction: column
    }

        .txtcontent span {
            font-size: 20px
        }

        .txtcontent ul {
            margin-right: 75px
        }

    .card-container {
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
        margin: 0
    }

        .card-container:hover {
            box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
            transform: translateY(-14px)
        }

    .cardOption {
        margin-bottom: 5px
    }
}

@media screen and (max-width:780px) {
    .attention {
        flex-direction: column
    }

    .flex-reverse {
        flex-direction: column-reverse
    }

    .txtcontent ul {
        margin-right: 17px !important
    }

    .heroImg {
        width: 60%
    }

    .imgContent {
        width: 45%
    }

    .logos {
        padding: 35px 0
    }

        .logos .logos-slider .item {
            outline: none;
            margin: 0 30px
        }

        .logos .logos-slider .slick-prev, .logos .logos-slider .slick-next {
            margin-top: 2px
        }
}

@media (max-width:767px) {
    .logos .logos-slider .slick-next {
        left: 0
    }

    .logos .logos-slider .slick-prev {
        right: 0;
        z-index: 1
    }
}
