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;
}

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

.verifyemail-container {
    background: white;
    border-radius: 3px;
    box-shadow: 0 0px 12px 0px #354a51;
    margin: 0 auto;
    padding: 3em;
    position: relative;
    margin-bottom: 3%;
}
@media (max-width: 576px) {
    .verifyemail-container {
        box-shadow: none;
        width: 100%;
        display: block;
        padding: 2em;
        margin-bottom: 0 !important;
    }
}

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

.swal2-title{
    font-family: var(--secondary-bold-font),georgia,serif !important;
    font-size: 2rem !important;
    color: var(--grey-color) !important;
  }

.verify-email__div_block{
    justify-content: center;
    text-align: center;
}

.verify-email__div_block h1{
    font-family: var(--secondary-bold-font), georgia, serif;
    font-size: var(--heading-1-size);
}