/*
Theme Name: Midwest Benefit Consultants
Version: 6.1
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");



/* Add font imports here */


/** Open Sans **/
/* Normal */
@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Open_Sans/OpenSans-Italic.ttf');
}

/* Semi Bold */
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url('fonts/Open_Sans/OpenSans-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  src: url('fonts/Open_Sans/OpenSans-Bold.ttf');
}


/** Rubik **/
/* Normal */
@font-face {
  font-family: 'Rubik';
  font-weight: normal;
  src: url('fonts/Rubik/Rubik-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Rubik/Rubik-Italic.ttf');
}

/* Semi Bold */
@font-face {
  font-family: 'Rubik';
  font-weight: 600;
  src: url('fonts/Rubik/Rubik-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Rubik';
  font-weight: bold;
  src: url('fonts/Rubik/Rubik-Bold.ttf');
}

/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 17px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--secondary--light);
}



/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: white;
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--main);
}

a:hover {
	color: var(--wp--custom--primary--light);
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-family: var(--wp--custom--font--2);
	font-weight: normal;
	color: var(--wp--custom--secondary--main);
}

h1 {
	font-size: 4.1em;
}

h2 {
	font-size: 3.5em;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 0.85em;
}

/**Mobile & Tablet**/
@media screen and (min-width: 601px) and (max-width: 1024px) {
  h1 { font-size: 3em; }
  h2 { font-size: 2em; }
  h3 { font-size: 1.5em; }
  h4 { font-size: 1.25em; }
  h5 { font-size: 1.2em; }
  h6 { font-size: 0.9em; }
}

@media screen and (max-width: 600px){
h1 {font-size: 2em;}
h2 {font-size: 1.5em; }
h3 {font-size: 1.25em;  }
h4 {font-size: 1.125em;}
h5 {font-size: 1em;}
h6 {font-size: 0.875em;}
}


/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 2.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	background-color: var(--wp--custom--primary--main);
	color: white;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

.button [class*="fa"], 
.wp-block-button__link [class*="fa"], 
.button:hover [class*="fa"], 
.wp-block-button__link:hover [class*="fa"] {
	color: inherit !important;
}

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--primary--main);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--main);
	background: none;
	color: var(--wp--custom--secondary--main);
}



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--secondary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	color: var(--wp--custom--primary--main);
}



/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: white;
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}





/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/***  HEADER  ***/
.header-wrap {
  position: absolute;
  left: 0;
  z-index: 99;
}


/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: var(--wp--custom--secondary--dark);
}

.scroll-logo {
	max-height: 50px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
}



/***  HEADER  ***/

.header-logo {
	max-height: 70px;
}

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: white;
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--light--3);
}

.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: white;
}

/* Nav Button */

.nav-menu > li.nav-button {
	background-color: transparent !important;
}

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--primary--light);
}

/* Dropdowns */

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul > li > a, 
.nav-menu li ul > li > span, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--dark--3);
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	color: var(--wp--custom--primary--main);
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/***  HIDDEN NAV  ***/

.hidden-nav {
	background:var(--wp--custom--secondary--main);
}

.hidden-menu li a {
	color: var(--wp--custom--light--1);
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--primary--light);
}





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--dark--1);
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner a {
	color: var(--wp--custom--primary--light);
}

.banner a:hover {
	color: white;
}



/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--light--2);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {
	padding: 30px;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	color: var(--wp--custom--primary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--light);
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--primary--light);
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}



/***  SINGLE  ***/





/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--secondary--main);
	color: white;
	position: relative; /* makes z-index work */
    z-index: 9999 !important; /* bring to top */
    pointer-events: auto; /* allows clicks */
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 


/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	font-size: 0.9em;
  
  	background: url("/wp-content/uploads/bg-004-free-img.png") top center / cover no-repeat;
  	background-attachment:scroll;
	color:white;
	position: relative !important;
    z-index: 1000 !important;
}

.footer a {
	pointer-events: auto !important;
	color: var(--wp--custom--light--1);
}

.footer a:hover {
	color: var(--wp--custom--primary--main);
}

.footer .wp-block-heading {
	color:white;
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 305px;
  width: 100%;
  height: 800px;
  background-image: url('/wp-content/uploads/bg-overlay-03-a-free-img2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;               
  z-index: -1;             
}

/* Responsive adjustments */
@media (max-width: 768px) {
  footer::before {
    background-size: contain;
  }
}

@media (max-width: 480px) {
  footer::before {
    background-size: contain;
  }
}

/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--light--2);
	font-size: 0.9em;
}

/* Menus */

.bottom-bar .menu a {
	color: var(--wp--custom--dark--1);
}

.bottom-bar .menu a:hover {
	color: var(--wp--custom--primary--main);
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/* Add custom theme styles here */

/** Reverse Section **/
@media screen and (max-width: 900px){
	.reverse-section {
    flex-direction: column-reverse;
	}
}

@media screen and (max-width: 900px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
} 

/**  Image Size **/
 @media screen and (max-width: 900px) {
  .wp-block-image { 
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
   }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .wp-block-image.reduced-width { max-width: 50%; }
}


@media screen and (max-width: 900px) {
  .tablet-w-600 { 
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tablet-w-600-center {
    text-align: center;
  }

  .tablet-w-600-center .wp-block-outermost-icon-block { justify-content: center; }
} 

/** Large Screen  **/
@media screen and (max-width: 1024px) {
  .stack-section-lg { flex-direction: column; }

  .stack-section-lg.reverse-section { flex-direction: column-reverse; }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .stack-section-lg .wp-block-image {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
} 

/** Button Text Size **/
@media screen and (max-width: 600px) {
  .button-small.wp-block-button, 
  .button-small .wp-block-button { font-size: 0.9em; }
}

/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--primary--light);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}

.icon-circle {
  aspect-ratio: 1 / 1;
  width: 100px;
  border-radius: 999px;
  background: #243a5e;
  display: grid;
  place-items: center;
  fill:white;
  text-align:center;
  margin:0 auto;
}



.hero-banner {
  position: relative;
  overflow: hidden;
}


.hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width:100%;
  height: 100%;
  background: url("/wp-content/uploads/bg-overlay-001-free-img.png") right center / cover no-repeat;
  pointer-events: none;
  z-index: 1;
}


.hero-banner .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

 @media only screen and (max-width: 1024px) {
    .hero-banner::after {
       background-position: bottom center;
        background-size: contain;
    }
} 


.img-first {
	z-index:3;
	position:relative;
}

.round-img {
   border-radius: 50%;
   height: 80px;
   width: 80px;
  object-fit: cover; 
}

.angled-section {
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
}

.angled-section::before {
  content: "";
  position: absolute;
  top: -57px;          
  left: 0;
  width: 100%;
  height: 130px;
  background: white;   
  transform: skewY(-3deg);
  transform-origin: left;
}

.text-primary {
	color:var(--wp--custom--primary--main);
}

.study-banner {
  position: relative;
  overflow: hidden;
}


.study-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background: url("/wp-content/uploads/bg-overlay-004-free-img3.png") left bottom / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}


.study-banner .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

 @media only screen and (max-width: 1024px) {
    .study-banner::after {
       background-position: bottom center;
       background-size: contain;
    }
} 


/******** Gravity Forms ********/

.gform_title {
	display:none;
}

.gform_wrapper .gform_button,
.gform_wrapper button {
  background-color:var(--wp--custom--primary--main)!important;
  color: white;
  padding: 14px 28px!important;
  font-size:1em!important;
  text-transform:uppercase!important;
  border-radius: 20px;
  border: none;
  letter-spacing:2px!important;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper button:hover {
  background-color:var(--wp--custom--secondary--main)!important;
  color: white;
  border: none;
} 

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea {
	background: var(--wp--custom--light--2);
    border: 1px solid var(--wp--custom--light--3);
    border-radius: 2px;
    padding: 10px;
    font-size: 16px;
	box-shadow:none;
}

.gform_wrapper .gfield_label {
    font-size: 18px;
    font-weight: bold;
    color: var(--wp--custom--secondary--main);
    margin-bottom: 8px;
}

/* testimonials */
.testimonial-row {
  display: flex !important;        
  align-items: center;            
  justify-content: flex-start;    
  gap: 15px;                        
}

.testimonial-row img {
  border-radius:50%;                        
}

.testimonial-row > .wp-block-column:first-child {
  flex: 0 0 auto !important;       
  max-width: 100px;               
  padding: 0 !important;         
  margin: 0 !important;           
}

.testimonial-row > .wp-block-column.profile {
  flex: 1 0 auto !important;       
  padding: 0 !important;          
  margin: 0 !important;            
}


/* First-col-border */
.first-col-border {
  border-right: 1px solid var(--wp--custom--light--3);
}


@media (max-width: 768px) {
  .first-col-border {
    border-right: none;
  }
}


@media (max-width: 768px) {
  .first-col-border {
    border-right: none;
    border-bottom: 1px solid var(--wp--custom--light--3);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}


/* Top border on columns */
.columns-bordered {
  border-top: 1px solid var(--wp--custom--light--3);
}

.columns-bordered .first-col {
  border-right: 1px solid var(--wp--custom--light--3);
  padding-right: 20px;
}

@media (max-width: 768px) {
  .columns-bordered .first-col {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .columns-bordered .wp-block-column {
    margin-bottom: 20px;
  }
}

.headings-center:before {
    display: block;
	width: 60px;
	height: 3px;
	margin-top: 15px;
	margin: 35px auto 35px auto;
	background-color: var(--wp--custom--primary--main);
    content: '';
}


/* ===== Remove column gaps ===== */
.services-grid .wp-block-columns {
    gap: 0;
    margin-bottom: 0;
    overflow: visible;
}

/* ===== Card Base Style ===== */
.service-card {
    padding: 70px 40px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    transition: box-shadow 0.3s ease;
}

/* Remove extra border on last column */
.services-grid .wp-block-column:last-child .service-card {
    border-right: none;
}

/* ===== EXACT HOVER EFFECT ===== */
.service-card:hover {
    background: #ffffff;
    box-shadow: 0 25px 40px -20px rgba(0, 0, 0, 0.25);
    z-index: 5;
}

@media (max-width: 1024px) {
    .services-grid .wp-block-column {
        flex: 0 0 50% !important;
    }
}

@media (max-width: 600px) {
    .services-grid .wp-block-column {
        flex: 0 0 100% !important;
    }
}