.about-company-general .row{
    margin: 15px 0;
}
.about-company-general .card-title{
    text-align: center;
    font-size: 14px;
    color: var(--global-dark-color);
    font-weight: 600;
}
.about-company-general .card-text{
    font-size: 12px;
    text-align: center;
}
.about-company-general a{
    font-size: 14px;
    color: #2879c3;
    text-decoration: underline;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.about-company-general .card{
    border-top: 2px solid transparent;
    border-radius: 0;
    border-color: var(--global-white-color);
}
.about-company-general  .card:hover {
    border-top: 2px solid #da393e !important;
}
.about-company-general img{
    filter: grayscale(1);
}
.about-company-general .card:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: .3s ease;
}
