/*
Theme Name: Dynamik-Gen
Theme URI: http://cobaltapps.com/downloads/dynamik-website-builder/
Description: Dynamik Website Builder for Genesis puts you in control of your website through powerful design options and flexible customization tools.
Author: The Cobalt Apps Team
Author URI: https://cobaltapps.com/
Template: genesis
Version: 1.6
*/

.services-section .column {
    width: 31%;
}
.testimonials-section p{
    text-align: center;
    font-size: 18px;
    padding: 0 75px;
}
.testimonials-section b{
    display: block;
}
.content-sidebar .menu-primary, .full-width-content .menu-primary {
    display: block;
    justify-content: normal;
}
.menu-primary a {
    padding: 20px 20px;
}
@media only screen and (max-width: 900px) {
    .services-section .column {
        width: 47% !important;
    }
}
@media only screen and (max-width: 480px) {
    .services-section .column {
        width: 100% !important;
    }
}