@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
.image-sty img{
    width: 100%;
    height: auto;
}

.malware-style h1{
    font-size: 32px;
    margin: 21px 0;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.malware-style p{
    margin: 12px 0;
    clear: both;
    text-align: justify;
    line-height: 1.5;
    font-weight: 500;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}

.malware-style ul{
    padding: 0 30px;
    margin: 12px 0;
}
.malware-style ul li{
    margin: 12px 0;
}
.malware-style ul span{
    font-weight: 600;
    text-align: justify;
}