.flyer {
    display: block;
    width: 390px;
    height: auto;
    margin: 0 auto 50px;
    border-radius: 6px;
}

.title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

@media all and (max-width: 440px) {
    .flyer {
        width: 100%;
    }
}
