.flex{
     display: flex;
}
.flex.collumn{
     display: flex;
     flex-direction: column;
}
.mb20{
     margin-bottom: 20px !important;
}

.sweet-alert.news{
     max-height: 90%;
     max-width: 500px;
     overflow: auto;
     overflow-x: hidden;
}
.sweet-alert.news > * {
     max-width: 100%;
     width: 100%;
}
.sweet-alert.news  img{
     max-width: 100%;
     width: 100%;
     object-fit: contain;
}