/* General */
.text-5xl, #testimonials-block h2 {
	font-size: 2.25rem;
	line-height: 2.25rem;
}
@media (max-width: 1280px) {
	.hero-text, .title, .w-full {
		padding-left: 30px;
	}
	#content-block .w-full {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.hero-text, .title, .w-full {
		padding-left: 10px;
	}
}

/* About Us */
.signature-title {
  color: #122c4f;
  display: block;
  margin-top: -16px;
}


/* Blog */
.blog h1 , .single h1 {
    font-size: 3.75rem;
    line-height: 1;
}
@media (max-width: 1023px) {
    .blog h1, .single h1 {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }
}

/* Services */
.radial-content-section.left-half {
    text-align: right;
}
@media (max-width: 1023px) {
	.radial-content-section.left-half {
		text-align: center;
	}
}


/* Footer */
@media (min-width: 768px) {
    .md\:w-1\/5 {
        width: 25% !important;
    }
}
@media (max-width: 640px) {
    .w-1\/3 {
        width: auto;
    }
}
@media (max-width: 481px) {
    .w-1\/3 {
        width: 100%;
    }
}
#contact {
    background-color: #122b4f;
    background-image: url(/wp-content/themes/mwd/library/images/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: right 0 top 40px;
}
.mix-blend-screen {
    mix-blend-mode: screen;
}
@media (max-width: 767px) {
    #contact {
        background-position: center bottom;
        background-size: contain !important;
    }
    .hero-bg {
        max-width: 100% !important;
        position: absolute;
        bottom: 0;
        top: 400px;
    }
}
@media (max-width: 481px) {
    #contact {
        background-size: 800px;
        background-position: bottom center;
    }
} 



