.products .section_title{
	font-size: 4.5vw;
	line-height: 4.5vw;
}
section.products .content .left{
	width: 40%;
}
section.products .content .right {
	position: relative;
	width: 35%;
}

.content .left .phrase{
	display: flex;
	flex-direction: column;
	gap:5vh;
}

.ancillary_options .single_link{
	display: flex;
	gap: 3rem;
	align-items: center;
	margin-bottom: 3vh;
	font-size: 2.5rem;
	cursor: pointer;
}
.ancillary_options .single_link .icon{
	width: 55px;
	aspect-ratio: 1;
}
.ancillary_options .single_link .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.triangles_container{
	position: relative;
	width: 100%;
}
.triangles_container img{
	position: relative;
	width: 100%;
	height: auto;
	
}

.info_block .section_title{
	font-size: 6vw;
	line-height: 6vw;
}

section .info_block  .content{
	min-height: 50vh;
	align-items: center;
}
.circles_cut_container{
	text-align: center;
}
.circles_cut_container img{
	width: 70%;
}

.hive_container{
	
}


@media(max-width:767px){
	
}