.custom-3-across {
	margin: 10px 10px 30px;
}

.custom-3-across div.row {
  margin: 0;
}

.custom-3-across .slides {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.custom-3-across .slide {
	flex: 1 0 100%;
	padding: 0;
	margin-bottom: 20px;
}

.custom-3-across .spot-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.custom-3-across .spot-item .content {
  background-color: #325729;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
	height: 100%;
}
.custom-3-across .spot-head {
  font-family:"proxima-nova";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0rem;
}

.custom-3-across .spotlight-link {
  display: flex;
  justify-content: flex-start;
  color: #79C150;
  font-family:"proxima-nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
	margin-top: auto;
}

.custom-3-across .spotlight-link i {
  margin-left: 5px;
  font-size: 18px;
}

.custom-3-across .spot-text {
	display: flex;
    flex-direction: column;
	margin-bottom: 5px;
}

.custom-3-across .spot-text .spotlight-link {
	margin-top: -10px;
}

.custom-3-across .spot-text p {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #fffffF;
}

.custom-3-across .dtn {
  display: flex;
  background-color: #325729;
  position: absolute;
  z-index: 6;
  width: auto;
  padding: 5px 10px;
  margin: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.custom-3-across .dtn span {
  color: white;
  font-weight: 500;
  font-size: 18px;
  font-family: "clarendon-urw";
}

@media (min-width: 40em) {
	.custom-3-across .slide {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0 10px;
	}
}

@media (min-width: 64em) {
	.custom-3-across .slide {
		flex: 1 0 calc(33.33% - 15px);
		max-width: calc(33.33% - 15px);
	}
}

@media (min-width: 75em) {
	.custom-3-across .dtn .custom-3-across {
		margin: 0px 220px 40px;
	}

  .panel_custom_one_col.row .custom-3-across {
    margin: 0px 90px 40px;
  }
}