.featured-banner{background-color:#353189;border-bottom:5px solid #f3cd5b;border-radius:0;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#fff;display:flex;padding:0}.featured-banner-image{flex:1}.featured-banner-image img{width:100%}.featured-banner-content{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;padding:20px 20px 20px 9%}.featured-banner-title{color:#333;font-size:18px;margin-bottom:10px}.featured-banner-content p{color:#777;font-size:14px;margin-bottom:15px}.featured-banner-cta{width:100%}.featured-banner-link{background-color:#4caf50;border-radius:3px;color:#fff;display:inline-block;padding:8px 16px;text-decoration:none;transition:background-color .3s ease}.featured-banner-link:hover{background-color:#45a049}@media(max-width:768px){.featured-banner{flex-direction:column-reverse}.featured-banner-content{gap:25px;padding:30px 15px}}