.main {
    display: inlifne-block;
    height: auto;
    padding: 12px;
    width: 49.6%;
    margin-left: 1px;
    float: left;
    background-color: rgb(243, 238, 238);
}

.main h2 {
    text-align: center;
    color: rgb(102, 78, 47);
}

.main h3 {
    text-align: center;
    color: rgb(160, 116, 60);
}

.mainUp {
    display: flex;
    width: 100%;
}

.mainUpLeft {
    width: 50%;
}

.mainUpLeftUp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainUpLeftUp img {
    width: 100%;
    height: auto;
}

.mainUpLeftDown {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.mainUpRight {
    width: 50%;
    padding-left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mainUpRight h4 {
    margin-top: 10px;
}

.mainUpRight p {
    padding-left: 10px;
}

.mainDown {
    display: inline-block;
    height: auto;
    width: 100%;
    text-align: justify;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mainDown em {
    color: blueviolet;
}









/* Responsive */
@media (min-width: 1200px) {}

@media (min-width: 901px) and (max-width: 1199px) {

}

@media (min-width: 576px) and (max-width: 900px) {
    .main {
        width: 100%;
    }

    .mainUpLeft {
        height: auto;
        width: 30%;
    }
    .mainUpRight {
        height: auto;
        padding-left: 50px;
        font-size: large;
        width: 69%;
    }
}

@media (max-width: 575px) {
    .main {
        width: 100%;
    }

    .mainUpLeft {
        height: auto;
        width: 40%;
    }

    .mainUpRight {
        height: auto;
        width: 60%;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: small;
    }

    .mainUpRight {
        padding-left: 10px;
    }
}