@media screen and (min-width: 1025px) and (max-width: 3200px) {
    .am-list-item-hd {
        font-size: 2.6rem;
    }

    .am-list-item-text {
        font-size: 1.6rem;
        margin-top: 1.2rem !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .am-list-item-hd {
        font-size: 2.6rem;
    }

    .am-list-item-text {
        font-size: 1.6rem;
        margin-top: 1.2rem !important;
    }
}


@media screen and (min-width: 0px) and (max-width: 640px) {
    .am-list-item-hd {
        font-size: 1.6rem;
    }

    .am-list-item-text {
        font-size: 1.4rem;
    }
}
