/* 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-hero {
  height: 100%;
  max-height: 733px;
  padding-top: 171px;
  padding-bottom: 145px; }
  #sec-hero picture,
  #sec-hero img {
    position: absolute;
    inset: 0;
    max-height: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
    object-fit: cover;
    z-index: -1; }
  #sec-hero .btn.btn-primary::before {
    left: 50%;
    transform: translateX(-50%); }
  #sec-hero h4 {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: unset;
    margin-bottom: 10px;
    line-height: 1.9; }
  #sec-hero h1,
  #sec-hero h4,
  #sec-hero h3,
  #sec-hero p {
    color: white; }
  @media screen and (max-width: 1641px) {
    #sec-hero {
      padding-top: 127px;
      padding-bottom: 113px; } }
  @media screen and (max-width: 1025px) {
    #sec-hero {
      max-height: unset;
      padding-top: 174px;
      padding-bottom: 121px; }
      #sec-hero h1 {
        margin-bottom: 17px; }
      #sec-hero h4 {
        line-height: 2; }
      #sec-hero h3 {
        line-height: 1.3;
        letter-spacing: 2.8px; }
      #sec-hero .btn.btn-primary {
        margin-top: 10px; } }

#sec-services {
  padding-top: 76px;
  padding-bottom: 107px; }
  #sec-services h3 {
    color: #2E3538; }
  #sec-services .content h4 {
    letter-spacing: 0;
    font-weight: normal;
    color: #676767;
    line-height: 1.8; }
  #sec-services .card {
    position: relative;
    transition: transform 0.2s linear;
    overflow: hidden; }
    #sec-services .card picture,
    #sec-services .card img {
      position: relative;
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100%;
      height: 100%; }
    #sec-services .card h4 {
      position: absolute;
      inset: 0;
      top: unset;
      bottom: 30px;
      letter-spacing: 2px;
      color: white;
      font-size: 20px;
      transition: border-bottom-width 0.3s linear;
      margin: 0 30px; }
      #sec-services .card h4::before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 15%;
        height: 3px;
        background-color: #5AD1FF;
        transition: width 0.5s; }
    #sec-services .card:hover {
      transform: scale(1.03); }
      #sec-services .card:hover h4::before {
        width: 100%; }
  @media screen and (max-width: 1641px) and (min-width: 1025px) {
    #sec-services {
      padding-top: 64px;
      padding-bottom: 60px; }
      #sec-services .card h4 {
        font-size: 16px;
        letter-spacing: 1.6px; } }
  @media screen and (max-width: 1025px) {
    #sec-services {
      padding-top: 51px;
      padding-bottom: 62px; }
      #sec-services .content h3 {
        margin-bottom: 17px; }
      #sec-services .card h4 {
        margin-left: 22px; } }
