.bg-secondary-soft {
    background-color: #d2e4f5;
}

.single-feature-promo {
    text-align: left;
    padding: 40px 30px 40px 30px;
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E5E5E5;
    transition: all 0.3s ease-in-out;
}

.single-feature-promo:hover {
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 40px 40px 0px rgb(0 0 0 / 10%);
    transform: translateY(-5px);
}

.h--logo {
    height: 40px;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mt-50 {
    margin: 50px 0;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.bounty-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 2fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr 2fr;
    grid-template-rows: auto auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: #6a5dff;
    transition: all 0.3s;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    opacity: 0.8;
}

::-webkit-scrollbar-track {
    background: #ababab;
    border-radius: 0;
    box-shadow: inset 0px 1px 2px -1px #000;
}

.fs-small {
        font-size: 13px !important;
    }