.bg-gradient-light {
    background-image: linear-gradient(160deg,#272529,#362f3a,#2d2731)!important;
}

.rounded, .rounded-lg {
    border-radius: 5px!important;
}

.blockquote, .small-title {
    font-size: 1em;
    padding: 5px;
}

.small-title {
    color: var(--primary);
    font-family: var(--font-heading);
    font-weight: 400;
    height: auto;
    margin-bottom: 0;
}

.bg-gradient-light.sh-5.rounded.d-flex.justify-content-left.align-items-center.text-white {
    height: 3.5rem!important;
}

.py-3 {
    padding-top: 0.8rem!important;
    padding-bottom: 0rem!important;
}
