.aiv-edu,
.aiv-fw {
   font-family: 'Poppins', sans-serif
}

.aiv-edu {
   background: #fff;
   padding: 74px 18px 44px
}

.aiv-fw {
   background: #141414;
   padding: 70px 24px 78px
}

.aiv-wrap {
   max-width: 1160px;
   margin: 0 auto
}

.aiv-label {
   color: #F68B56;
   font-size: 20px;
   font-weight: 600;
   letter-spacing: 2px;
   text-transform: uppercase;
   text-align: center;
   margin: 0 0 10px
}

.aiv-h2 {
   color: #1E1E1E;
   font-size: 36px;
   font-weight: 600;
   line-height: 1.2;
   text-align: center;
   margin: 0 0 18px
}

.aiv-fw .aiv-h2 {
   color: #fff
}

.aiv-h2 span {
   color: #F68B56
}

.aiv-intro {
   max-width: 690px;
   margin: 0 auto;
   text-align: center;
   color: #6E6E73;
   font-size: 16px;
   line-height: 1.7
}

.aiv-cards {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
   margin-top: 30px
}

.aiv-card {
   flex: 1 1 280px;
   background: #fff;
   border: 1px solid #EAEAEA;
   border-radius: 12px;
   padding: 30px 28px;
   transition: transform .35s ease, box-shadow .35s ease
}

.aiv-card:hover {
   transform: translateY(-7px);
   box-shadow: 0 20px 44px rgba(20, 20, 20, .12)
}

.aiv-card h4 {
   color: #1E1E1E;
   font-size: 20px;
   font-weight: 600;
   margin: 0 0 10px
}

.aiv-card p {
   color: #6E6E73;
   font-size: 14px;
   line-height: 1.7;
   margin: 0
}

.aiv-fw .toptitle h2 {
   color: #fff
}

.aiv-edu .toptitle,
.aiv-fw .toptitle {
   margin-bottom: 34px
}

.aiv-grid {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
   max-width: 1160px;
   margin: 40px auto 0;
   justify-content: center
}

.aiv-fcard {
   flex: 0 0 calc(50% - 12px);
   max-width: calc(50% - 12px);
   background: #fff;
   border-radius: 14px;
   padding: 30px 26px;
   text-align: left;
   transition: transform .35s ease, box-shadow .35s ease
}

.aiv-fcard:hover {
   transform: translateY(-8px);
   box-shadow: 0 24px 48px rgba(0, 0, 0, .4)
}

.aiv-fnum {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   background: #F68B56;
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 18px
}

.aiv-fcard h4 {
   color: #1E1E1E;
   font-size: 19px;
   font-weight: 600;
   margin: 0 0 8px
}

.aiv-fcard p {
   color: #6E6E73;
   font-size: 14px;
   line-height: 1.7;
   margin: 0
}

.aiv-cta {
   text-align: center;
   margin-top: 36px
}

.aiv-cta a {
   display: inline-block;
   background: #F68B56;
   color: #fff;
   font-weight: 600;
   font-size: 15px;
   padding: 15px 34px;
   border-radius: 7px;
   text-decoration: none;
   transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

.aiv-cta a:hover {
   background: #E5743C;
   transform: scale(1.04);
   box-shadow: 0 10px 22px rgba(246, 139, 86, .35)
}

@media(max-width:767px) {
   .aiv-h2 {
      font-size: 26px
   }

   .aiv-fcard {
      flex: 1 1 100%;
      max-width: 430px
   }
}
