.matuto-store {
    background: url(../../../images/background-souvenirs.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.matuto-store 

.matuto-store__grid {
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
    display: flex;    
}

.matuto-store  h2 {
    width: 100%;
    max-width: 700px;
    text-align: center;    
}

.matuto-store__col--content .button-link {
    margin: 30px auto;
}

@media (max-width: 780px) {
    .matuto-store .matuto-store__grid {
        flex-direction: column;
    }    
    .matuto-store h2 {
        max-width: 100%;
        padding: 0 20px;
    }
}