section.book-a-demo-short {
    padding: 15em 10em 10em 10em;
}
section.book-a-demo-short h2{
    color: #151B33;
    font-family: "ClashDisplay-Medium", serif;
    font-size: 3.1875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 3.1875rem */
    text-transform: uppercase;
    text-align: left;
}
section.book-a-demo-short h2.orange{
    color: #FF6701;
}
section.book-a-demo-short p {
    color: #AFAFAF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.0175rem;
    width: 25%;
}
section.book-a-demo-short img.position-absolute {
    right: 0;
    bottom: -13em;
    z-index: -1;
}
section.book-a-demo-short .book-a-demo-div {
    display: flex;
    align-items: flex-start;
}
section.book-a-demo-short .book-a-demo-div .form-control {
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: #E0E1E7;
    color: #151B33;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.75rem 1.5rem;
}
section.book-a-demo-short .book-a-demo-div span {
    margin-right: 0.5em;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #FF6701;
}
@media (max-width: 1620px) {
    section.book-a-demo-short {
        overflow-x: clip;
    }
    section.book-a-demo-short img.position-absolute {
        right: -15vw;
    }
    section.book-a-demo-short p {
        width: 35%;
    }
}
@media (max-width: 1200px) {
    section.book-a-demo-short {
        padding: 4em;
    }
    section.book-a-demo-short p {
        width: 100%;
    }
    section.book-a-demo-short img {
        bottom: -6em;
    }
}
@media (max-width: 960px) {
    section.book-a-demo-short {
        padding: 1em;
    }
    section.book-a-demo-short p {
        width: 100%;
    }
    section.book-a-demo-short img {
        bottom: -6em;
    }
}
@media (max-width: 768px) {
    section.book-a-demo-short .wpcf7-form-control-wrap {
        width: 100%;
    }
    section.book-a-demo-short {
        padding: 4em 1em;
    }
    section.book-a-demo-short .book-a-demo-div {
        display: flex;
        flex-direction: column;
    }
    section.book-a-demo-short .book-a-demo-div .wpcf7-form-control-wrap {
        margin-bottom: 0.5em;
    }
    section.book-a-demo-short h2{
        font-size: 1.5rem;
        text-align: center;
    }
    section.book-a-demo-short .btn {
        width: 100%;
        justify-content: center;
    }
    section.book-a-demo-short .form-control {
        text-align: center;
    }
    section.book-a-demo-short .wpcf7-form-control-wrap{
        margin-right: 0 !important;
    }
}
