.acf-repeater-box {
    background: #f8f6f3;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.acf-repeater-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acf-column {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
    width: 33%;
    text-align: center;
    padding: 15px;
    border-right: 1px solid #8898A1AD;
	min-height: 130px;
}

.acf-column:last-child {
    border-right: none;
	justify-content: center;
align-items: center;
}

.postid-1485 .acf-column:last-child {
    border-right: none;
	justify-content: space-between;
align-items: center;
}

.acf-column .value {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    color: #2d4856;
	letter-spacing: 2px;
}

.acf-column .value sup {
    font-size: 12px;
    vertical-align: top;
}

.acf-column .label {
    font-size: 16px;
		line-height: 19px;
    text-transform: uppercase;
    color: #777;
    margin-top: 5px;
	color: #2b4859;
	letter-spacing: 1.5px;
}

.repeater-button {
  background-color: #2B4859;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  padding: 15px 15px !important;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
	width: 80%;
  text-transform: uppercase; /* optional for button appearance */
}

.repeater-button:hover {
  background-color: #8898a1;
}

img.attachment-large.size-large.wp-image-1474 , img.attachment-large.size-large.wp-image-2173 {
    object-fit: contain !important;
}

.note_text {
	color: red;
}

@media (max-width: 1024px) {
  .acf-repeater-row {
    flex-direction: column;
    align-items: center; /* Center columns horizontally */
  }

  .acf-column {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #8898A1AD;
    text-align: center; /* Center text inside column */
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically if needed */
  }

  .acf-column:last-child {
    border-bottom: none;
  }

  .acf-repeater-box {
    padding: 20px;
  }
}