#terms-page #terms-banner,
#privacy-page #privacy-banner,
#refund-page #refund-banner,
#disclaimer-page #disclaimer-banner{
    height: 30vh;
    width: 100%;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 100px;
}

#thanks-page .download-steps{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
#thanks-page .download-steps h3{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50%;
    color: #ffffff;
    background-color: dodgerblue;
}
#thanks-page a.mail{
    text-decoration: none;
    color: #0ea99f;
}