@charset "utf-8";

.innerText_inner {
    /* background: #fff; */
}

.title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.title h1 {
    font-size: 55px;
}

.title span {
    font-size: 30px;
    color: #bbb;
    font-weight: 100;
    letter-spacing: 4px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.certification {
    display: flex;
    justify-content: space-evenly;
    padding: 90px 0;
    background: #eee;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.certification p {
    display: none;
}

.inner_certification {
    width: 30%;
}

.inner_certification img {
    width: 100%;
    display: block;
}

.inner_certification h1 {
    font-size: 26px;
    background: rgba(32,75,150,1);
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px;
    padding: 7px 0 10px;
    font-weight: 500;
}

.inner_certification p {
    padding: 20px 0;
}

.license {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 90px 10px 70px 40px;
    background: #eee;
    border-radius: 30px;
    box-sizing: border-box;
    justify-content: flex-start;
}

.license div {
    width: 33%;
}

.license div img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-right: 20px;
    padding-bottom: 15px;
}


@media (max-width: 1440px) {

    .title h1 {
        font-size: 50px;
    }

    .title span {
        font-size: 26px;
        top: -18px;
    }

    .inner_certification h1 {
        font-size: 18px;
        padding: 5px 0 7px;
    }

}


@media (max-width: 1280px) {

    .title h1 {
        font-size: 42px;
    }

    .title span {
        font-size: 22px;
        top: -16px;
    }

}

@media (max-width: 1110px) {

    .title h1 {
        font-size: 33px;
    }

    .title span {
        font-size: 17px;
        top: -14px;
    }

    .inner_certification h1 {
        font-size: 16px;
        font-weight: 500;
    }

    .certification {
        padding: 60px 0 50px;
    }

    .license {
        padding: 60px 5px 50px 30px;
    }

}


@media (max-width: 937px) {

    .certification {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 60px 20px 30px;
    }

    .inner_certification {
        width: 48%;
        padding-bottom: 15px;
    }

    .license {
        justify-content: space-between;
        padding: 60px 20px 30px;
    }

    .license div {
        width: 48%;
    }

    .license div img {
        padding-right: 0;
    }

}


@media (max-width: 737px) {

    .certification {
        justify-content: center;
        padding: 50px 20px;
    }

    .title h1 {
        font-size: 29px;
    }

    .title span {
        font-size: 15px;
        top: -11px;
    }

    .inner_certification {
        width: 85%;
        padding: 0;
        padding-bottom: 20px;
    }

    .inner_certification:last-child {
        padding-bottom: 0;
    }

    .license {
        justify-content: center;
    }

    .license div {
        width: 85%;
    }

    .license div img {
        padding-bottom: 20px;
    }

}


@media (max-width: 550px) {

    .certification {
        padding: 30px 20px;
    }

    .inner_certification {
        width: 100%;
    }

    .title h1 {
        font-size: 22px;
    }

    .title span {
        font-size: 15px;
        top: -13px;
    }

    .license {
        padding: 30px 20px;
    }

    .license div {
        width: 100%;
    }

    .innerText_inner {
        padding: 60px 0 90px;
    }

}

@media (max-width: 400px) {
    .certification {
        padding: 20px 10px;
    }

    .license {
        padding: 20px 10px;
    }
}