h1 {
      margin-bottom: 30px!important;
      font-family: 'Playfair Display', serif!important;
      color: #0d090d!important;
      font-size: 70px!important;
      line-height: 70px!important;
      font-weight: 600!important;
      letter-spacing: -0.5px!important;
  }
  h2 {
      margin-top: 20px;
      margin-bottom: 20px;
      font-family: 'Playfair Display', serif!important;
      color: #0d090d;
      font-size: 55px;
      line-height: 58px;
      font-weight: 600;
      letter-spacing: 0px;
  }
  h3 {
      font-family: 'Playfair Display', serif!important;
      color: #0d090d;
      font-size: 28px;
      line-height: 34px;
      font-weight: 600;
  }
  .rounded h3 {
      font-size: 24px;
      line-height: 30px;
      margin-top: 20px;
  }
  p {
      margin-bottom: 30px;
      font-family: 'Open Sans', sans-serif!important;
      color: #0d090d;
      font-size: 18px;
      line-height: 28px;
      font-weight: 300;
      letter-spacing: 0.2px;
  }
  .checklist-text {
      width: 90%;
      margin-bottom: 20px;
      margin-left: 20px;
      font-family: 'Open Sans', sans-serif!important;
      color: #0d090d;
      font-size: 17px;
      line-height: 26px;
      font-weight: 300;
  }
  .group.rounded {
      overflow: hidden;
      width: 25%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.26);
    border-radius: 20px!important;
}
.section.home {
    display: block;
     padding-top: 90px; 
    padding-bottom: 20px;
}
.deep-link {
    padding-top: 160px;
}
.visual-content.vertical-flex.rounded {
    overflow: hidden;
    border-radius: 20px!important;
    background-color: #fff;
    box-shadow: 2px 5px 6px 0 rgb(0 0 0 / 11%);
}
h1.white-text {
    color: #fff!important;
    font-size: 3rem!important;
    line-height: 50px!important
}

@media only screen and (max-width: 768px) {
.group.rounded {
    overflow: hidden;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.26);
    border-radius: 20px!important;
}
}

 #clients {
     padding: 60px 0
 }

 #clients .clients-wrap {
     border-top: 1px solid #d6eaff;
     border-left: 1px solid #d6eaff;
     margin-bottom: 30px
 }

 #clients .client-logo {
     padding: 64px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height: 160px
 }

 #clients img {
     transition: all 0.4s ease-in-out
 }
 
 .wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    border-color: rgba(0, 0, 0, 0.26); 
    transition: box-shadow .25s; 
    border-radius: 20px!important;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  min-height: 323px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
  font-family: 'Titillium Web', sans-serif;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
section.wrapper.news {
    padding: 5% 0px;
    background-color: #eef2f5;
}   
@media only screen and (max-width: 480px) {
  .section.home {
        display: block;
        padding-top: 10%;
        padding-bottom: 20px;
    }
    h1.smaller-on-mobile {
        font-size: 3rem!important;
        line-height: 44px!important;
    }
}