.work-section{
  background-color: #fafafa;
}
.work-section .color-one{
  background-image: linear-gradient(to bottom right, hsl(207 100% 40% / .2) , hsl(207 100% 40% / .05));
}
.work-section .color-two{
  background-image: linear-gradient(to bottom right, hsl(187 100% 42% / .2) , hsl(187 100% 42% / .05))};
}
.work-section .transparent-color{
  background:none;
}
.work-section .heading-container h2 {
  margin-bottom: 0;
}
.work-section .heading-container {
  text-align: center;
  margin-bottom:24px;
}
.work-section .description-container{
  margin: 0 auto 32px auto;
  max-width:768px;
}
.work-section .description-container p{
  margin-bottom: 0;
  text-align: center;
  color:#7588a3;
}
.work-section .btn-container {
  text-align: center;
  margin-bottom: 64px;
}
.work-section .btn-container .button{
  color: #0070cc;
  padding: 8px 16px;
  margin-bottom: 0;
}
.work-section .btn-container .button svg{
  margin-left: 16px;
}
.work-section .text p {
  color: #00bdd6;
  margin-bottom: 0;
  font-size: 14px;
}
.work-section .icon svg{
  color: #00bdd6;
  fill: transparent;
}
.work-section .icon {
  margin-right: 8px;
  line-height: 0;
}

.work-section .card-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  display: grid;
}
.work-section .card {

  padding: 32px;
  background-color: #fff;
  border: 1px solid #E7EEF5;
  border-radius:12px;
}
.work-section .card-icon {
  border-radius:12px;
  padding: 16px;
  width: 64px;
  height: 64px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:24px;
}
.work-section .card-heading h5{
  margin-bottom:0;
}
.work-section .card-heading{
  margin-bottom:16px;
}
.work-section .card-description p{
  margin-bottom:0;
  color:#7588a3;
}
.work-section .innercard {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 0.3s;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.work-section .card:hover {
  --tw-shadow: var(--shadow-medium);
  --tw-shadow-colored: var(--shadow-medium);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.work-section .card:hover .card-icon{
  --tw-scale-x: 1.1;
  cale-y: 1.1;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

} 
.work-section .card .card-icon{
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 0.3s;
}
.work-section.manage-border .card:hover{
  border-color: hsl(var(--primary) / .2) !important;
}
.bg-accent_30.work-section {
  background-color: hsl(var(--accent) / .3);
}
@media only screen and (max-width:991px){
  .work-section .card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}
@media only screen and (max-width:767px){
  .work-section .card-heading h5{
    font-size:24px;
  }
  .work-section .card-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

}