/*
Theme Name: outsourcery
Author: outsourcery
*/

/*html :where(img){height:inherit;max-width:none;}*/


body .accordionButton h3{
    font-weight: 900 !important;
    font-size: 25px !important;
}
.outsourcery_content h2 {
    font-size: 30px;
    font-weight: 900;
}
img.aligncenter {
    padding: 0px;
}
header {
    padding: 10px;
}
@media screen and (max-width: 1025px) {
    .mobile-menu {
        top: 31px;
    }
}
@media only screen and (max-width: 579px) {
	   .outsourcery_content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}