.outer-main-page {
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 58px 0;
}

.inner-main-page {
    background-color: white;
    margin: 20px 200px;
    box-shadow: -2px 0px 2px #EEE, 2px 0px 2px #EEE;
    border-radius: 10px;
    padding: 10px;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first-title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px 0 5px 0;
}

.sub-title {
    font-size: 24px;
    color: #333;
    padding: 5px 0;
    border-bottom: 5px solid #2F4D94;
    margin: 5px 0;
}

.content {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.content img{
    margin: 20px 0;
}

.content-image {
    width: 80%;
    object-fit: cover;
}

.content-text {
    width: 80%;
    margin: 5px 5%;
    line-height: 2;
}

.single-tip {
    width: 200px;
    align-self: flex-start;
    margin: 10px 30px;
}

.content-issue {
    margin-top: 20px;
    padding: 0 5px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
}
    .content-issue a {
        color: #6a90e8ff;
    }
    .issue-question {
        color: #2F4D94;
        font-weight: bold;
        font-size: 16px;
    }

.issue-answer {
    text-align: left;
    font-size: 16px;
    margin-top: 5px;
}
.content-line {
    margin: 5px;
    align-self: flex-start;
    display: flex;
    align-items: flex-start;
}

.line-ol {
    margin: 0;
    padding: 0;
}

.line-ol li {
    margin: 2px;
}

.span-bold {
    font-weight: bold;
    color: #2F4D94;
    padding-right: 5px;
    min-width: 110px;
}

.icon-ol{
    background: #2F4D94;
    color: #FFFFFF;
    padding: 2px 4px;
    margin-right: 5px;
    border-radius: 5px;

}

/* index start */
/*.bottom-button-list {
    position: relative;
    bottom: 140px;
    left: 30%;
    margin: 0;
    display: flex;
    text-align: center;
}

.bottom-button-list li {
    background-color: transparent;
    width: 200px;
    list-style-type: none;
    float: left;
}

.bottom-button-list li span {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    color: white;
    padding-bottom: 10px;
}
.bottom-button-list li:hover span {
    border-bottom: 4px solid #FFFFFF;
}*/
/* index end */
@media screen and (min-width: 320px) and (max-width: 1156px) {
    .inner-main-page {
        background-color: white;
        margin: 20px 200px;
        box-shadow: -2px 0px 2px #EEE, 2px 0px 2px #EEE;
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}