
@media only screen and (max-width: 570px) {
.accordion {
    margin: 0;
}
.dd {
    border-top: 0 none;
    font-size: 12px;
}
.dt {
    background-image: url("/img/service_item_title_bg.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 55px;
    width: 100%;
}
.dt a {
    background-image: url("/img/dropdown-arrows.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    padding: 10px 10px 10px 0;
}
.dt a h2, dt a h3 {
    color: #FFFFFF;
}
.dt a h2:hover, dt a h3:hover {
    color: #CCCCCC;
}
.txt_img_l {
    float: left;
    margin-right: 10px;
}
.txt_img_r {
    float: right;
    margin-left: 10px;
}
.crop1 {
    float: left;
    height: 200px;
    overflow: hidden;
    padding-right: 10px;
    transition: max-width 0.5s ease-out 0s;
    width: 300px;
}
.crop2 {
    float: right;
    height: 200px;
    overflow: hidden;
    padding-left: 10px;
    transition: max-width 0.5s ease-out 0s;
    width: 300px;
}
.crop3 {
    float: left;
    height: 200px;
    overflow: hidden;
    padding-right: 10px;
    transition: max-width 0.5s ease-out 0s;
    width: 300px;
}
.crop4 {
    float: right;
    height: 200px;
    overflow: hidden;
    padding-left: 10px;
    transition: max-width 0.5s ease-out 0s;
    width: 300px;
}
.crop5 {
    float: left;
    height: 200px;
    overflow: hidden;
    padding-right: 10px;
    transition: max-width 0.5s ease-out 0s;
    width: 300px;
}
.crop1 img, .crop2 img, .crop3 img, .crop4 img, .crop5 img {
    transition: margin-top 0.5s ease-out 0s;
    width: 100%;
}
#accordion {
    text-align: justify;
}
}
@media only screen and (max-width: 400px) {
.crop1 {
    float: none;
    height: 200px;
    overflow: hidden;
    width: auto;
}
.crop2 {
    float: none;
    height: 200px;
    overflow: hidden;
    width: auto;
}
.crop3 {
    float: none;
    height: 200px;
    overflow: hidden;
    width: auto;
}
.crop4 {
    float: none;
    height: 200px;
    overflow: hidden;
    width: auto;
}
.crop5 {
    float: none;
    height: 200px;
    overflow: hidden;
    width: auto;
}
}
