@media only screen and (min-width: 320px) and (max-width: 768px) {
	.container_1,
	.container_2,
	.container_3,
	.container_4, 
	.container_5 {
		width: 100%;
	}
	.policy-link {
		text-align: center;
    	width: 100%;
    	margin: 20px 0px;
	}
	.container_nowrap {
		flex-wrap: wrap;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.container {
		max-width: 90%;
		padding: 10px;
	}
	.header-area { 
		position: relative;
	}
	.hero__title {
		font-size: 30px;
	}
	.button a {
		font-size: 20px;
	}
	.main-title__center {
		font-size: 28px;
	}
	.hero, .container_hero {
		max-width: 100%;
		height: 100%;
	}
	.form input, .form select, .form textarea {
		width: 100%;
	}
	.container__height {
		padding: 15% 0;
	}
	.main {
		height: 100%;
	}
	.menu__icon {
		display: block;
	}
	.nav-toggler {
    	display: block;
	    position: absolute;
	    right: 5%;
  	}
  	.site-navbar {
    	min-height: 60px;
    	justify-content: flex-start;
  	}
	.site-navbar ul {
	    position: absolute;
	    width: 100%;
	    height: calc(100vh - 60px);
	    left: 0;
	    top: 38px;
	    flex-direction: column;
	    align-items: center;
	    background-color: rgb(255 255 255 / 84%);
	    max-height: 0;
	    overflow: hidden;
	    transition: .3s;
	    z-index: 19;
	}
	.header {
		font-size: 30px;
		text-align: center;
	}
	.site-navbar ul li {
	    width: 90%;
	    text-align: center;
	}
	.site-navbar ul li a {
	    padding: 25px;
	    font-weight: 600;
	}
	.site-navbar ul li a:hover {
	    background-color: rgba(255,255,255,.1);
	}
	.site-navbar ul.open {
	    max-height: 100vh;
	    overflow: visible;
	    margin-top: 20px;
	}
	.intro-area h2 {
	    font-size: 36px;
	    margin-bottom: 15px;
	}  
	.menu__item {
    	margin: 10px;
	}
	.menu__phone {
		display: none;
	}
}