.legal {
    width: 100%;
    height: 100%;
    background-image: url(../../../assets/images/header-image-1.webp);
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 2fr));
    overflow-y: scroll;
}

.legal__container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    gap: 20px;
    padding: 20px;
}

.legal__container div {
    width: 90%;
    height: 90%;
}

.legal__container div p{
    font-size: 0.7rem;
}

.legal img {
    width: 300px;
    height: auto;
    align-self: center;
    justify-self: center;
}