/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2025 | 11:54:05 */
.contact__section__header p{
	    display: flex;
    gap: 20px;
}
.wpcf7-form img {
    position: absolute !important;
    right: 30px !important;
    height: 25px;
    width: 25px;
    bottom: 38px !important;
}
@media screen and (max-width: 768px){
	.contact__section__header p{
	    display: flex;
		flex-direction: column;
		gap: 0px !important
}
}
@media (max-width: 768px) {
    .wpcf7-form img {
        position: absolute !important;
        left: 132px !important;
        height: 25px;
        width: 25px;
        bottom: 16px !important;
    }
	.checkbox-contact{
		margin-top: 4px !important
	}
}

.wpcf7-form .wpcf7-form-control-wrap{
	width: 100% !important
}
/* Add your CSS code here.

For example:
.contact__section__header p{
	    display: flex;
    gap: 20px;
}


For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

