	.main-take-us {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    color: black;
	    width: 100%;
	    overflow: hidden;
	}

	.main-content {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    max-width: 1440px;
	    height: 984px;
	    padding: 64px 5.5em;
	}

	.take-header {
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	}

	.take-header h2 {
	    font-size: 36px;
	    margin: 0;
	    text-align: start;
	    font-weight: 400;
	}

	.take-header p {
	    color: #333;
	    font-size: 16px;
	    line-height: 1.5;
	    max-width: 715px;
	    text-align: end;
	}

	.form-wrapper {
	    width: 100%;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    margin-top: 40px;
	    margin-bottom: 100px;
	    gap: 82px;
	}

	.form-banner {
	    width: 400px;
	    height: 703px;
	    position: relative;
	    background: linear-gradient(180deg, #001C31 0%, #00091A 100%);
	    background-size: cover;
	    background-position: center;
	    border-radius: 20px;
	    padding: 40px 32px;
	    box-sizing: border-box;

	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    color: #ffffff;
	}

	.form-banner::after {
	    content: "";
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 400px;
	    height: 405px;
	    background: url('<?php echo get_site_url(); ?>/wp-content/themes/hello-elementor-child-theme/styles/fale-conosco-icones/shape-banner.png') no-repeat center bottom;
	    background-size: 400px 405px;
	    z-index: 1;
	}

	.form-banner .title {
	    font-size: 22px;
	    font-weight: 600;
	    margin-bottom: 32px;
	}

	.form-banner .city {
	    font-size: 22px;
	    font-weight: 700;
	}

	.form-banner .address {
	    font-size: 18px;
	    line-height: 22px;
	    opacity: 0.9;
	    text-align: start;
	    margin-bottom: 20px;
	}

	.form-banner .phone {
	    font-size: 26px;
	    font-weight: 700;
	    color: #00AEEF;
	    margin-bottom: 32px;
	}

	.form-banner .social {
	    margin-top: 53px;
	    display: flex;
	    gap: 16px;
	}


	.icons-social-take {
	    font-size: 35px;
	    height: 35px;
	    width: auto;
	}

	.icons-social-take i {
	    color: white;
	    transition: ease 1s all;
	}

	.icons-social-take i:hover {
	    color: #00AEEF;
	}

	.form-container {
	    flex: 1;
	    margin: 0 auto;
	    height: 703px;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: space-between;
	}

	.social-icons-take-container {
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    gap: 15px;
	    z-index: 2;
	}

	.form-wrapper .wpcf7-form-control {
	    width: 100%;
	    padding: 15px;
	    border-radius: 12px;
	    border: 0px solid transparent;
	    font-size: 16px;
	    color: #333;
	}

	.form-wrapper .wpcf7 {
	    flex: 1;
	}

	.form-wrapper .wpcf7-form p {
	    margin-top: 0;
	    margin-bottom: 0;
	    gap: 14px;
	    display: flex;
	    flex-direction: column;
	}

	.form-wrapper .wpcf7-form p br {
	    display: none;
	}

	.form-wrapper .wpcf7-form {
	    display: flex;
	    flex-direction: column;
	}

	.form-wrapper .wpcf7 input[type="text"],
	.form-wrapper .wpcf7 input[type="email"],
	.form-wrapper .wpcf7 input[type="tel"],
	.form-wrapper .wpcf7 textarea {
	    background: #F2F2F2;
	}

	.form-wrapper .wpcf7 input[type="text"],
	.form-wrapper .wpcf7 input[type="email"],
	.form-wrapper .wpcf7 input[type="tel"] {
	    height: 63px;
	}

	.form-wrapper .wpcf7 input:focus,
	.form-wrapper .wpcf7 textarea:focus {
	    border: 1px solid #009EE2;
	    outline: none;
	}

	.form-wrapper .wpcf7-textarea {
	    height: 327px;
	}

	.form-wrapper .wpcf7 input[type="submit"] {
	    background-image: linear-gradient(90deg, #009EE2 0%, #00F0FD 100%);
	    border: none;
	    border-radius: 999px;
	    padding: 8px 48px;
	    font-size: 14px;
	    font-weight: 600;
	    color: white;
	    cursor: pointer;
	    width: 170px;
	    align-self: end;
	    margin-top: 23px;
	}

	.form-wrapper .wpcf7 input::placeholder,
	.form-wrapper .wpcf7 textarea::placeholder {
	    color: #A8ACB0;
	    font-weight: 600px;
	    font-size: 18px;
	    opacity: 1;
	}

	.form-wrapper .wpcf7 input[type="submit"]:hover {
	    background-image: linear-gradient(90deg, #00F0FD 0%, #009EE2 100%);
	}

	.form-wrapper .wpcf7-not-valid-tip {
	    color: #dc3232;
	    font-weight: normal;
	    bottom: 42px !important;
	    left: 16px;
	    z-index: 50;
	    font-size: 12px;
	}

	.form-wrapper .wpcf7-response-output {
	    margin-top: -15px !important;
	}


	@media (max-width: 768px) {

	    .take-header {
	        display: flex;
	        flex-direction: column;
	        gap: 20px;
	    }

	    .form-wrapper {
	        flex-direction: column;
	        gap: 40px;
	    }

	    .form-banner {
	        width: 100%;
	        height: auto;
	    }

	    .main-content {
	        padding: 40px 20px;
	        height: auto;
	    }

	    .take-header h2 {
	        font-size: 28px;
	    }

	    .take-header p {
	        font-size: 14px;
	        text-align: start;
	    }

	    .form-container {
	        height: auto;
	    }

	    .form-wrapper .wpcf7-form-control {
	        width: 100%;
	        padding: 12px;
	    }

	    .form-wrapper .wpcf7 input[type="submit"] {
	        width: 100%;
	        padding: 12px;
	    }
	}