

.item-period-item {
    width: 30%;
}

@media screen and (max-width: 575px){
    .item-period-item {
            width: 100%;
        }
}