p {
    margin: 0 !important;
    font-size: 15.2px;
    white-space: pre-line;
    word-break: break-word;
    line-height: 1.6em;

}

h1,
h2 {
    margin: 0 !important;
}

.content-header {
    margin-top: 4rem !important;
}

.content-header img {
    width: 100%;
    height: auto;
}

@media (max-width: 375px) {
    .content-header {
        margin-top: 4rem !important;
    }
}

.resetconfirmationinfo-container {
    background: white;
    border-radius: 3px;
    box-shadow: 0 0px 12px 0px #354a51;
    margin: 0 auto;
    padding: 3em;
    position: relative;
    margin-bottom: 3%;
    top: -5rem;
}

@media (max-width: 576px) {
    .resetconfirmationinfo-container {
        box-shadow: none;
        width: 100%;
        display: block;
        padding: 2em;
        margin-bottom: 0 !important;
    }
}

.resetconfirmationinfo-container h1 {
    font-family: var(--secondary-bold-font);
    font-size: 2.5rem;
}

@media (max-width: 500px) {
    .resetconfirmationinfo-container h1 {
        font-size: 1.5rem;
    }
}


.resetconfirmationinfo-details,
.reset-password-fail__block
{
    display: grid;
    gap: 1em;
    text-align: center;
    justify-items: center;
}