.gform_wrapper .bunnings-checkout__content {
    background-color: #FFF;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    gap: 40px;
}
.gform_wrapper .bunnings-checkout__content h4 {
    font-size: 20px;
    color: #0D5257 !important;
}
.gform_wrapper .bunnings-checkout__content p {
    margin-bottom: 0 !important;
    text-decoration: none;
    color: #333;
}
.gform_wrapper .bunnings-checkout__content a {
    display: flex;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    background-color: #DA291C;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 270px;
    gap: 5px;
    font-weight: 700;
}

.gform_wrapper .bunnings-checkout__action {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .gform_wrapper .bunnings-checkout__content {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .gform_wrapper .bunnings-checkout__content {
        align-items: center;
    }
    .gform_wrapper .bunnings-checkout__action {
        align-self: stretch;
    }
    .gform_wrapper .bunnings-checkout__content a {
        width: 100%;
    }
}