.sbc-form-with-text {
  padding-bottom: 80px;
}

.sbc-form-with-text__title {
    font-size: 58px;
    line-height: 68px;
}

.sbc-form-with-text__content {
    margin-top: 60px;
}

.sbc-form-with-text__content p {
    font-size: 19px;
    line-height: 31px;
    font-weight: 400;
}

.sbc-form-with-text .breadcrumb-cont {
    background-color: black;
    margin-bottom: 100px;
}

.sbc-form-with-text__image-row {
    margin-bottom: 30px;
}

.sbc-form-with-text__form-wrapper {
    background-color: #EFEFF0;
    padding: 70px 20px 20px;
}

.sbc-form-with-text__form-wrapper label,
.sbc-form-with-text__form-wrapper input,
.sbc-form-with-text__form-wrapper select,
.sbc-form-with-text__form-wrapper textarea {
    width: 100%;
    display: block;
    font-weight: 400;
}

.sbc-form-with-text__form-wrapper form {
    margin-top: 80px;
}

.sbc-form-with-text__form-wrapper br {
    display: none !important;
}

.sbc-form-with-text__form-wrapper label {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 10px;
}

.sbc-form-with-text__form-wrapper input,
.sbc-form-with-text__form-wrapper select,
.sbc-form-with-text__form-wrapper textarea {
    appearance: none;
    border-radius: 0;
    border: none;
    background-color: #fff;
    height: 78px;
    font-size: 23px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 25px;
}

.sbc-form-with-text__form-wrapper textarea {
    height: 200px;
    padding-top: 25px;
    padding-bottom: 25px;
    resize: none;
    overflow: auto;
}

.sbc-form-with-text__form-wrapper select {
    background: url('https://spiderboost.com/wp-content/uploads/2023/06/arrow.png') 96%/20px no-repeat #fff;
    padding-right: 45px;
}

.sbc-form-with-text__form-wrapper .buy-with-prime-form__field {
    margin-bottom: 30px;
}

.sbc-form-with-text__form-wrapper__title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.buy-with-prime-form__note {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
}

.buy-with-prime-form__field.buy-with-prime-form__field_-submit {
    margin-top: 70px;
    text-align: center;
}

.buy-with-prime-form__field.buy-with-prime-form__field_-submit input[type="submit"] {
    max-width: 360px;
    background-color: #D30025;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    margin: 0 auto;
}

.buy-with-prime-form__field.buy-with-prime-form__field_-submit input[type="submit"]:hover {
    background-color: #000;
}

.sbc-form-with-text .sbc-form-with-text__spiderboost-bwp-logo {
    max-width: 450px;
    margin-bottom: 80px;
}



@media (max-width: 1199px){
    .sbc-form-with-text__title {
        font-size: 46px;
        line-height: 56px;
    }

    .sbc-form-with-text__form-wrapper__title {
        font-size: 32px;
        line-height: 42px;
    }

    .sbc-form-with-text .sbc-form-with-text__spiderboost-bwp-logo {
        max-width: 400px;
        margin-bottom: 60px;
    }
}

@media (max-width: 991px){
    .sbc-form-with-text__image-row img {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        display: block;
    }

    .sbc-form-with-text__title,
    .sbc-form-with-text__content {
        text-align: center;
    }

    .sbc-form-with-text .sbc-form-with-text__spiderboost-bwp-logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .sbc-form-with-text .sbc-form-with-text__form-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 575px){
    .sbc-form-with-text__title {
        font-size: 38px;
        line-height: 48px;
    }

    .sbc-form-with-text__content,
    .sbc-form-with-text__form-wrapper form {
        margin-top: 40px;
    }

    .sbc-form-with-text .breadcrumb-cont {
        margin-top: 60px;
    }
    
    .sbc-form-with-text__form-wrapper {
        padding-bottom: 0;
    }
}