/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Divi Child Theme
Version: 1.0
Author: Alvin Lara
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.woocommerce-order p.woocommerce-notice {

    font-size: 20px;

    font-weight: 800;

    color: #3857F1;

}

.woocommerce-order p.thankyou-note {

    margin-bottom: 40px;

    padding: 0 0 5px 20px;

    border-left: solid 5px #c4401c;

}
.benchmark_annual {
    padding: 25px !important;
}
@media (min-width: 1024px) {
  #career_listing .display-posts-listing.grid {
      grid-template-columns: repeat(2, 1fr); /* or whatever layout you want */
  }
}