.have-idea-wrap {
    background-color: #393D50;
    border-bottom-width: 5px;
    overflow: auto;
    width: 100%;
    min-height: 286px;
    position: relative;
}

.have-idea-wrap > .idea-section {
    padding: 100px 0 140px;
    overflow: hidden;
    color: #edeffe;
}

.idea-section > .idea-body {
    margin-top: 40px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.idea-section > .idea-body div.td {
    width: 50%;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    padding: 20px;
    line-height: 1.2;
}

.idea-section > .idea-body .button-wrap {
    text-align: center;
    padding-top: 30px;
}

.idea-section > .idea-body .new-ideas-video {
    width: 510px;
    height: 287px;
    outline: none;
}

.idea-section .video-wrap {
    position: relative;
}

.idea-section > .idea-body .play-icon-wrap {
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
}

.idea-section > .idea-body .icon_play {
    font-size: 88px;
    cursor: pointer;
}

.idea-section > .idea-body .icon_play:hover {
    color: white;
}

/*noinspection CssOptimizeSimilarProperties*/
.have-idea-wrap .arrow-down {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzdnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRURFRkZFIj48cGF0aCBkPSJNNjQwIDEzOUwwIDB2MTQwaDEyODBWMEw2NDAgMTM5eiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 34px;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 33px;
}

@media (max-width: 1139px) {
    .idea-section > .idea-body {
        margin-top: 0;
    }

    .idea-section > .idea-body,
    .idea-section > .idea-body div.tr,
    .idea-section > .idea-body div.td {
        display: block;
        width: 100%;
    }

    .idea-section > .idea-body div.td {
        padding: 10px;
    }

    .idea-section .video-wrap {
        margin-top: 40px;
    }

    .idea-section > .idea-body .new-ideas-video {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 719px) {
    .have-idea-wrap .section-header.title-size-5 .section-title .title {
        font-size: 32px;
    }

    .have-idea-wrap .section-header.mini-title-size-18 .section-title .icon.false {
        font-size: 16px;
    }
}

@media (max-width: 499px) {
    .idea-section > .idea-body div.td {
        padding: 10px;
    }
}