/*blog structure*/
.text-image{
    display:flex;
}
.lsit{
    float:right;
    width:40vw;
    margin: 0 2rem 2rem;
    border-radius: 4vw;
}
article{
    overflow-x: hidden;
}
h3{
    font-size: clamp(1.25rem, 2.5vw, 2.5rem);
    margin: 2rem 1.6rem .5rem;
    font-weight: 600;
}