.phrase_courte_footer_container {
    text-align: center;
    font-size: 20px;
    font-weight: 500;   
    margin-bottom: 25px;
}

.phrase_courte_footer_container .phrases_com_courtes span {
    color: #00B2C0;
    display: block;
}

@media screen and (max-width: 767px) {
    .phrase_courte_footer_container {
        font-size: 16px;
    }
    
}