.content-crown {
    background-image: url(/minio/pages/300-de-rotiri-crown/background.png);
    width: 100%;
    background-size: cover;
    height: 100vh;
}

.content-left {
    display: flex; 
    flex-direction: column;
    width: 40%;
    align-items: center;
}

.content-title  {
    width: 100%;
}

.content-left a {
    width: 60%;
    margin-top: -8vh;
    display: flex;
    justify-content: center;
}

@media (max-width: 700px) {
    .content-crown {
        background-image: url(/minio/pages/300-de-rotiri-crown/background-mobile.png);
    }

    .content-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content-left a {
        display: flex;
        justify-content: center;
        margin-top: -4vh;
    }

    .content-btn {
        width: 100%;
    }
}
