body {
    color: var(--bs-body-color);
}

.btn-down-link {
    color: #272827;
    text-decoration: none !important;
    width: 293px;
    height: 109px;
    display: block;
    margin: 0 auto;
}

.btn-down-link:hover {
    color: #FFFFFF;
}

.btn-down {
    width: 100%;
    height: 100%;
    position: relative;
}

.btn-down-render {
    position: absolute;
    margin-left: -135px;
    margin-top: -20px;
    z-index: 2;
}

.btn-down-lbar {
    width: 14px;
    height: 109px;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    z-index: 1;
}

.btn-down-rbar {
    width: 100%;
    height: 100%;
    background: #EBEBEB;
    border-radius: 10px;
    padding-top: 22px;
    padding-left: 113px;
    transition: 0.5s;
}

.btn-down-rbar p {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 180%;
}

.btn-down-rbar p span {
    font-size: 25px;
    font-weight: 600;
}

.lbar-blue {
    background: #0863DE;
}

.rbar-blue:hover {
    background: #0863DE;
}

.lbar-green {
    background: #9BCD20;
}

.rbar-green:hover {
    background: #9BCD20;
}

.lbar-orange {
    background: #EDB200;
}

.rbar-orange:hover {
    background: #EDB200;
}

.info-list {
    padding-left: 17px;
}

.info-list span {
    color: #006cb0;
}

.info-list li {
    font-family: 'Noto Sans';
}

h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 124%;
    letter-spacing: -0.01em;
    color: #006cb0;
    margin: 10px 0;
}

h4 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 124%;
    letter-spacing: -0.01em;
    color: #006cb0;
    margin: 10px 0;
}
