.content-037-block .solution-tab .tab-title-wrap .tab-title {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.content-037-block .solution-tab.active {
    background: white;
    padding-bottom: 2rem;
}

/* UP TO BEGINNING OF MD BREAKPOINT */
@media (max-width: 767px) {
    .content-037-block .solution-tab {
        padding: 0px !important;
        background: none !important;
    }

    .content-037-block .solution-tab:not(:last-child) {
        margin-bottom: 3rem;
    }

    .content-037-block .solution-tab .tab-title-wrap .tab-title {
        font-weight: 800;
    }
}

/* MD BREAKPOINT AND UP */
@media (min-width: 768px) {
    .content-037-block .solution-tab.active {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .content-037-block .solution-tab .tab-inner-wrap {
        padding-bottom: 2rem;
    }

    .content-037-block .solution-tab .tab-inner-wrap {
        border-bottom: 1px solid #dee2e6;
    }

    .content-037-block .solution-tab:has(+ [aria-selected="true"]) .tab-inner-wrap,
    .content-037-block .solution-tab:last-child .tab-inner-wrap {
        border-bottom: none;
    }

    .content-037-block .solution-tab .tab-title-wrap .tab-title {
        font-weight: 400;
    }

    .content-037-block .solution-tab:not([aria-selected="true"]):hover {
        cursor: pointer;
    }

    .content-037-block .solution-tab:hover .tab-title-wrap .tab-title {
        font-weight: 800;
    }

    .content-037-block .solution-tab:not(.active) .tab-description,
    .content-037-block .solution-tab:not(.active) .tab-button {
        display: none;
    }
}

.content-037-block .solution-tab.active .tab-inner-wrap {
    padding-bottom: 0px;
    border-bottom: none;
}

.content-037-block .solution-tab.active .tab-title-wrap .tab-title {
    font-weight: 800;
}

/* PILL BUTTON */
.js-btn.js-btn-pill {
    border: 1px solid black;
    border-radius: 20px;
    color: black;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.1s;
}

.js-btn.js-btn-pill:hover {
    color: #4a2dff;
    border-color: #4a2dff;
    background: #f3f5ff;
}

.js-btn.js-btn-pill:focus {
    background-color: #4a2dff;
    color: white;
    border-color: #4a2dff;
}
