a:link , a:hover {
    text-decoration: none!important;
}
@media (max-width: 90em)
.tools {
    padding: 0 32px 32px;
}

.tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 68px 42px;
}
.home .tools__container {
    
}
.tools__container {
    background: #fff;
    border-left: 1px solid #f6f6f8;
    border-top: 1px solid #f6f6f8;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    padding: 20px;
    text-decoration: none;

}

@media (max-width: 1280px)
.tools__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
@media (max-width: 1300px)
.tools__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
@media (max-width: 90em)
.tools__item {
    font-size: 36px;
    line-height: 38px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.tools__item {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    color: #383e45;
    border-right: 1px solid #f6f6f8;
    border-bottom: 1px solid #f6f6f8;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 1;
}
.tools__item__icon, .tools__item h3 {
    margin-bottom: 12px;
}
.tools__item__content {
    font-size: 12px;
    line-height: 16px;
    color: #626870;
}
