/* Bloc "SAS" homepage : choix entre les 2 services, entre section02 et section03 */

.sas{
  padding:70px 0;
}

.sas-head{
  text-align:center;
  margin-bottom:40px;
}

.sas-head h2{
  margin-bottom:8px;
}

.sas-head p{
  color:#c9d6dc;
  max-width:640px;
  margin:0 auto;
}

.sas-grid{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  justify-content:center;
}

.sas-card{
  flex:1 1 320px;
  max-width:420px;
  text-align:center;
  padding:36px 28px;
  margin:14px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  background:rgba(255,255,255,.04);
}

.sas-card i{
  font-size:34px;
  color:#71b76e;
  margin-bottom:18px;
  display:inline-block;
}

.sas-card h3{
  color:#fff;
  font-size:2.5rem;
  margin-bottom:12px;
  font-weight: bold;
}

.sas-card p{
  color:#dfe8ec;
  margin-bottom:22px;
}

.sas-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#71b76e;
  font-weight:bold;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-size:.85rem;
  flex:0 0 auto;
  margin:0 6px;
}

@media(max-width:767.98px){
  .sas-divider{display:none}
  .sas{padding:48px 0}
}
