.thankyou-banner
{
    background-image: url(../images/hatter-02.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #921a1e;
    text-align: center;
    font-size: 22px;
}

.downloads
{
    background-color: #921a1e;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.downloads .white-circle
{
    border-radius: 100%;
    background-color: #fff;
    padding: 20px;
}

a
{
    color: inherit;
    font-size: 18px;
}

a
{
    transform: scale(0.95);
    transition-property: all;
    transition-duration: 0.3s;
}

a:hover
{
    transform: scale(1.05);
    color: white;
}

.title
{
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}

.download-now
{
    padding: 50px 0;
    background-color: #921a1e;
    color: #fff;
    text-align: center;
}

.download-icon
{
    max-width: 100px;
}
