#talk {
    width: 100%;
    height: var(--fullHeight);
    min-height: var(--fullHeight);
}

#talk .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    border-image: var(--talk_overlay);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    background-image: var(--talk_backgroundImage);
}

#talk h2 {
    text-align: center;
    font-size: 10vw;
}

#talk h3 {
    margin: 10% 5% 0;
    text-align: center;
    font-size: 5vw;
    line-height: 7vw;
}

#talk .zap {
    padding-top: 15%;
    text-align: center;
}

#talk .zap i {
    margin-top: 25px;
    font-size: 20vw;
    color: #18990F;
    animation-name: flutuar;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
}