.address-text .content {
    width: 80%;
    padding: 0;
    line-height: 20px;
    color: #808080;
}
.address-text-inner a{color: #808080;}
 .brand_main .product-block, .item.brand_main {
   text-align: center;
}
.address-description, .address-label, .address-text {
    line-height: 26px;
}
.address-text {
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
}
.address-container {
    clear: both;
    margin: 0;
    overflow: hidden;
}
.address-text .icon {
    text-align: center;
    width: 52px;
    border-radius: 50px;
    border: 1px solid #ededed;
    margin-right: 10px;
    float: left;
}
.address-text-inner {
    margin: 0;
    overflow: hidden;
}
.address-text.third {
    margin-right: 0;
}
.address-text .fa {
    font-size: 25px;
    color: #000;
    width: 52px;
    margin: 0;
    height: 52px;
    vertical-align: top;
    line-height: 52px;
}
.address-label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.address-text .content p {
    margin-bottom: 0;
    font-size: 13px;
    text-align: inherit;
}


.right-to-left, .wpb_right-to-left {
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);
}
.address-container {
    clear: both;
    margin: 0;
    overflow: hidden;
}
.address-text {
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px){
    .address-text .icon {
        margin: 0 auto;
        float: none;
    }
}
.address-text .icon {
    text-align: center;
    width: 52px;
    border-radius: 50px;
    border: 1px solid #ededed;
    margin-right: 10px;
    float: left;
}
.address-text-inner .icon i, .counter .jumbo, .service-content .icon i {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
}

.address-text .fa, .address-text .fas {
    color: #3d3d3d;
}
.address-text .fa, .address-text .fas {
    font-size: 25px;
    color: #000;
    width: 52px;
    margin: 0;
    height: 52px;
    vertical-align: top;
    line-height: 52px;
}
.address-text-inner:hover .icon i {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    color: #ce9cdb;
}