.growth-respect .inner_layout {
	display: flex;
	flex-flow: column;
}

.growth-respect .inner_layout h1 {
	align-self: flex-start;
	background: #760004;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 42px;
	border-radius: 50px;
}

section {
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 70px 0;
    border-bottom: 1px solid #8C8C8C;
	gap: 60px;
}

section.first {
	padding-top: 40px;
}

section.last {
	padding-bottom: 100px;
	border-bottom: 0px;
}

section:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

section .left_title {
	display: flex;
	flex-flow: column;
	gap: 20px;
	width: 310px;
}

section .left_title h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	word-break: keep-all;
}

section .left_title p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	word-break: keep-all;
}

section .right_photo {
	width: 1020px;
}

section .right_photo ul {
	display: flex;
	flex-flow: row nowrap;
	gap: 30px;	
}

section .right_photo ul li {
	width: calc(33.33334% - 20px);
	background: #F1F1F1;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 1 / 0.6875;
}

section .right_photo ul li img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 1200px){
	.growth-respect .inner_layout h1 {
		font-size: 27px;
		padding: 13px 40px;
	}

	section {
		padding: 60px 0;
		gap: 50px;
	}

	section .left_title {
		gap: 15px;
	}

	section .left_title h2 {
		font-size: 27px;
		line-height: 32px;
	}

	section .left_title p {
		font-size: 20px;
		line-height: 27px;
	}

	section .right_photo ul {
		gap: 21px;
	}

	section .right_photo ul li {
		width: calc(33.33334% - 14px);
	}
}

@media screen and (max-width: 1024px){
	.growth-respect .inner_layout h1 {
		font-size: 24px;
	}

	section.first {
		padding-top: 30px;
	}

	section {
        padding: 40px 0;
        gap: 40px;
    }

	section .left_title h2 {
		font-size: 24px;
		line-height: 30px;
	}

	section .left_title p {
		font-size: 18px;
		line-height: 24px;
	}

	section .right_photo ul {
        gap: 15px;
    }

	section .right_photo ul li {
        width: calc(33.33334% - 10px);
    }
}

@media screen and (max-width: 768px){
	.growth-respect .inner_layout h1 {
		font-size: 22px;
		padding: 10px 33px;
		margin-top: 20px;
	}

	section.last {
		padding-bottom: 60px;
	}

	section {
		flex-flow: column;
		gap: 20px;
		padding: 25px 0;
	}

	section .left_title {
        width: 100%;
        gap: 7px;
    }

	section .right_photo {
		width: 100%;
	}

	section .left_title h2 {
		font-size: 22px;
	}

	section .left_title p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media screen and (max-width: 500px){
	.growth-respect .inner_layout h1 {
		font-size: 20px;
		padding: 8px 25px;
		align-self: center;       
	}

	section.first {
        padding-top: 20px;
    }

	section.last {
        padding-bottom: 20px;
    }

	section .right_photo ul {
		flex-flow: column;
		gap: 10px;
	}

	section .right_photo ul li {
        width: 100%;
    }

	section .left_title {
        gap: 5px;
        align-items: center;
        text-align: center;
    }

	section .left_title h2 {
		font-size: 20px;
		line-height: 25px;
	}
}
