.product-1 .callout{
	left: 13%;
    right: unset;
    bottom: unset;
    top: 10%;
    min-width: 29%;
}

.main-container-3{
	margin-top: 5vw;
}

.product-2 .callout{
	bottom: unset;
    top: 2.5vw;
    right: 7%;
    min-width: 31%;
}

.product-3{
	margin-top: 2vw;
}

.inline-bold{
	margin-top: 1vw;
}

@media screen and (max-width: 1200px){
	.product-1 .callout{
		left: 0px;
	}
	.product-2 .callout{
		right: 0px;
	}
	.inline-main-h2 h2{
		color: #B8B8B8;
	}
}

@media screen and (max-width: 600px){
	.product-1 .callout{
		left: 0px;
	}
	.product-2 .callout{
		right: 0px;
	}
	.inline-main-h2 h2{
		color: white;
	}
}