.alert-banner:nth-of-type(1) {
margin-top: -1.5em;
}
.alert-banner .alert-info-body {
position: relative;
}
.alert-banner .alert-info-body p {
font-size: 1rem;
}
.alert-banner .alert-banner-icon {
position: relative;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.alert-banner .alert-banner-content .alert-active-buttons .alert-learn-more {
width: auto;
min-width: 250px;
}
.alert-banner .alert-banner-content .data-learn-more {
color: #fff !important;
background-color: #14897C;   
padding: 10px;
}
.alert-banner .alert-banner-content .data-learn-more:hover {
color: #14897C !important;
background-color: #fff !important;   
}
.alert-banner .alert-banner-content .data-learn-more p {
font-weight: 500;
}
.alert-banner-background-image-wrapper .alert-banner-description-mobile a {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600;
}