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