.info-box{
    padding: 30px 40px;
    border-radius: 22px;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.info-media{
    margin-right: 40px;
}
.info-box .title-main{
    font-size: 34px;
    line-height: 44px;
    color: #222;
    margin-bottom: 10px;
}
.info-box .text-main{
    font-size: 19px;
    line-height: 29px;
    color: #222;
}
.info-box .title-with-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-box--supported{
    display: flex;
    align-items: center;
}
.supported-items{
    display: flex;
    align-items: center;
}
.supported-title{
    font-size: 22px;
}
.supported-os-title{
    font-size: 20px;
    line-height: 26px;
}
.supported-item {
    font-size: 22px;
    line-height: 1;
    border-radius: 3px;
    border: 1.5px solid #696969;
    padding: 4px 9px;
    margin-left: 7px;
}
.supported-item.disable{
    border-color: #CDCDCD;
    color: #CDCDCD;
    position: relative;
}
.supported-item.disable .badge{
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: "Montserrat SemiBold", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    position: absolute;
    border-radius: 3px;
    background: #F4C579;
    padding: 0px 5px;
    border: 0;
    transform: rotate(-1.683deg);
    right: -24.572px;
    top: -19.552px;
    margin: 0;
}

@media (max-width: 991px) {
    .info-box{
        padding: 15px 15px 20px 15px;
        margin-bottom: 50px;
        margin-top: 50px;
        flex-direction: column;
        align-items: flex-start;
    }    
    .info-media{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .info-box .title-with-content{
        margin-bottom: 25px;
        flex-direction: column;
        align-items: flex-start;
    }
    .info-box--supported{
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .info-media{
        max-width: 97px;
        height: auto;
    }
    .info-box .title-main{
        font-size: 28px;
        line-height: 36px;
    }
    .supported-title{
        font-size: 14px;
    }
    .supported-item{
        font-size: 14px;
        padding: 1px 9px;
        margin-left: 4px;
    }
    .supported-os-title{
        font-size: 14px;
    }
    .supported-item > .iconly-apple{
        font-size: 18px;
    }
    .supported-item > .iconly-win{
        font-size: 16px;
    }
    .supported-item.disable .badge{
        right: -31px;
    }
}

@media (max-width: 389px) {
    .supported-item.disable .badge{
        font-size: 10px;
        right: -17px;
    }    
}
@media (max-width: 369px) {
    .info-box--supported{
        flex-direction: column;
        align-items: flex-start;
    }   
    .supported-item:first-child{
        margin-left: 0;
    }
}