.agenda__boxInfo {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .agenda__boxInfo  {
        font-size: 14px;
    }
}

.agenda__box :nth-of-type(1).agenda__boxInfo h2:nth-of-type(2), .agenda__box:nth-of-type(2) .agenda__boxInfo h2:nth-of-type(2) {display: none;}