/**
Theme Name: Scotphils WPA
Author: NeoVisage Ltd
Author URI: https://neovisage.com/about/
Description: Child theme of the Astra Parent Theme.

Child theme of http://wpastra.com/about/
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scotphils-wpa
Template: astra
*/

h1.has-text-color.spectra-text-color.wp-block-spectra-content.has-ast-global-color-5-color {
	width: 85vw;
}

p.home-center {
	width: 85vw;
}

.anc-6310-counter-2-paralax {
  background-image: url('https://www.scotphils.org/wp-content/uploads/2026/01/team1.jpg');
}

.middle-cta-home {
    margin-bottom: -15px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 767px) {
  #about-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  #about-grid img {
    width: 100%;
    height: auto;
  }
}

  #about-grid {
   transition: all 0.3s ease-in-out;
}

