.home-3-box-div {
	position: relative;
	padding-bottom: 39%;
}

.home-3-box-div-img {
	display: block;
    max-width: 100%;
	position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.home-3-box-div-img-m {
	display: none;
    width: 100%;
}

.home-3-box-div-content {
	width: 58%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.home-3box-c-right {
	right: 0;
}

.home-3box-c-left {
	left: 0;
}

.home-3-box-div-content h3 {
	color: #fff;
	font-size: 56px;
	line-height: 125%;
	font-weight: bold;
	margin: 0 0 40px 0;
}

.home-3-box-description-span {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
}

.home-3-box-div-content .green-text, .home-3-box-description-span.green-text {
	color: #447355;
}

.irobot-os-section {
    position: relative;
    background-color: #fff;
}

.irobot-os-content {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    width: 50%;
}

.irobot-os-content h3 {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 18px;
}

.irobot-os-content p {
    margin-bottom: 20px;
}

.irobot-os-img-m {
    display: none;
    max-height: 400px;
    width: 100%;
    object-fit: contain;
}

.irobot-os-img-d {
    width: 100%;
}

.hp-bottom-text-section {
	padding: 40px 100px;
	background-color: #fff;
}

.hp-bottom-text-section h1 {
	font-size: 56px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 125%;
}

.hp-bottom-text-section p {
	font-size: 20px;
}

.quiz-section {
	position: relative;
	max-height: 600px;
	overflow: hidden;
}

.quiz-section-img {
	object-position: 50% 50%;
	height: auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
	object-fit: cover;
}

.quiz-section-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.quiz-section-content-h2 {
	color: #fff;
	font-size: 48px;
	text-align: center;
	line-height: 125%;
	margin: 0 0 18px 0;
}

.quiz-section-bg {
	height: 100%;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
	background-color: #000;
	opacity: 0.5;
}

.quiz-section-content-btns {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.quiz-section-img-m {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
    .quiz-section {
		max-height: none;
	}

	.quiz-section-img-m {
		display: block;
		height: 660px;
	}

	.quiz-section-img {
		display: none;
	}

	.quiz-section-content-h2 {
		font-size: 33px;
	}

	.quiz-section-content {
		width: 100%;
		padding: 0 20px;
	}

	.quiz-section-content-btns {
		flex-direction: column;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .quiz-section {
		height: 450px;
	}

	.quiz-section-img {
		height: 100%;
		width: 100%;
	}

	.quiz-section-content-h2 {
		font-size: 33px ;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .quiz-section {
		height: 512px;
	}

	.quiz-section-img {
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 1024px) and (max-width: 1440px) {
	.quiz-section-content-h2 {
		font-size: 40px;
	}
}

@media (max-width: 1024px) {
    .home-3-box-div-img {
        display: none;
		position: unset !important;
	}

    .home-3-box-div-img-m {
		display: block;
	}

    .home-3-box-div-content .green-text, .home-3-box-description-span.green-text {
		color: #3c4453;
	}

    .home-3-box-div.home-3box-c-right, .home-3-box-div.home-3box-c-left {
		padding-bottom: 0;
	}

    .home-3-box-div-content {
		position: unset;
		width: 100%;
		transform: none;
		padding: 40px 20px;
		background-color: #fff;
	}

	.home-3-box-div-content h3 {
		color: #3c4453;
		font-size: 30px;
		margin-bottom: 10px;
	}

    .home-3-box-description-span {
        color: #3c4453;
        font-size: 16px;
    }

    .home-3-box-div-content a {
		margin-bottom: 20px;
	}

    .home-3-box-div-content .homepage-link-btn {
		width: 100%;
	}

    .irobot-os-content .homepage-link-btn {
		width: 100%;
	}

	.irobot-os-img-m {
		display: block;
	}

	.irobot-os-img-d {
		display: none;
	}

	.irobot-os-content {
		position: static;
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
		padding: 40px 20px;
	}

    .hp-bottom-text-section h1 {
		font-size: 30px;
	}

	.hp-bottom-text-section p {
		font-size: 16px;
	}

	.hp-bottom-text-section {
		padding: 40px 20px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.home-3-box-div-content h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.home-3-box-div-content span {
		font-size: 16px;
	}
}

@media (min-width: 1280px) and (max-width: 1512px) {
	.home-3-box-div-content h3 {
		font-size: 45px;
	}
}

@media (max-width: 1280px) {
	.irobot-os-content h3 {
		font-size: 30px;
	}
}