.free-guide {
    margin: 70px 0;
}

.free-guide {
    position: relative;
    background: linear-gradient(90deg, #34CCBF 0%, #1FFFC3 100%);
    background-blend-mode: multiply;
    overflow: visible;
}

.free-guide__box {
    display: flex;
    align-items: center;
    gap: 100px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.free-guide__box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255,255,255,0.3) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.3) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.free-guide__content {
    position: relative;
    z-index: 2;
    width: 56%;
}

.free-guide__heading {
    color: #262626;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 18px;
}

.free-guide__description {
    color: #262626;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.free-guide__description p {
    margin: 0;
}


.free-guide__image {
    margin-top: -70px;
    margin-bottom: -100px;
    z-index: 3;
    width: 35%;
}

.free-guide__image img {
    width: 100%;
    display: block;
}

@media (max-width: 991px) {
	h2.free-guide__heading {
    font-family: "Covered By Your Grace";
    font-weight: 400;
}
    .free-guide__box {
        padding: 45px 0px;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 50px !important;
    }


    .free-guide__image {
        position: relative;
        right: auto;
        top: auto;
        margin: 0px auto 0;
        width: 220px;
    }
}
@media (max-width: 767px) {
	    .free-guide__box {
        gap: 0;
    }
	    .free-guide__image {
        width: auto;
    }
	.free-guide__content {
    width: 100%;
}
	div#gform_fields_5 {
    gap: 10px;
}
div#gform_fields_5 {
    background: transparent !important;
    border-radius: initial;
    padding: 0;
}
	.free-guide .free-guide__form input[type="email"], .free-guide .free-guide__form input[type="text"] {
    border-radius: 50px !important;
}
	.gform-theme--foundation #field_submit {
    justify-content: center;
}
	input#gform_submit_button_5 {
    width: 100%;
}
	
}


.free-guide .free-guide__form input[type="submit"], .free-guide .free-guide__form .gform_button {
    height: 64px !important;
    min-height: 64px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #262626 !important;
    color: #1fffc3 !important;
    padding: 0 30px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    margin: 0 !important;
}
.free-guide .free-guide__form input[type="email"], .free-guide .free-guide__form input[type="text"] {
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    border: 0 !important;
    background: #fff !important;
    padding: 0 30px !important;
    font-size: 18px !important;
    color: #262626 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50px 0px 0 50px;
}
div#gform_fields_5 {
    background: #fff;
    border-radius: 50px;
    padding: 0;
}
div#gform_fields_5 div#field_submit {
    justify-content: flex-end;
}