.panel-device,
.panel-device-small {
    width: 20%;
    font-size: 18px;
    color: #040404;
    text-align: center;
}

.panel-device-small {
    width: 16.666666666666664%;
}

.panel-device>img{
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
}

.panel-device>img.w-100 {
    width: 100%;
    height: auto;
}

.panel-device-small>img{
    display: block;
    width: auto;
    height: 70px;
    margin: 0 auto 30px;
}

.panel-case {
    height: 360px;
}

@media (max-width: 767px) {
    .panel-device {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .panel-device {
        width: 100%;
        margin-bottom: 20px;
    }
    .panel-case {
        height: auto;
    }
}