.cover {
    width: 100%;
    margin: auto;
    display: inline-block;
}

.three {
    width: 80%;
    margin: 10px auto;
    margin-top: 5px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.three-box {
    height: 200px;
    width: 100%;
    background-image: url(ch2.jpg);
    background-size: cover;
    background-position: 90% 10%;
}

.three-box button {
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.308);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    padding: 10px;
    margin: auto;
    margin-top: 7%;
    border: none;
    border-radius: 3px;
}

.sub-menu {
    width: 80%;
    margin: 0px auto;
    margin-top: -10px;
    height: auto;
}

.sub-menu ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

.sub-menu ul li {
    list-style: none;
    margin-right: 15px;
}

.sub-menu ul li a {
    color: rgb(0, 89, 255);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.sub-menu ul li a:hover {
    text-decoration: none;
}

.main-content {
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-content-box {
    height: auto;
}

.main-content-box:first-child {
    width: 70%;
    margin: 0;
}

.main-content-box:first-child .box-chch {
    margin-bottom: 10px;
    padding: 10px 0;
}

.main-content-box:first-child .box-chch:first-child {
    padding-top: 0;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.main-content-box:first-child .box-chch h1 {
    font-size: 17px;
    color: rgb(74, 86, 105);
    margin: auto;
    margin-bottom: 10px;
}

.main-content-box:first-child .box-chch p2 {
    font-size: 16px;
    margin: auto;
    line-height: 30px;
    color: rgb(74, 86, 105);
    font-style: italic;
}

.main-content-box:first-child .box-chch p {
    font-size: 16px;
    margin: auto;
    line-height: 30px;
    color: rgb(74, 86, 105);
}

.main-content-box:last-child {
    width: 29%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.minst {
    width: 90%;
    margin: auto;
}

@media (max-width:800px) {
    .main-content-box:first-child {
        width: 100%
    }
    .main-content-box:last-child {
        width: 100%
    }
    .main-content-box:last-child {
        width: 100%;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .minst {
        width: 49%;
    }
    .minst:first-child {
        border: none;
        margin-bottom: 0;
    }
    .minst:last-child {
        margin-top: 0;
    }
}

@media (max-width:470px) {
    .main-content-box:first-child h1 {
        margin-bottom: 5px;
    }
    .minst {
        width: 100%;
    }
    .minst:first-child {
        border: none;
    }
    .news-box {
        width: 100%;
    }
    .eves {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .events {
        width: 49%;
    }
    .events:first-child {
        border-right: 1px solid rgb(224, 224, 224);
    }
    .events:last-child {
        margin-top: 0px;
    }
    .news-box:first-child {
        margin-top: 0px;
        border: none;
    }
    .news .news-box h1 {
        margin-top: 10px;
    }
}

@media (max-width:400px) {
    .main-content-box:first-child h1 {
        font-size: 16px;
    }
    .events {
        width: 100%;
    }
    .events:first-child {
        margin-bottom: 20px;
        border: none;
    }
    .news-box:last-child {
        border-top: 1px solid rgb(224, 224, 224);
    }
}