.memo-gaza-war-count-wrap{
    float: left;
    width: 100%;
    background: #000000;
    padding: 25px;
    margin-bottom: 20px;
}
.memo-gaza-war-count-title{
    float: left;
    width: 100%;
}
.memo-gaza-war-count-title h2{
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 130%;
    color: #ffffff;
    font-weight: 700;
}
.memo-gaza-war-count-content{
    float: left;
    width: 100%;
}
.memo-gaza-war-count-content ul{
    float: left;
    width: 100%;
    list-style: none;
}
.memo-gaza-war-count-content ul li{
    float: left;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    list-style: none;
    margin: 7px 0px;
}
.memo-gaza-war-count-content ul li span{
    font-weight: 400;
}
.gaza-casualty-last-update{
    float: left;
    width: 100%;
    font-family: 'Inter', sans-serif;   
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
@media only screen and (max-width:767px){
    .memo-gaza-war-count-title h2{font-size: 24px!important;}
    .memo-gaza-war-count-wrap{padding: 20px;}
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .memo-gaza-war-count-wrap{margin-top: 20px; margin-bottom: 0px;}
    .memo-gaza-war-count-title h2{font-size: 24px!important;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .memo-gaza-war-count-wrap{margin-top: 20px; margin-bottom: 0px;}
}
@media only screen and (min-width:992px) and (max-width:1100px){
    .memo-gaza-war-count-title h2{font-size: 22px!important;}
}