.hero__right img {
    width: 380px;
}

.to-do-title {
    margin-bottom: 40px;
}

.product-link {
    font-family: "Uni Sans";
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    color: #1b1e20;
    position: relative;
    cursor: pointer;
}

.product-link img {
    position: relative;
    bottom: -1px;
}


@media only screen and (max-width: 576px) {
    .hero__right img {
        width: 300px;
    }
}
