.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;
        }
}
.bold-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .bold-link a {
        letter-spacing: 0;
        font-family: "ubuntu-medium" !important;
        color: #212121;
        line-height: 22px;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        gap: 8px;
    }

.video-container {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 24px;
    justify-content: start;
}

    .video-container iframe {
        max-width: 334px;
        width: 33%;
        height: 100%;
    }

.video-text {
    gap: 16px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

    .video-text h3 {
        letter-spacing: 0;
        font-family: "ubuntu-medium" !important;
        color: #212121;
        line-height: 22px;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        display: flex;
    }

    .video-text .video-desc {
        letter-spacing: 0;
        font-family: "ubuntu-regular" !important;
        color: #212121;
        line-height: 22px;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        display: flex;
    }

    .video-text .video-date {
        letter-spacing: 0;
        font-family: "ubuntu-medium" !important;
        color: #616161;
        line-height: 22px;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        display: flex;
    }
