.course-section{text-align:center}.container{margin:0 auto;max-width:1280px}.course-header h2{color:var(--primary-color);font-size:32px;margin-bottom:17px}.course-header p{color:var(--primary-color);font-size:16px;margin-bottom:40px}.course-grid{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.course-item{background:#fff;border:1px solid var(--grey-light-color);border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;gap:20px;padding:15px;transition:transform .3s ease}.course-item:hover{transform:translateY(-1px)}.course-image{flex:1;max-height:185px;max-width:150px;width:100%}.course-details{flex:1;text-align:left}.course-item img{border-radius:10px;height:100%;margin-bottom:20px;object-fit:cover;width:100%}.course-item h3{color:var(--primary-color);font-size:20px;margin-bottom:10px}.underline{background:var(--green-light-color);height:4px;margin:0 0 20px;width:50px}.course-item p{color:var( --grey-dark-color);font-size:14px;margin-bottom:20px}.course-item a{color:var(--primary-color);font-size:16px;font-weight:700;position:relative;text-decoration:none;transition:color .3s ease}.course-item:hover a:after{background:var(--primary-color);bottom:-3px;content:"";height:1px;left:0;position:absolute;width:100%}@media (max-width:767px){.container{padding:0}.course-item{flex-direction:column}.course-image{max-height:200px;max-width:100%}.course-grid{gap:20px;grid-template-columns:1fr}.course-item p{margin-bottom:10px}}