.section-form-hero-section {
    background-image: url('/wp-content/uploads/2025/10/formtThanksBackground.webp');
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-form-hero-section h1 {
    text-shadow: 0 5px 15px rgba(253, 253, 253, 0.5);
}

.section-form-hero-section .what-image {
	height: 300px;
    position: absolute;
    max-width: unset;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.section-form-thanks{
    width:100vw;
    padding:100px 16px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.section-form-thanks-container{
    width:100%;
    max-width:944px;
    text-align:center;
    display:flex;
    flex-direction:column;
    gap:50px;
    align-items:center
}
.section-form-thanks-details{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.section-form-thanks-details p:last-of-type{
    margin-top:20px;
}
.section-form-mobile-gap{
    display:none;
}
.section-form-thanks-contact{
	display:none;	
}

@media screen and (max-width:1200px){
    .section-form-thanks-gap{
        display:none;
    }
}

@media screen and (max-width:600px){
	.section-form-hero-section {
    	background-image: url('/wp-content/uploads/2025/10/formtThanksBackgroundMobile.png');
		height:200px !important;
	}

	.section-form-thanks{
    	padding:50px 16px; 
	}
	.section-form-thanks-contact{
		display:block;	
	}
    .section-form-mobile-gap{
    display:block !important;
	}

    .section-form-thanks-details h6{
        font-size:24px;
    }
    .section-form-thanks-details p {
        font-size:12px;
        text-align:justify;
    }
    .section-form-thanks-details{
        gap:20px !important;
    }
    .section-form-thanks-details p:last-of-type{
    margin-top:0px !important;
	}
}