body {
    width: 100%;
    background-color: #D8B5FF;
}

main {
    width: 100%;
    background-color: #D8B5FF;
    display: flex;
    justify-content: right;
}

.seccion-del-fondo {
    width: 98%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

.seccion-del-fondo div {
    position: relative;
    right: 1%;
    margin-top: 20px;
    width: 60%;
}

.seccion-del-fondo div h2 {
    font-size: 18px;
    font-family: 'Inter', serif;
}

.seccion-del-fondo div p {
    font-style: italic;
}

.sara-lotta {
    width: 40%;
    height: 100vh;
}

@media (max-width: 601px) {
    .seccion-del-fondo {
        display: grid;
        justify-items: center;
    }

    .seccion-del-fondo div {
        position: relative;
        width: 90%;
    }

    .sara-lotta {
        width: 90%;
    }
}