#supported_devices{
    display: none;
}
@media screen and (max-width: 912px) {
    
    #supported_devices{
        background: linear-gradient(153deg, #FFF -3.67%, rgb(255 246 246) 44.29%, #F6F2FF 103.7%);
        min-height: 100vh;
        display: block;
        position: fixed;
        left: 0;
        right:0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    #main_heading{
        color: #000;
        font-size: 36px;
        margin: 71px 0 129px 0;
        text-align: center;
    }
    .circle img{
        max-width: 100%;
        max-height: 65px;
    }
    
    .devices{
        display: flex;
        justify-content: center;
        max-width: 100vw;
    }
    
    .left_col{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center; 
        border-right: 2px solid #e6e6e6;
        padding: 43px 54px 43px 0; 
    }
    
    .left_col .false_box{
        width: 47px;
        height: 43px;
        border-radius: 6px;
        border: 1px solid #B5B5B5;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 45px;
        
    }
    .false_box_img{
        width: 23px;
        height: 23px;
        background-image: url(../icons/applicable/false.svg);
    }
    
    .circle{
        width: 163px;
        height: 163px;
        background-color: #fff;
        background-size: 100% 100%;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);  
    }

    
    .title{
        color: #012F58;
        font-size: 16px;
        margin: 40px 0 55px 0;
    }
    
    .caution{
        color: #8C8E90;
        text-align: center;
        font-size: 20px;
        margin-top: 29px;
        text-wrap: nowrap;
    }
    
    .right_col{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 43px 0 0 54px;  
    }
    
    .right_col .true_box{
        width: 47px;
        height: 43px;
        border-radius: 6px;
        border: 1px solid #B5B5B5;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 45px;
    }
    
    .true_box_img{
        width: 32px;
        height: 22px;
        background-image: url(../icons/applicable/true.svg);
    }
}

@media screen and (max-width: 430px) {
    .device{
        padding: 15px;
    }
    #main_heading{
        margin: 40px 0 60px 0;
    }
    .circle{
        width: 123px;
        height: 123px;
        padding: 25px;
    }
    .caution{
        text-wrap: wrap;
        margin-top: 0;
    }
}

@media screen and (max-width: 375px) {
    .devices{
        zoom: 0.9;
    }
    #main_heading{
        margin: 0;
        margin-bottom: 20px;
        font-size: 32px;
    }
    .caution{
        font-size: 18px;
    }
    .circle{
        width: 103px;
        height: 103px;
    }
    .circle img{
        max-height: 50px;
    }
    .title{
        font-size: 15px;
        margin: 20px 0 50px 0;
    }
    .false_box, .true_box{
        zoom: 0.8;
    }
}
