
.tsb-experiences{
  padding:70px 5%;
  background:linear-gradient(180deg,#f7fbfd 0%,#ffffff 100%);
  font-family:'Open Sans',sans-serif;
}

.tsb-exp-head{
  max-width:720px;
  margin:0 auto 34px;
  text-align:center;
}

.tsb-exp-head span{
  color:#95C8D8;
  font-family:'Montserrat',sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.4px;
}

.tsb-exp-head h2{
  margin:8px 0 0;
  color:#073556;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(30px,3vw,46px);
  line-height:1;
  font-weight:800;
}

.tsb-exp-head h3{
  margin:2px 0 12px;
  color:#95C8D8;
  font-family:'Parisienne',cursive;
  font-size:clamp(30px,3vw,44px);
  font-weight:400;
}

.tsb-exp-head p{
  max-width:560px;
  margin:auto;
  color:#303236;
  font-size:13px;
  line-height:1.6;
}

.tsb-exp-grid{
  max-width:1180px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.tsb-exp-card{
  position:relative;
  background:#fff;
  border-radius:14px;
  padding:10px 10px 22px;
  text-align:center;
  box-shadow:0 14px 35px rgba(7,53,86,.08);
  border:1px solid rgba(7,53,86,.07);
  transition:.35s ease;
}

.tsb-exp-card:hover{
  transform:translateY(-7px);
  box-shadow:0 22px 45px rgba(7,53,86,.14);
}

.tsb-exp-img{
  height:145px;
  border-radius:10px;
  overflow:hidden;
}

.tsb-exp-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s ease;
}

.tsb-exp-card:hover img{
  transform:scale(1.08);
}

.tsb-exp-icon{
  width:48px;
  height:48px;
  margin:-24px auto 12px;
  border-radius:50%;
  background:#fff;
  color:#95C8D8;
  display:grid;
  place-items:center;
  font-size:18px;
  box-shadow:0 10px 25px rgba(149,200,216,.35);
  position:relative;
  z-index:2;
}

.tsb-exp-card h4{
  color:#073556;
  font-family:'Montserrat',sans-serif;
  font-size:12px;
  font-weight:800;
  margin-bottom:8px;
}

.tsb-exp-card p{
  max-width:210px;
  margin:auto;
  color:#303236;
  font-size:11px;
  line-height:1.55;
}

@media(max-width:992px){
  .tsb-exp-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .tsb-experiences{
    padding:50px 18px;
  }

  .tsb-exp-grid{
    grid-template-columns:1fr;
  }

  .tsb-exp-img{
    height:180px;
  }
}
