/* 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-introduction {
  padding-bottom: 105px; }
  @media screen and (max-width: 1025px) {
    #sec-introduction {
      padding-top: 50px;
      padding-bottom: 87px; } }

#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; }

#sec-services {
  padding: 95px 0 74px; }
  #sec-services::after {
    position: absolute;
    inset: 0;
    bottom: unset;
    content: '';
    height: 39.12%;
    width: 100%;
    background: radial-gradient(closest-side at 50% 50%, #2F426E 0%, #182137 100%);
    z-index: -2; }
  #sec-services .card {
    position: relative;
    height: 502px !important;
    background-color: #FFF;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
    background-color: rgba(125, 182, 211, 0.9);
    transition: background-color 0.3s ease; }
    #sec-services .card picture,
    #sec-services .card img {
      position: absolute;
      inset: 0;
      object-fit: cover;
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100%;
      height: 100%;
      z-index: -1; }
    #sec-services .card .card-content {
      position: relative;
      z-index: 2; }
      #sec-services .card .card-content h3 {
        color: #FFF; }
      #sec-services .card .card-content a {
        font-weight: bold;
        color: #FFF;
        margin-top: 28px; }
        #sec-services .card .card-content a:hover {
          color: #9DBDD1; }
      #sec-services .card .card-content p {
        color: #FFF;
        padding-bottom: 28px;
        border-bottom: 1px solid #FFF; }
    #sec-services .card:hover {
      background-color: transparent; }
  @media screen and (max-width: 769px) {
    #sec-services .card h3 {
      padding-bottom: 15px;
      border-bottom: 1px solid #FFF;
      margin-bottom: 20px; }
    #sec-services .card a {
      margin-top: 0; } }
  @media screen and (max-width: 641px) {
    #sec-services {
      padding-top: 70px; }
      #sec-services::after {
        height: 96%; }
      #sec-services .card {
        padding: 68px 9px 24px;
        height: 100% !important; }
        #sec-services .card h3 {
          font-size: 24px; } }
