@media screen and (max-width:1024px) {
    .choose-icon {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}
.choose-mob{
    display: block;
}
.choose-desk{
    display: none;
}
.choose-item-content h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: black;
}
    
}