.first-title{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}
.first-title > h3{
    margin-top: 15px;
    margin-bottom: 15px;
}
.first-title > .icon-separator-short{
    margin: 0 auto;
}
.url-ubicell{
    display: inline-block;
    margin-top: 30px;
}

.software-imglist{
    text-align: center;
}
.software-imglist > li{
    padding: 20px;
}

.partner-main{
    border-bottom: 2px #f4f5f5 solid;
}
.partner-body > div{
    padding-top: 15px;
    padding-bottom: 15px;
}

.address > h4{
    padding-left: 10px;
    border-left: 2px #6dd655 solid;
}
.img-qrcode{
    padding: 0px 15px 15px 15px;
}

.ubicell-log{
    display: inline-block;
}

.ubicell-title > h3{
    margin-top: 0;
}

@media screen and (max-width: 768px){
    .ubicell-log {
        text-align: center;
        padding-bottom: 15px;
    }
    .ubicell-title{
        text-align: center;
    }
}