
/**
 * Large screen devices.
 */
@media only screen and (min-width: 1600px) {
	
}

@media only screen and (max-width: 1440px){
    .standout-faq.is-aligned.alignwide.has-bg.has-bg-color.has-text-color{
        padding-inline: var(--gap-m);
    }
}

/**
 * Laptops.
 */
@media only screen and (max-width: 1240px) {
	.standout-section.standout-block.standout-faq.is-aligned.alignwide.has-bg.has-bg-color .acf-innerblocks-container{
        grid-template-columns: 1fr !important;
        transition: 1s;
    }

    .wp-block-group.alignwide.has-color-1-background-color.has-background.is-vertical.is-layout-flex.wp-container-core-group-is-layout-11.wp-block-group-is-layout-flex{
        justify-content: center;
        align-items: center;
    }
}



/**
 * Smaller laptops.
 */
@media only screen and (min-width: 1100px) {
	
}



/**
 * Smaller screen devices.
 */
@media only screen and (min-width: 960px) {

}



/**
 * Tablet devices.
 */
@media only screen and (max-width: 768px) {
    .standout-section.standout-block.standout-faq.is-aligned.alignwide.wp-elements-4f91efdf7258e57f0c2cf1bd577fb9ea.has-bg.has-bg-color.has-text-color{
        padding: var(--gap-s) !important;
    }
}



/**
 * Larger mobile devices.
 */
@media only screen and (max-width: 480px) {
    .standout-section.standout-block.standout-faq.is-aligned.alignwide.wp-elements-a9fd09bcf3646a8ca435cfbeaf206e39.has-bg.has-bg-color.has-text-color .standout-max-container .standout-block-inner .acf-innerblocks-container{
        grid-template-columns: 1fr !important;
        transition: 1s;
    }


}
