.excel-fellowship { 
    padding: 40px 0;
}

.excel-fellowship .container { 

}

.excel-fellowship .container .excel-fellowship__title { 
    text-align: center;
    margin-bottom: 12px;
}

.excel-fellowship .container .excel-fellowship__content { 
    font-family: Larken;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.excel-fellowship .container .excel-fellowship__content strong { 
    font-weight: 700;
}

@media (max-width: 992px) {
    .excel-fellowship .container .excel-fellowship__title { 
        margin-bottom: 16px;
    }

    .excel-fellowship .container .excel-fellowship__content { 
        font-size: 16px;
        line-height: 24px;
    }
    
}
