
@media (max-width: 1740px) { 
	.hero_section{
  
    padding: 12rem 0 28rem;
   
    
}
	html {
	/* 1rem = 10px */
	font-size: 0.57vw;
	}
	.container {
		max-width: 130em;
		padding-left: 1rem;
		padding-right: 1rem;
	}

}

/*--- Desktop Laptop devices (992px and up) -----*/
@media (max-width: 1440px) { 
	.hero_section{
    	padding: 12rem 0 28rem;
   	}
	html {
	/* 1rem = 10px */
	font-size: 0.69vw;
	}
	.container {
		max-width: 130em;
		padding-left: 1rem;
		padding-right: 1rem;
	}

}



/* ------ iPad (991px and down) -----*/

@media (max-width: 991px) {

	html {
		font-size: 62.5%;
	}

	.button_box {
		position: unset;
		transform: translate(0, 0);
		justify-content: center;
		padding-top: 3.3rem;
	}

	.footer_section .container {
		flex-direction: column;
	}

	.footer_list li:last-child {
		flex-basis: 100%;
  		display: flex;
  		justify-content: center;
	}

	.footer_list ul {
		margin: 0;
		padding-top: 1rem;
		display: flex;
  		flex-wrap: wrap;
  		justify-content: center;
	}

}



/* ------ Mobile (767px and down) -----*/

@media (max-width: 767px) {
	
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.header_section .container {
		padding: 1rem 0;
	}

	.header-logo {
		width: 15rem;
	}

	.hero_section {
		margin: 0;
		padding: 6.3rem 0;
		height: calc(100vh - 20rem);
		display: block;
	}

	.hero_section .container {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.title_box {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}

	.title_box .title {
		font-size: 4.5rem;
		line-height: 1;
	}
	
	.title_box .sub_title {
		font-size: 2.1rem;
		line-height: 124%;
		margin-top: auto;
	}

	.button_box {
		gap: 2.9rem;
		flex-direction: column;
	}

	.button_box a {
		padding: 1.4rem 4rem;
	}

	.footer_section {
		padding: 1.6rem;
	}

	.copy_right {
		font-size: 1.3rem;
		text-align: center;
	}

	.footer_list ul {
		gap: 2rem;
		padding-top: 0;
	}

	.footer_list li {
		font-size: 1.6rem;
	}

}



/* ------ Mobile (575px and down) -----*/

@media (max-width: 575px) {
	
	html {
		font-size: 2.54vw;
	}

}
