.bestProducts {
    padding: 50px 0;
}
.bestProducts .header {
    margin-bottom: 50px;
}
.bestProducts .header h2 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #007daf;
    text-align: center;
}
.bestProducts .header p {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 0;
}
.bestProducts .products a {
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
    text-align: center;
}
.bestProducts .products .button {
    display: none!important;
}
.bestProducts .btn-green {
    margin: 0 auto;
    display: block;
    width: fit-content;
}
