#about-desc {
    width: 100%;
    height:  auto;
}
#about-desc .desc {
    padding: 0px 10px 15px 0;
    color: #7e7e7e;
    line-height: 25px;
}
#about-desc .top-padding{
	width: 100%;
}
#about-desc .item {
    flex-grow: 1;
    display: flex;
    padding: 0px 10px 15px 0;
}
#about-desc .item .item-icon .fa {
    font-size: 35px;
    width: 50px;
    height: 50px;
    color: rgb(34, 34, 34);
    line-height: 50px;
    cursor:  pointer;
}

#about-desc .item:hover .fa {
    color: rgb(84, 162, 217);
    transition: 0.4s;
}

#about-desc .item .big-title2 {
    margin-bottom: 8px;
    color: rgba(34, 34, 34, 1);
    font-size: 19px;
    line-height: 32px;
    cursor:  pointer;
    text-transform: uppercase;
}

#about-desc .item .text2 {
    line-height: 22px;
    color: #0094a8;
    cursor: pointer;
}