/*Mobile Styles*/
/* Additional Media Queries here: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/ */
/*Break Points*/

@media only screen and (min-width: 980px) and (max-width: 1475px) {
    /* square displays */

.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_specialty.section_has_divider.et_pb_bottom_divider {
    padding-top: 40px;
}
}

@media only screen and (min-width: 980px) and (max-width: 1080px) {
    /* square displays */
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    /* tablets */
}

@media only screen and (max-width: 767px) {
    /* phones */
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */

.home img.wp-image-191.size-medium.alignright {
    display: block!important;
    clear: both;
    float: none!important;
    margin: 0 auto 15px;
}

}