.registerbox {
    position: relative;
    display: flex;
    max-width: 495px;
    max-height: 495px;
    border: 3px solid #518FCC;
    border-radius: 30px;
    justify-content: flex-start;
    align-items: center;
    background: #27519B 0 0 no-repeat padding-box;
    opacity: 1;
    flex-direction: column;
    width: 100vw;
    height: 100vw;
    top: 0;
}

.registerbox-heading,
.registerbox-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
    box-sizing: border-box;
}

.registerbox-heading {

    color: #FFFFFF;
    text-align: left;
    opacity: 1;
    width: 75%;
    margin-block:32px;
}

.registerbox-heading h4 {
    font: italic normal bold 27px/36px IBM Plex Sans;
}

.registerbox-content {
    overflow: scroll;
    color: #FFFFFF;
    text-align: left;
    font: normal 16px IBM Plex Sans;
    scrollbar-width: thin;
    scrollbar-color: #FFFFFF #B0B0B0;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 47px;
    box-sizing: border-box;
    max-height:241px;
}

.registerbox-content::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
    background-color: #B0B0B0;
}

.registerbox-content::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 1;
}

.registerbox-content::-webkit-scrollbar-track {
    background-color: #75bff0;
    border-radius: 10px;
    padding: 2px;
}

.registerbox-content ol li {
    display: block;
    align-items: flex-start;
    counter-increment: list-counter;
    list-style-type: none;
    margin-bottom: 9%;
    position: relative;
}

.registerbox-content ol li::before {
    display: block;
    content: counter(list-counter);
    background-color: white;
    align-items: center;
    justify-content: center;
    color: #00BFF2;
    border-radius: 50%;
    text-align: center;
    margin-right: 2%;
    min-width: 2em;
    min-height: 2em;
    font:normal bold 12px/23px IBM Plex Sans;
    letter-spacing: 0;
    opacity: 1;
    line-height: 2em;
    position: absolute;
    margin-left: -8%;
}

.registerbox-download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.download-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1DC7C5 0 0 no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    height: 60px;
    width: 375px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 20px;
}

.download-box {
    transition: transform 0.1s ease;
}
.download-box:hover {
    transform: scale(1.02);
}
.registerbox-download a {
    font: normal 21px IBM Plex Sans;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}

.registerbox-download a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.registerbox-content a {
    color: #00B8F1;
    text-decoration: none !important;
}

.registerbox-content a:hover {
    color: #00B8F1;
!important;
}


@media (min-width: 501px) and (max-width: 1200px) {
    .registerbox {
        width: 88vw;
        height: 116vw;
    }

    .registerbox-heading {
        font-size: 22px;
    }

}

@media (min-width: 0) and (max-width: 500px) {
    .registerbox-heading h4 {
        width: 67vw;
        height: 1vw;
        margin-left: 10vw;
        font: italic normal bold 22px/36px IBM Plex Sans;
    }

    .registerbox {
        width: 88vw;
        height: 140vw;
    }

    .download-box {
        height: auto;
        width: 68vw;
        padding: 3vw;
    }

    .registerbox-download {

    }

    .registerbox-content {
        padding-top: 0;
        max-height: 250px;
        overflow-y: auto;
        padding-right: 30px;
        flex: 1.5;
        font: normal 15px IBM Plex Sans;
    }

    .registerbox-heading {
        width: 91vw;
    }

    .registerbox-content ol li::before {
        margin-right: 2%;
        margin-left: -32px;
    }

    .registerbox-content ol li {
        margin-bottom: 7%;
    }

    .registerbox-download .download-box a {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        flex: 0;
    }

    .logo-qftext {
        gap: 35px;
        padding-left: 2em;
        padding-right: 2em;
    }
}
