@media screen and (min-width: 960px){
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 24px;
    }
    .descripttop{
        flex-direction: row;
    }
    .descripttopsub{
        width: 50%;
    }
    .newsPmh{
        flex-direction: row;
    }
    .newsPmhLeft{
        width: 60%;
        border-right: 0.5px solid rgb(223, 232, 245);
    }
    .a_news{
        font-size: 20px;
    }
    .newsPhmRight{
        width: 40%;
    }
    .divvitri{
        flex-direction: row;
    }
    .imgvitri{
        width: 45%;
    }
    .textvitri{
        width: 55%;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 22px;
    }
    .descripttop{
        flex-direction: row;
    }
    .descripttopsub{
        width: 50%;
    }
    .newsPmh{
        flex-direction: row;
    }
    .newsPmhLeft{
        width: 60%;
        border-right: 0.5px solid rgb(223, 232, 245);
    }
    .a_news{
        font-size: 19px;
    }
    .newsPhmRight{
        width: 40%;
    }
    .divvitri{
        flex-direction: row;
    }
    .imgvitri{
        width: 45%;
    }
    .textvitri{
        width: 55%;
    }
}
@media screen and (max-width: 759px){
    h1{
        font-size: 22px;
    }
    h2{
        font-size: 20px;
    }
    .homePmh{
        flex-direction: column;
    }
    .descripttop{
        flex-direction: column;
    }
    .descripttopsub{
        width: 100%;
    }
    .newsPmh{
        flex-direction: column;
    }
    .newsPmhLeft{
        width: 100%;
    }
    .a_news{
        font-size: 18px;
    }
    .newsPhmRight{
        width: 100%;
    }
    .divvitri{
        flex-direction: column;
    }
    .imgvitri{
        width: 100%;
    }
    .textvitri{
        width: 100%;
    }
}
h1{
    text-align: center;
}
img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.rowPmh{
    padding-left: 20px;
    display: flex;
    flex-direction: row;
}
.symbolPmh{
    font-size: 15px;
    color: red;
    display: flex;
    align-items: center;
}
.symbolTextPmh{
    padding-left: 6px;
    padding-right: 6px;
}
.descripttop{
    display: flex;
}
.descripttopsub img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.newsPmh{
    display: flex;
    margin-top: 12px;
    border-bottom: 0.5px solid rgb(224, 227, 233);
    border-radius: 12px;
    margin-bottom: 12px;
}
.title_news{
    padding-bottom: 9px;
}
.a_news{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.newsPhmRight{ 
    padding: 6px;
}
.subnewsright{
    display: flex;
    flex-direction: row;
    margin-top: 6px;
    margin-bottom: 6px;
}
.subnewsrightL{
    width: 40%;
}
.subnewsrightR{
    width: 60%;
}
.divvitri{
    display: flex;
}
.rowhome{
    display: flex;
    flex-direction: row;
}
.symbol{
    padding-left: 12px;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
}
.rowtext{
    padding: 6px;
    align-items: center;
}
.imgline{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}