select {    
    appearance: normal !important;
    -webkit-appearance: normal !important;
}

.section_right img{
    max-width: 500px;
    margin: 50px auto 0 auto;
    display: block;
}

@media only screen and (min-width:1100px){
    
    .section_left{
        float: left;
        width: 45%;
    }
    
    .section_right{
        float: left;
        width: 50%;
        margin-left: 5%;
    }
    
}

.bap{
    text-align: center;
}

.bap_item{
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 50px;
    text-align: center;
}

.bap_item i{
    font-size: 4rem;
    margin-bottom: 10px;
}

.bap_item h4{
    margin-bottom: 5px;
}

.bap_item p{
    max-width: 210px;
    margin: 0 auto;
}

.disabled {
    pointer-events: none;
    background-color: rgba(32, 183, 230,.5);
    transform: scale(0.95); 
    transition: .4s;
}

.empty {
    border-color: red;
}

@media only screen and (min-width: 1025px){
    .bap_item{
        width: 30%;
        display: inline-block;
        margin: 50px 1.5% 0 1.5%;
        float: left;
    }
}