

.side_warnings_section_container{
    max-width:100%;
    color: #18a48c;
}

.side_warnings_section_wrapper{
    margin:0 auto;
    margin-bottom: 10px;
    max-width: 1224px;
}

.side_warnings_date {
    color: #18a48c;
    line-height: 12px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}


h6.new {
    margin: 0px 0px 0px 10px;
    font-size: 12px;
    color: white;
    background-color: #eb4c6b;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    width: 50px;
    font-weight: 700;
}

.warning_title{
    font-size: 14px;
    font-weight: bold;
}
.warning_message{
    font-size: 16px;
    font-weight: bold;
    margin-left: 4px;
    color: #4b4b4b;
}

.warning_more{
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.left_padding_30{
    padding-left: 30px;
}

.event_image_home{
    height:120px;
    width:100%; 
    background-size:contain;
    margin-bottom: 20px; 
    background-repeat: no-repeat;
}