.tutor-section{

    background:var(--primary-blue);

    color:white;
}

.tutor-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

    max-width:1000px;

    margin:0 auto;
}

.tutor-text{

    flex:1;
}

.tutor-text h2{

    font-size:3rem;

    margin-bottom:20px;
}

.tutor-text span{

    color:var(--gold);
}

.tutor-text p{

    max-width:700px;

    margin-bottom:30px;

    opacity:0.95;
}

.apply-btn{

    display:inline-block;

    text-decoration:none;

    color:white;

    border:2px solid var(--gold);

    padding:14px 28px;

    border-radius:10px;

    font-weight:600;
}

.apply-btn:hover{

    background:var(--gold);

    color:var(--primary-blue);

    transition:0.3s ease;
}

.tutor-image{

    font-size:8rem;

    color:rgba(255,255,255,0.2);
}

.apply-btn:hover{
    transform:translateY(-2px);
}