.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(ch1.jpg);
    background-size: cover;
    background-position: center;
}

.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 h1 {
    font-size: 17px;
    color: rgb(74, 86, 105);
    margin: auto;
    margin-bottom: 10px;
}

.main-content-box:first-child p {
    font-size: 16px;
    margin: auto;
    line-height: 30px;
}

.main-content-box:first-child p a {
    color: rgb(128, 0, 202);
    text-decoration: none;
}

.main-content-box:first-child p span {
    color: rgb(74, 86, 105);
}

.main-content-box:first-child p a:hover {
    text-decoration: underline;
}

.main-content-box:last-child {
    width: 29%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.minst {
    width: 90%;
    margin: auto;
}