.head-title {
    font-family: "ubuntu-medium" !important;
    font-size: 24px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
    color: #004990;
    width: 100%;
}

.account-wrapper {
    background-image: url("/assets/img/account_banner_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
    
}

    .account-wrapper img {
        max-width: 480px;
        max-height: 300px;
        margin-top: -40px;
        margin-bottom: -40px;
    }

.account-text {
    font-family: "ubuntu-medium" !important;
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 40px;
    word-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    min-width: 244px;
    gap: 24px;
    color: #ffffff;
    line-height: 36px;
    justify-content: center;
    align-items: start;
    font-size: 28px;
    padding: 16px 0px 16px 24px;
    text-decoration: none;
}

.apply-button {
    font-family: "ubuntu-medium" !important;
    background: #ffffff;
    border-radius: 99px;
    width: fit-content;
    color: #004990;
    line-height: 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    letter-spacing: 0;
    padding: 13px 24px;
    text-decoration: none;
    word-wrap: normal;
    white-space: nowrap;
}

@media(max-width:1423.99px) {
    .account-wrapper {
        margin-top: 20px;
        flex-wrap: wrap-reverse;
        align-items: stretch;
        justify-content: center;
        gap: 50px;
    }

        .account-wrapper img {
            max-width: 100%;
        }

        .account-wrapper .apply-button {
            width: 100%;
            justify-content: center;
            display: flex;
            max-width: 360px;
        }
}

    .content p b {
        font-family: "ubuntu-bold" !important;
    }

.content h3 {
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #212121;
    line-height: 28px;
    align-items: center;
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: flex;
}

.form-button {
    border-radius: 8px;
    border: 1px solid #212121;
    padding: 13px 16px;
    gap: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #212121;
    line-height: 22px;
    align-items: center;
    background-color: transparent;
    width: fit-content;
    font-size: 16px;
    text-decoration: none;
}

.yk-wrapper {
    background-color: #f3f7fb;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    padding: 24px;
    border-radius: 8px;
}

.download-card {
    display: flex;
    color: #ffffff;
    padding: 10px 16px;
    gap: 8px;
    border-radius: 8px;
    background-color: #004990;
    width: 100%;
    height: 100%;
    justify-content: center;
    gap: 24px;
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #ffffff;
    line-height: 22px;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
}

.h-card.grid {
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #212121;
    line-height: 24px;
    align-items: center;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}

.h-card img {
    width: 72px;
    object-fit: contain;
    height: 72px;
    border-radius: 99px;
    border: 1px solid #e0e0e0;
    margin-top: 6px;
    margin-bottom: 6px;
}

.company-name {
    line-height: 22px;
    font-size: 16px;
    font-family: "ubuntu-regular" !important;
}

.date {
    line-height: 22px;
    font-size: 15px;
}

.row {
    --bs-gutter-y: 24px !important;
}

.h-card {
    display: flex;
    background-color: #ffffff;
    flex-direction: row;
    gap: 16px;
    height: fit-content;
    justify-content: start;
    width: 100%;
    min-width: fit-content;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #212121;
    line-height: 24px;
    align-items: center;
    text-align: start;
    font-size: 18px;
    text-decoration: none;
}
    .h-card:hover {
        border: 2px solid #e0e0e0;
    }
    .h-card img {
        width: 72px;
        object-fit: contain;
        height: 72px;
        border-radius: 99px;
        border: 1px solid #e0e0e0;
        margin-top: 6px;
        margin-bottom: 6px;
    }

.code-date {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 16px;
}

.text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.company-name {
    line-height: 22px;
    font-size: 16px;
    font-family: "ubuntu-regular" !important;
}

.date {
    line-height: 24px;
    font-size: 15px;
    vertical-align: text-bottom;
}

.row {
    --bs-gutter-y: 8px !important;
}
