/*
Theme Name: Guybro Bootscore Child
Theme URI: https://bootscore.me/
Description: Guybro Animal Health homepage implementation based on the supplied Bootscore theme and Figma design.
Author: OpenAI
Template: bootscore
Version: 1.0.0
Text Domain: guybro
*/

/* The visual implementation lives in assets/css/guybro.css. */



.guybro-values-inner {
    position: relative;
    z-index: 1;
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 550px 550px;
    column-gap: 50px !important;
}



.guybro-logo-mark {
  width: 225px !important;
  /* height: 66px; */
  display: block;
  /* flex: 0 0 57px; */
  padding-left: 9px;
}