p {
    font-size: 22px;
}

body {
    font-family: 'Inter';
}

img {
    width: 40vw;
    max-width: 250px;
}

.title {
    font-size: 60px;
    font-weight: bold;
    margin: .5em 0 0 0;
}

.parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2em 0 2em;
}

.top {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 0;
    max-width: 700px;
}

p {
    text-align: center;
    margin: .5em 0;
}

.screens {
    display: flex;
    flex-direction: row;
    padding: 2em 0 0 0;
}

.bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button {
    display: block;
    background: #E83D3D;
    padding: 20px;
    border-radius:8px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
}

@media screen and (min-width: 1100px) {
    .title {
        font-size: 96px;
    }

    p {
        text-align:start;
    }

    img {
        width: 300px;
        max-width: 300px;;
    }

    .parent {
        padding: 10em;
    }

    .top {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 90vw;
        max-width: 2000px;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content:flex-start;
        justify-self: flex-start;
        max-width: 650px;
        padding: 0 5em 0 0;
    }

    .screens {
        display: flex;
        flex-direction: row;
        justify-self: flex-end;
        padding: 0;
    }

    .bottom {
        padding: 4em 0 0 0;
    }
}

.sib-form {
    padding: 0;
}

#sib-container {
    padding: 0;
}

#sib-container input:-ms-input-placeholder {
    text-align: left;
    color: #c0ccda;
}

#sib-container input::placeholder {
    text-align: left;
    color: #c0ccda;
}

#sib-container textarea::placeholder {
    text-align: left;
    color: #c0ccda;
}