.title{
    position: relative;
}
.title>.float-left p{
    font-size: 0.9rem;
    line-height: 2.5rem;
    height: 2.5rem;
    font-weight: 600;
    color: #b53331;
    text-transform: uppercase;
}
.title>.float-left p>span{
    width: 2rem;
    height: 2px;
    background-color: #b53331;
    display: inline-block;
    vertical-align: super;
    margin-right: 1rem;
}
.title>.screen-group{
    margin-top: 2rem;
    display: flex;
}
.title>.screen-group>.screen-btn{
    cursor: pointer;
    width: 14rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 15px #f8f8f8;
    padding: 0 2rem;
}
.title>.screen-group>.screen-btn:first-child{
    margin-right: 2rem;
}
.title>.screen-group>.screen-btn>.float-left{
    color: #a4a4a4;
}
.title>.screen-group>.screen-btn>.float-right>i{
    color: #b53331;
}

#section1{
    padding: 4.5rem 0;
}

@media (max-width:480px) {
    #section1{
        padding: 0;
    }
    .title > .screen-group > .screen-btn {
    width: 12rem;
    }

}