	.title{
		width:30%;
		height:20vw;
		text-align:center;
	}
	
	.lowtech{
		width:90%;
		height:60vw;
	}
	
	.lowtech_background_1{
		position:absolute;
		width:65%;
		height:50%;
		z-index:1;
		right:0;
		bottom:0;
	}
	
	.lowtech_background_1 img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;
	}
	
	.lowtech_background_2{
		position:absolute;
		width:70%;
		height:60%;
		z-index:2;
		left:0;
		top:0;
	}
	.lowtech_backfground_2 img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;
	}
	
	.lowtech_content{
	    position:absolute;
		top:3vw;
		left:3vw;
		z-index:3;
		width:63%;
		height:50%;
	}
	
	
	.strength{
		width:100%;
		height:60vw;
		text-align:center;
	}
	
	.strength_background{
		position:absolute;
		width:100%;
		height:100%;
		z-index:1;
	}
	
	.strength_background img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;
	}
	
	.strength_container{
		z-index:2;
	}
	
	.strength_title{
		position:relative;
		width:100%;
		height:10%;
		top:0;
		left:0;
		display:flex;
		justify-content:flex-start;
		align-items:flex-end;
		margin-left:0 !important; 
		margin-bottom:1%;
	}
	
	.strength_content{
		padding:5%;
		display:flex;
		flex-direction:column;
		gap:5vw;
	}
	
	.strength_image_container{
		display:flex;
	}
	
	.strength_image{
		width:30%;
		height:auto;
	}
	
	.strength_image img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;
	}
	
	.interview{
		width:90%;
		height:50vw;
		text-align:left;
	}
	
	.interview_background_1{
		position:absolute;
		z-index:1;
		width:80%;
		height:auto;
		top:1vw;
		left:3vw;
	}
	
	.interview_background_1 img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;
	}
	
	.interview_background_2{
		position:absolute;
		top:0;
		left:0;
		width:80%;
		height:auto;
		z-index:2;
	}
	
	.interview_background_2 img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;
	}
	
	.interview_content{
		position:absolute;
		z-index:3;
		top:0;
		left:0;
		padding:2%;
		width:80%;
	}
	
	.wp-block-image figcaption{
		font-size: 2rem;
	}
