/*
Theme Name: Applied - Child Theme
Theme URI: http://www.3forty.media/applied
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Applied Child theme
Version: 1.0
Text Domain: applied
Template: applied
*/

/* Start Custom CSS */
.sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.sponsor {
    text-align: center;
}

.sponsor p {
    margin-top: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}