@media only screen and (max-width: 576px) {
    .contraceptive-list{
        margin-top: 0;
        transform: none;
    }

    .contra-card img {
        width: 15em;
    }

    .dictionary {
        padding-top: 200px;
    }

    .contra-short-info .description {
        width: 100% !important;
        text-align: center !important;
    }
}
