.alert-danger {
    background-color: #FFF;
    border-color: #B20101;
    color: #000;
}

@media only screen and (min-width: 1200px){
.icon-sets{ 
    max-width: 50%;
}
}
@media only screen and (min-width: 992px){
.icon-sets{ 
    max-width: 50%;
}
}
@media only screen and (min-width: 768px){
.icon-sets{ 
    max-width: 100%;
    justify-content: center;
}
}
.footer {
    margin-top: 46px !important;
}