@media screen and (max-width: 1024px) {

    .section {
        padding: 60px 0;
    }
    .image-content-section .content-wrapper .title {
        font-size: 3.5rem;
    }

    /* Contact Form */
    .contact-wrapper {
        flex-direction: column;
    }
    
    .contact-wrapper .contact-info {
        width: 100%;
    }
    
    .contact-wrapper .contact-form {
        width: 100%;
    }
    /* End Contact Form */
}

@media screen and (max-width: 760px) {

    .image-content-section .content-wrapper .title {
        font-size: 3rem;
    }

    /* Contact Form */
    .contact-wrapper {
        flex-direction: column;
    }
    
    .contact-wrapper .contact-info {
        width: 100%;
    }
    
    .contact-wrapper .contact-form {
        width: 100%;
    }
    /* End Contact Form */
	
	.content-wrapper table td,
.content-wrapper table th {
	display: block;
}
}

@media screen and (max-width: 560px) {

    .image-content-section .content-wrapper .title {
        font-size: 3rem;
    }

    /* Contact Form */
    .contact-wrapper {
        flex-direction: column;
    }
    
    .contact-wrapper .contact-info {
        width: 100%;
    }
    
    .contact-wrapper .contact-form {
        width: 100%;
    }
    /* End Contact Form */
}

@media screen and (max-width: 460px) {

    .image-content-section .content-wrapper .title {
        font-size: 3.5rem;
    }

    /* Contact Form */
    .contact-wrapper {
        flex-direction: column;
    }
    
    .contact-wrapper .contact-info {
        width: 100%;
    }

    .contact-info .jobs {
        word-wrap: break-word;
    }
    
    .contact-wrapper .contact-form {
        width: 100%;
    }
    /* End Contact Form */
}

@media screen and (max-width: 360px) {

    .image-content-section .content-wrapper .title {
        font-size: 2.2rem;
    }

    /* Contact Form */
    .contact-wrapper {
        flex-direction: column;
    }
    
    .contact-wrapper .contact-info {
        width: 100%;
    }
    .contact-info a {
        word-wrap: break-word;
    }
    
    .contact-wrapper .contact-form {
        width: 100%;
    }
    /* End Contact Form */
}