/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-help {
  padding-bottom: 70px; }
  #sec-help::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 90%;
    background-color: #FAFAFA;
    content: '';
    z-index: -1;
    top: unset; }
  #sec-help .content p {
    margin-bottom: 25px; }
  #sec-help .btn.btn-primary {
    margin-top: 20px; }

@media screen and (max-width: 1025px) {
  #sec-banner h1 {
    margin-bottom: 35px; } }

#sec-locations {
  padding-top: 20px;
  padding-bottom: 95px; }
  #sec-locations .card {
    border-bottom: 1px solid #3A3535;
    padding-bottom: 33px;
    max-width: 230px; }
    #sec-locations .card h4 {
      font-size: 30px;
      margin-bottom: 32px; }
    #sec-locations .card p {
      line-height: 1.8;
      font-size: 18px;
      max-width: 190px; }
    #sec-locations .card a {
      margin-top: 25px;
      color: #3A3535; }
      #sec-locations .card a:hover {
        color: #9DBDD1; }
  @media screen and (max-width: 1141px) {
    #sec-locations {
      padding-top: 30px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 769px) {
    #sec-locations .card {
      padding-bottom: 22px; }
      #sec-locations .card h4 {
        font-size: 24px;
        margin-bottom: 22px; }
      #sec-locations .card p {
        font-size: 16px; }
      #sec-locations .card a {
        margin-top: 18px; } }

#sec-help {
  background-color: #FAFAFA;
  padding-top: 95px; }
  #sec-help::after {
    display: none; }
  @media screen and (max-width: 1025px) {
    #sec-help {
      padding-top: 70px; } }
