
  body.home-page > header > div > a.primaryButton {
    margin-right: 0.5em;
  }
  
  body.home-page > header > .imageCont {
  
    max-height: 23rem;
  }

  #servicesSection a.divWithIcon {
    text-decoration: none;
  }
  
  #servicesSection a.divWithIcon:hover h3 {
    color: #fb6262;
  }
  
  #servicesSection a.divWithIcon:hover h3 + p {
    color: #333333;
  }

  body.home-page > main > section#howWeWorkSection::before {
    background: linear-gradient(35deg, rgba(249, 249, 249, 1) 0%, rgb(233 242 249 / 90%) 100%);
  }

  #caseStudiesSection::before {
    background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 0.5) 100%);
  }
