﻿.notification-box {
    background-color: #FF3557;
    padding: 20px;
    border-radius: .35rem;
    margin-bottom: 30px;
    color: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    margin: auto;
    margin-bottom: 1%;
}

    .notification-box p {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 18px;
        color: #fff !important;
    }

    .notification-box a {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }

        .notification-box a:hover {
            color: #fff;
            text-decoration: underline;
        }

.trustpilot-widget {
    text-align: center;
}

.trustpilot-widget img {
    height: 100px;
}
