.top_back{
    width: 100%;
    height: 150px;
}
.top_back_dog{
    background-color: #5edfef;
}
.top_back_dog2{
    background-color: #fbba75;
}
.top_back_cat{
    background-color: #f593b3;
}
#middle_content{
    position: relative;
    width: 50%;
    margin: -10% 25% 1% 25%;
    margin: -7% 25% 1% 25% !important;
}
#faq_title_dog{
    float: left;
    padding: 1%;
    width: 15%;
}
#middle_content ul {
    clear: both;
    border-radius: 3px;
    text-align: left;
    padding: 3%;
    max-height: 450px;
    overflow: hidden;
}
.background_dog{
    background-color: #effcf9;
}
.background_dog2{
    background-color: #f9f5e8;
}
.background_cat{
    background-color: #fdf1f3;
}
.question{
    font-size: 1.2em;
    font-weight: bold;
    padding: 1%;
}
.answer{
    padding-left: 2%;
    font-size: 1.0em;
}
.show_more{
    position: absolute;
    width: 100%;
    margin-top: -100px;
    height: 60px;
    border-radius: 3px;
    padding-top: 40px;
}
.show_more a{
    font-size: 1.1em;
    text-decoration-line: underline;
}
@media screen and (max-width: 600px){
    .top_back{
        width: 100%;
        height: 60px;
    }
    #middle_content{
        position: relative;
        width: 80%;
        margin: -15% 10% 1% 10%;
    }
    #faq_title_dog{
        float: left;
        padding: 1%;
        width: 30%;
    }
}