@media (max-width: 1440px) {
	.catch .title{
		font-size: 3rem;
		margin-bottom: 50px;
	}

	.catch p{
		margin-top: 20px;
		font-size: 1.1rem;
		line-height: 15px;
	}

}

@media (max-width: 1024px) {

	header span{
		display: block;
	    width: 28px;
	    height: 18px;
	    padding: 11px;
	    position: absolute;
	    top: 10px;
	    right: 60px;
	    font-weight: bold;
	}

	.grid-2, .grid-4, .grid-7 {
	    padding: 25px 40px;
	}

	.grid-2 .left{
		margin-bottom: 35px;
	}

	.grid-3 .circle-1, .grid-3 .circle-2{
		width: 300px;
	    height: 300px;
	    line-height: 300px;
	    font-size: 1.5rem;
	}

	.grid-3 .plus{
		line-height: 300px;
	}

	.grid-4 .text p{
		margin-bottom: 50px;
	}

	.overview .text{
		width: 100%;
	}

}

@media (max-width: 992px) {

	.catch, .catch-2{
	    height: 50vh;
	}

	.catch-text {
    	padding-top: calc(28vh - 82px);
	}

	.catch-2 #c1 {
 	   padding-top: calc(30vh - 175px);
	}

}

@media (max-width: 768px) {

	.catch-2 #c1 {
	    padding-top: calc(15vh);
	}

	.catch-text{
		padding-top: calc(21vh);
	}

	.overview .text{
		width: 100%;
	}

	.packs{
		padding: 0 15px;
	}

	.grid-2 .right{
		line-height: 25px;
		letter-spacing: 0.1rem;
	}

	.grid-3{
		padding: 25px 40px;	
	}

	.grid-3 .circle-1, .grid-3 .circle-2{
		width: 200px;
		height: 200px;
		font-size: 1.3rem;
		margin: 0 auto;
		float: none;
		line-height: 200px;
	}

	.grid-3 .plus{
		line-height: 200px;
		padding-left: 0;
		padding-right: 0;
	}

	.grid-4 h2, .contact h2{
		font-size: 30px;
	}

	.grid-4 .text p{
		line-height: 28px;
		letter-spacing: 0.1rem;
	}

	.split h4{
	}
}

@media (max-width: 414px) {

	.catch-text {
    	padding-top: calc(17vh);
	}

	.catch .title {
	    font-size: 2rem;
	}

	.catch p{
		font-size: 0.8rem;	
	}

	.catch-2 #c1 {
	    padding-top: calc(10vh);
	}

}

@media (max-width: 375px) {

	header h1{
		font-size: 1.3rem;
	}

	.catch-2 #c1 {
	    padding-top: calc(5vh);
	}

	.catch .title {
		font-size: 1.5rem;
	    margin-bottom: 30px;
	}

	.catch p {
		line-height: 10px;
	}

	.grid-3 .plus{
		line-height: 150px;
	}

	.grid-7 p{
		text-align: justify;
	}

	.grid-7 h2{
		font-size: 1.2rem;
	}
}