@media screen and (max-width: 750px) {


    .announcement {
        text-align: center;
        border-bottom: 1px solid #cccccc;
        margin: 28px 0 15px 0;
    }
    .announcement h2 {
        font-size: .125rem;
        font-weight: bold;
        line-height: 38px;
        width: 580px;
        margin: 0 auto;
    }
    .announcement p {
        margin-top: 8px;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #000000;
        margin-bottom: 20px;
    }




}