.d-board_wrap .title_cut{
    text-align: center;
}
.d-board_wrap .title_cut img{
    width: 95%;

    max-width: 645px;
    margin: 0px auto;
}
.d-board_wrap .d_req_wrap{
    margin: 10px 0px;
    vertical-align: top;
}
.d-board_wrap .d_req{
    display: inline-block;
    padding: 15px 20px;
    font-weight: bold;
    color: red;
    border: 3px solid red;
    border-radius: 3px;
    color: red;
    text-decoration: none;
}

.d-board_wrap .contact_address{
    display: inline-block;
    padding: 15px 20px 0px 15px;

}
.top_img{
    text-align: center;
    margin-top: 15px;
}
.top_img img{
    width: 100%;
}
.d-board_wrap h2 {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #008037;
    color: #fff;
    width: 90%;
    border-radius: 7px;
}
.appeal p{
    padding: 5px 0px;
}


.image_sample1,.introduction_results{
    padding: 5px 0px;
    text-align: center;
    display: inline-block;
    width: 100% ;
}
.image_sample1 img ,.introduction_results img{
    width: 98%;
}

.image_sample1 p,.introduction_results p{
    font-size: 1.8rem;
    font-weight: bold;
}
.contact{

    padding: 10px 0px;
    text-align: center;

}
.contact h2 {
    font-size: 2rem;
    font-weight: bold;
    background:none;
    color: #666;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    border-radius: 0px;
    margin: 10px auto !important;
}
.contact p{
    color: #008037;
}
@media print,
screen and (min-width: 745px) {

    .image_sample1,.introduction_results{

        width: 49% ;
    }

}
