textarea {
    width: 100%;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 15px;
    font-size: 18px;
    resize: none;
}

html, body {
    overflow-x: hidden;
}

.form-elem p {
    color: white;
}
.btn-group {
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .drone {
        height: 200px;
        position: absolute;
        top: 10px;
        right: 60px;
    }
}

@media screen and (min-width: 1024px) {
    .drone {
        height: 240px;
        position: fixed;
        top: 0;
        right: 60px;
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.6;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.offer-element-wrapper {
    opacity: 0;
}

input[type="text"] {
    height: 40px;
    border: 1px solid white;
    background: transparent;
    width: 70%;
    font-size: 18px;
    padding-left: 10px;
    color: white;
}

.more {
    color: white;
    font-weight: 300;
    font-size: 18px;
}

.w-button {
    font-weight: 700;
    font-size: 16px;
}

.offer-detail-wrapper  {
    display: flex;
    flex-direction: row;
}

.offer-element-wrapper {
    margin-right: 15px;
    margin-left: 15px;
}

@media only screen and (max-width:992px) {
    .offer-detail-wrapper  {
        display: flex;
        flex-direction: column;
    }
}

.w66 {
    width: 66%;
    text-align: center;
    margin: auto;
}
.heading {
    text-align: center;
}

.text-center, .heading-6 {
    text-align: center;
}

.klar-bot {
    height: 260px;
}

@media screen and (max-width: 726px) {
    .drone {
        height: 110px;
        position: absolute;
        top: 0;
        right: 30px;
    }
    .heading-6 {
        font-size: 20px;
    }
    .w66 {
        width: 100%;
        text-align: center;
        margin: auto;
    }
}

p a {
    color: #fcba03;
}

.rocket {
    margin-top: -100px;
}