<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
}

.special001 {
	background-color: #A3D8C1;
	padding-top: 70px;
}


.border-1 {
	background-color: #FFF;
	border-width:2px !important;
	border-color:#0DAC67 !important;
}

.border-2 {
	border-width:2px !important;
	border-color:#C79F62 !important;
}


@media (min-width: 768px){	
  .text-h5 { font-size: 1.25rem; }
}

/* .back_image {
  height: 10vh;
  margin: 0 0 3vw 0;
  background: transparent;
} */

.back_image {
  background-color: #A3D8C1;
  background-image: url("images/special001-030.png");
  background-size:contain;
  background-repeat: repeat-y;
}</pre></body></html>