.main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
}

.main__layout {
    display: grid;
    grid-template-columns: 50% 1fr;
    height: 100%;
    width: 100%;
}

.main__layout__side-bar {
    background: #f8eef0 url(../img/EV26_FORMULARIO_INSCRICAO_2.png?1748422862) center no-repeat;
    background-size: 68% auto;
    border-right: solid rgba(0, 0, 0, 0.05) 2px;
}

.main__layout__page {
    overflow-y: auto;
}

.main__layout__page-content {
    padding: 30px;
}

.main__top-banner {
    display: none;
}

@media all and (max-width: 1100px) {
    .main__layout {
        grid-template-columns: 1fr;
        grid-template-rows: 0 1fr;
    }

    .main__top-banner {
        display: block;
        background: #f8eef0 url(../img/EV26_FORMULARIO_INSCRICAO_3.png?1748422862) center no-repeat;
        background-size: auto 87%;
        border-bottom: solid rgba(0, 0, 0, 0.05) 2px;
        height: 200px;
    }
}

.page {
    max-width: 600px;
    margin: 0 auto;
}

.title, .title2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}

.title2 {
    font-size: 19px;
    margin-bottom: 26px;
}
