/* CSS Document */
@media (min-width: 320px) and (max-width: 767px) {
.section-one{ height:70vh; }
.contact-box2 { margin-bottom: 30px; }
.title { font-size: 44px; line-height: 44px; }
.fusce { text-align: left; }
.section-one::before { background: linear-gradient(to bottom, #010a3536, #16153e, #16153e); }
.quote-bg { background-size: cover; }




}
 @media (min-width: 320px) and (max-width: 480px) {
}
 @media (min-width: 481px) and (max-width: 767px) {


	
}
@media (min-width: 768px) and (max-width: 1024px) {
}
 @media (min-width: 1025px) and (max-width: 1366px) {
}
 @media (min-width: 1367px) and (max-width: 1920px) {


}