@charset "UTF-8";
/* CSS Document */

.products-container {
	padding: 80px 0;
	background-color: #E7E7E7;
}

.products-first-container {
  margin-top: 120px;
}

@media (max-width: 991.98px) { 
	.products-first-container {
		margin-top: 70px;
	}
}

.products-image img {
  width: 100%;
  margin: 20px 0;
}

.products-copy {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.products-headline {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #00334C;
}

.products-subheadline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #00334C;
}

.product-bullet-points {
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}

.product-bullet-points p {
  margin-bottom: 5px;
}

.bullet-arrow {
  font-size: 12px;
  color: #23C49E;
  margin-right: 10px;
}

.products-container p {
  color: #00334C;
}

.font-white {
  color: #fff !important;
}
