﻿@media only screen and (min-width: 1024px) {

    .contentInside {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 769px) {
    main {
        margin-top: 52px;
    }
}

.contents__container {
    min-height: 50vh;
    background: #f6f5fa;
}

.contentInside {
    background: #f2f3f8;
    padding: 10px 0;
    margin-bottom: 35px;
}

.header__container:before {
    height: 180px;
}
