figure,
img {
    max-width: 100%;
}

h1 {
    font-size: 3.5rem;
    color: #0e0e0e;
}

@media (max-width:768px){
    h1 {
        font-size: 2.5rem;
    }
}