@charset "utf-8";
/* CSS Document */


    /*about*/
    .about-cy {
        width: 88.282%;
        margin: 5% auto;
        display: flex;
        flex-wrap: wrap;
    }

    .cy-col-6 {
        width: 50%;
        max-width: 50%;
        position: relative;
    }

    .company-img img {
        display: flex;
        margin: 0;
        width: -webkit-fill-available;
    }

    .texxt-cy {
        padding-left: 5%;
    }

    .texxt-cy h1 {
        font-family: 'Bebas', sans-serif, Arial;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 4.5rem;
        color: #4e8deb;
        padding: 3% 0;
    }

    .texxt-cy h2 {
        font-weight: normal;
        font-size: 2.25rem;
        padding: 0 0 4% 0;
        color: #333;
    }

    .texxt-cy p {
        font-size: 16px;
        color: #666666;
        line-height: 2;
    }

    .texxt-cy ul {
        display: flex;
    }

    .texxt-cy ul li {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        text-align: center;
        padding: 5% 0;
        width: 25%;
        width: -webkit-fill-available;
    }

    .texxt-cy ul li h3 {
        font-size: 18px;
        font-weight: normal;
    }

    .texxt-cy ul li h3 span {
        color: #ffd944;
        font-family: 'Bebas', sans-serif, Arial;
        font-weight: bold;
        font-size: 4rem;
        padding: 5px
    }

    @media (max-width: 1440px) {
        .texxt-cy h1 {
            font-size: 2.8rem !important;
        }

        .texxt-cy h2 {
            font-size: 1.75rem !important;
            padding: 2% 0 3% 0 !important;
        }

        .texxt-cy ul li h3 span {
            font-size: 3.1rem !important;
        }

        .texxt-cy p {
            font-size: 14px !important;
        }


        .texxt-cy ul li h3 {
            font-size: 16px !important;
        }

        .p-title h1 {
            font-size: 2.8rem !important;
        }

        .p-title h2 {
            font-size: 1.75rem !important;
        }
    }

    @media (max-width: 1400px) {
        .texxt-cy h1 {
            font-size: 2.5rem !important;
        }

        .texxt-cy {
            padding-left: 4% !important;
        }

        .p-title h1 {
            font-size: 2.5rem !important;
        }
    }

    @media (max-width: 1200px) {
        .texxt-cy h1 {
            font-size: 2rem !important;
        }

        .texxt-cy h2 {
            font-size: 1.5rem !important;
            padding: 1.8% 0 2.5% 0 !important;
        }

        .texxt-cy {
            padding-left: 2.5% !important;
        }

        .texxt-cy p {
            line-height: 1.75 !important;
        }

        .texxt-cy ul li h3 span {
            font-size: 2.5rem !important;
        }

        .texxt-cy ul li h3 {
            font-size: 13px !important;
        }

        .about-cy,
        .cy-pro {
            width: 95% !important;
        }
    }

    @media (max-width: 1024px) {
        .cy-col-6 {
            width: 100% !important;
            max-width: 100% !important;
        }

        .texxt-cy {
            padding-top: 2.5%;
            text-align: center;
        }

        .texxt-cy p {
            font-size: 16px !important;
            line-height: 2 !important;
        }

        .texxt-cy ul li h3 span {
            font-size: 3rem !important;
        }

        .texxt-cy ul li {
            padding: 3% 0 !important;
        }
    }

    @media (max-width: 768px) {
        .about-cy {
            width: 90%;
        }

        .cy-col-6 {
            width: 100%;
            max-width: 100%
        }

        .texxt-cy {
            padding-left: 0 !important;
            padding-top: 3%;
        }

        .texxt-cy h1 {
            font-size: 1.625rem;
        }

        .texxt-cy h2 {
            font-size: 1.325rem;
            padding: 1% 0;
        }

        .texxt-cy ul {
            display: block;
        }

        .texxt-cy ul li {
            width: 49%;
            display: inline-block;
        }

        .texxt-cy ul li h3 span {
            font-size: 3rem;
        }

        .texxt-cy ul li p {
            font-size: 14px;
        }

        .texxt-cy p {
            font-size: 15px !important;
        }
    }

    @media (max-width: 425px) {
        .texxt-cy h1 {
            font-size: 1.5rem !important;
        }
    }
