.home #page #alert-wrapper {
    background-color: #2d837e;
    padding: 20px 0;
    text-align: center;
}

.home #page .alert {
    color: #fff;
    margin: 0 auto;
    max-width: 940px;
}

.home #page .alert-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 15px;
}

.home #page .alert-text:last-child {
	padding-bottom: 0;
}

.home #page .alert-url {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.home #page .alert-url:hover {
	color: #fff;
}

@media screen and (max-width: 970px) {
    .home #page .alert {
        padding: 0 20px;
    }
}
