section#choose-your-destiny {
    padding: 120px 0;
    text-align: center;
}

section#choose-your-destiny h2 {
    margin-bottom: 80px;
}

section#choose-your-destiny h2 .beep-inline-logo {
    height: 50px;
}

section#choose-your-destiny div.wrapper {
    display: flex;
    justify-content: space-evenly;
}

section#choose-your-destiny a.btn {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 24px;
    padding-top: 24px;
    white-space: nowrap;
    width: 340px;
}

section#choose-your-destiny a.btn.btn-azure {
    color: var(--beep-white)!important;
}
section#choose-your-destiny a.btn.btn-azure:hover {
    color: var(--beep-white)!important;
    background-color: var(--beep-blue)!important;
    border-color: var(--beep-blue)!important;
}

section#choose-your-destiny a.btn.btn-lightpurple:hover {
    color: var(--beep-white)!important;
    background-color: var(--beep-purple)!important;
    border-color: var(--beep-purple)!important;
}

section#choose-your-destiny a.btn img {
    height: 40px;
    vertical-align: text-bottom;
}

@media (max-width: 768px) {
    section#choose-your-destiny {
        padding: 70px 0 30px 0;
    }
    section#choose-your-destiny h2 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 50px;
    }
    section#choose-your-destiny h2 .beep-inline-logo {
        height: 30px;
        width: 73px;
    }
    section#choose-your-destiny div.wrapper {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    section#choose-your-destiny a.btn {
        font-size: initial;
        padding-bottom: 12px;
        padding-top: 12px;
        width: 72%;
    }
    section#choose-your-destiny a.btn img {
        height: 20px;
        width: 49px;
    }
}
