/*ABOUT COMPANY PAGE*/
.about-img {
    overflow: hidden;
    margin-bottom: 26px;
}
.about-img img {
    width: 100%;
}
.about-content .about-content-title{
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: rgba(30, 30, 30, 0.85);
    margin-bottom: 18px;
}
.about-content-desc{
    font-family: 'Ubuntu-L';
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 18px;
    color: #616365;
    margin-bottom: 18px;
}
.about-content b{
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 18px;
    color: rgba(30, 30, 30, 0.85);
    margin-bottom: 16px;
    display: block;
}
/*ABOUT COMPANY PAGE Block-right*/
.pages-about-right{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 17px 25px;
    z-index: 1;
}
.pages-about-right-title{
    display: block;
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: rgba(30, 30, 30, 0.85);
    margin-bottom: 12px;
}
.pages-about-right-subtitle{
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
    font-family: 'Ubuntu-L';
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    color: #616365;
}