.form-trial__half .form-button-wrap,
.form-trial__half .form-image-wrap {
    margin-top: 25px;
}

.form-trial__half .form-image-wrap {
    text-align: center;
    width: 100%;
}

.form-trial__half .form-image-wrap img {
	display: inline-block!important;
	position: initial!important;
}

.form-trial__half .line-separator.center.home-c {
    margin-top: 25px;
    margin-bottom: 25px;
}
.trial-form-container .form-trial__half .form-wrapper.home-c {
    background-color: rgba(247,250,252,.7);
}
.form-trial__half .form-wrapper.home-c {
    background: var(--color-lighter-blue);
}

.form-trial__half .form-title {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.half-text-half-trail-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.half-text-half-trail-flex > .col-md-8 {
    margin-bottom: 30px;
}

.background-cloud {
    background-color: var( --color-lighter-blue );
    position: relative;
}

.background-cloud .container {
    z-index: 1;
    position: relative;
}

.background-cloud .home-c {
    background-color: var( --color-white )!important;
}

.background-cloud img {
    display: block!important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.half-text-half-trial-form img {
    display: none;
}

.half-text-half-trail-flex h4 {
    margin-bottom: 12px;
    font-family: var( --font-primary );
    font-size: 2.8em;
    line-height: 30px;
    font-weight: 400;
}

@media( min-width: 1025px ) {
    .half-text-half-trail-flex > .col-md-8 {
        padding-right: 7%;
    }
}