.gabm-departures-icon img{
     width: 50px;
}
.depature-notice {
    margin: 65px;
}
.depature-notice h1 {
    padding: 20px 10px 5px;
    font-weight: bold;
    font-size: 1.875rem;
}
.depature-notice p {
    font-weight: 500;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .depature-notice {
        margin: 0;
    }
    .depature-notice h1 {
        font-size: 1.275rem;
        line-height: 1.75rem;
    }
    .depature-notice h3 {
        font-size: 0.825rem;
        line-height: 1.0rem;
    }
    .depature-notice p {
        font-weight: 600;
        font-size: 0.75rem;
    }
}