.aml-wrap{
    padding: .50em 0;
}
.aml-items{
    display: grid;
    justify-content: center;
    align-items: center;
}
.aml-item{
    line-height: 23px;
}
.aml-item p{}
.aml-item a, .aml-item a:active {
    color:#1d3d69;
    text-decoration:underline;
}
.aml-item a:hover, .aml-item a:focus{
    color:#C7271A;
}

/***Responsive  Section 
**********************************************/

@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {
    .aml-wrap {
        padding: .50em;
    }
}
@media screen and (max-width: 1360px) {}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1230px) {}
@media screen and (max-width: 1200px) {
    .Alertwrap .center {
        padding:0px !important;
    }
}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 990px) {}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 380px) {}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 320px) {}