.noimage-banner .noimage-title {
    margin-top: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 32px;
}

.noimage-banner .noimage-description {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 21px;
    max-width: 920px;
    font-weight: 600;
}

.noimage-banner .link-container {
    display: flex;
    flex-direction: row;
}

.noimage-banner .noimage-link {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    color: #333333;
    background: #F7F7F7;
}
.noimage-banner .noimage-link:hover {
    transition: all 0.3s ease;
}

.noimage-banner .noimage-link:last-child {
    margin-left: 24px;
}

.noimage-banner .noimage-link:first-child {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .noimage-wrapper {
        padding: 0;
    }
    .noimage-banner .noimage-title {
        font-size: 24px;
    }
    .noimage-banner .noimage-description {
        margin-bottom: 16px;
    }
    .noimage-banner .link-container {
        flex-direction: column;
    }
    .noimage-banner .noimage-link{
        font-size: 16px;
        width: 100%!important;
    }
    .noimage-banner .noimage-link:last-child {
        margin-left: 0;
        margin-top: 16px;
    }

    .noimage-banner .noimage-link:first-child {
        margin-top: 0;
    }
}