﻿#further-information-wrapper {
    display: none;
    height: 80vh;
}

.information-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 676px;
    margin: auto;
    margin-top:119px;
}

.main-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.onepage-window-wrapper {
    display: flex;
    max-width: 624px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: auto;
    margin-top:40px
}

    .onepage-window-wrapper input {
        width: 100%;
    }

.action-button-wrapper {
    width: 100%;
}

.text-header {
    color: #000;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}


@media(max-width: 768px) {

    #further-information-wrapper{
        margin:0 16px;
    }

    .onepage-window-wrapper {
        margin: 0 16px;
    }

    .information-inner{
        margin-top:30px;
    }
}
