#spitimou {
    margin-top: 160px;
    overflow: hidden;
}

.spitimou-title {
    color: #fec90f;
    font-weight: 600;
    font-size: 1.2rem;
}

.spitimou-text {
    padding: 20px;
    text-align: justify;
}

.results {
    grid-column: span 4;
}

.grid-arrange {
    grid-column: span 4;
}

#property-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.summary {
    grid-column-start: 4;
    grid-column-end: 4;
}

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1921px) {

}

@media screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
    .results {
        grid-column: span 3;
    }

    .grid-arrange {
        grid-column: span 3;
    }

    #property-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .summary {
        grid-column-start: 3;
        grid-column-end: 3;
    }

    article[data-key] {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    #spitimou {
        margin-top: 120px;
    }

    .results {
        grid-column: span 2;
    }

    .grid-arrange {
        grid-column: span 2;
    }

    #property-grid {
        grid-template-columns: 1fr 1fr;
    }

    .summary {
        grid-column-start: 2;
        grid-column-end: 2;
    }
}

@media only screen and (max-width: 768px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .results {
        grid-column: span 1;
    }

    .grid-arrange {
        grid-column: span 1;
    }

    #property-grid {
        grid-template-columns: 1fr;
    }

    .summary {
        grid-column-start: 1;
        grid-column-end: 1;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 420px) {

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}