.performence{
    padding: 50px 0;
}

.performence .card{
    background: #A1CD3A;
}

.performence .card .img-small{
    width: 120px;
    height: 100%;
    margin-top: -44px;
}

.performence .card .img-small-1{
    width: 120px;
    height: 100%;
    margin-top: -46px;
}

.m-h-300{
    min-height: 0px;
}

.performence .btn-white-green{
    background: #fffffff1;
    color: #3C9143 !important;
    border: 1px solid #3C9143 !important;
}
.performence .btn-download{
    width: 260px;
    border: 1px solid #3C9143 !important;
}
.performence .btn-download:hover{
    background: #3C9143;
    color: #fff;
}

.performence .btn-white-green:hover{
    background: #fff !important;
    color: #3C9143 !important;
}

.performence .btn-group{
    width: fit-content;
    margin: auto;
    text-align: center;
}