@import url('./public/font.css');
@import url('./public/reset.css');

.container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.c-main_menu {
    width: 100%;
    margin: auto;
    height: 40px;
    background-color: #7e7b7b;
    display: flex;
    color: #fff;
    padding: 2.5px;
    border-radius: 5px;
}

.list-menu {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    align-items: center;
}

.p-main {
    text-align: center;
    line-height: 40px;
    width: 30%;
}

.c-main {
    width: 100%;
    display: flex;
    margin: 25px auto;
    align-items: center;
    height: 300px;
}

.main-left {
    width: 28%;
    height: 100%;
    margin-right: 20px;
    border-radius: 5px;
}

.main-left img {
    padding-left: 25%;
    height: 100%;
    border-radius: 5px;
}

.main-right {
    background-color: #e0e0e0;
    width: 72%;
    height: 100%;
    border-radius: 5px;
}

.main-right p {
    font-size: 18px;
    margin: 28px 0 10px 30px;
}