html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: normal 16px / 24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

body {
    transition: background-color .5s;
}

.container {
    border: none 1px;
    box-shadow: 0px 0px 10px 0px gray;
    margin: auto;
    max-width: 1100px;
    min-height: 1400px;
}


/*           */

.inner {
    display: flex;
}

.center-box {
    border: none;
    margin: 12px;
    width: 60%;
    min-height: 700px;
    margin-top: 10px;
}

.center_box_img {
    display: flex;
    justify-content: center;
}

.bold {
    font-weight: bold;
    color: #7a7a7a;
    font-size: 14px;
}

.txt {
    margin: -8px 13px;
}

.txt-small {
    color: #7a7a7a;
    font-size: 80%;
}

.ethics_ul {
    margin-left: 50px;
}

.ethics_li {
    color: #7a7a7a;
    font-size: 80%;
}

.center_box__texts>p {
    color: #7a7a7a;
    margin: 8px 12px;
    font-size: 14px;
    text-align: justify;
}

.mini_title {
    font-weight: bold;
    font-size: 14px;
    color: black;
    margin: 0px 12px;
}

.diver-line {
    margin: auto;
    width: 100%;
}

.bold_text {
    font-weight: bold;
    color: #7a7a7a;
    font-size: 14px;
}

.text-link {
    color: #3b8ced;
    text-decoration: none;
}

.banner {
    width: 96% !important;
    height: auto;
    margin: 10px;
}

.ethics_title {
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

@media only screen and (max-width: 770px) {
    .inner {
        flex-direction: column;
    }
    table {
        width: 100%;
    }
    .center-box {
        width: 85%;
        margin: 0 auto;
    }
}