.emp-cards{
  padding-bottom:92px;
  
  font-family:inter,"Cera",sans-serif;
}
.card-head{
  padding-top:60px;
  padding-bottom:60px;
  padding-left:12.5%;
  padding-right:12.5%;
  text-align:center;
}
.card-head h2{
  font-size:46px;
  font-weight:400;
  line-height:52px;
  margin-bottom:16px;
}
.head-text{
  font-size:20px;
  font-weight:500;
  line-height:24px;
}
.card-block{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}
.card-fields{
  width:100%;
  
  background-color:#F5F6FA;
  padding: 16px 16px 55px 16px;
  border-radius:8px;
}
@media(min-width:768px){
  .card-fields{
    width:calc(50% - 12px);
  }
}
@media(min-width:1024px){
  .card-fields{
    width:calc(33.3333% - 16px);
  }
}
.card-fields img{
  border-radius: 0 30px 0 30px;
  object-fit:contain;
  margin-bottom:30px;
  width:100%;
  max-width:none;
  
}
.card-text h3{
  font-size:22px;
  line-height:26.4px;
  font-weight:500;
  margin-bottom:10px;
}
.card-main-text{
  
  padding-bottom:20px;
}
.card-sub-text{
  color:#ED0065;
}
}
@media (max-width:690px){
  .card-head{
  padding-bottom:30px;
}
  .card-head h2{
  font-size:23px;
  line-height:26px;
}
  .head-text{
  font-size:16px;
}

}