﻿.screenshotSection h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    margin-top: 57px;
    font-family: 'PilatExtended';
}

.screenshotSection p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ddd;
    margin: 10px;
}

.screenshotSection {
    width: 100%;
    /*min-height: 125vh;*/
    padding: 57px;
}


@media all and (max-width: 850px) and (min-width: 50px) {
    .screenshotSection {
        padding: 0;
    }
    .screenshotSection .col-12, .screenshotSection .col-6, .screenshotSection .col-4{
        padding: 0 !important;
    }
}
