/* ======================================================
   APPLE INSTRUCTOR
====================================================== */

.ap-instructor{

padding:120px 0;

background:#ffffff;

}

.ap-instructor-grid{

display:grid;

grid-template-columns:480px 1fr;

gap:80px;

align-items:center;

}

.ap-instructor-image img{

width:100%;

border-radius:35px;

background:#f3f4f6;

padding:50px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.ap-instructor-content span{

font-size:13px;

font-weight:700;

letter-spacing:3px;

color:#6b7280;

}

.ap-instructor-content h2{

font-size:54px;

font-weight:800;

margin:20px 0;

color:#111827;

}

.ap-instructor-content p{

font-size:18px;

color:#6b7280;

line-height:1.8;

margin-bottom:40px;

}

.ap-stats{

display:flex;

gap:60px;

margin-bottom:45px;

}

.ap-stats h3{

font-size:42px;

color:#111827;

margin-bottom:8px;

}

.ap-stats p{

margin:0;

font-size:15px;

color:#6b7280;

}

@media(max-width:991px){

.ap-instructor-grid{

grid-template-columns:1fr;

text-align:center;

}

.ap-stats{

justify-content:center;

flex-wrap:wrap;

}

}