.section-green-gradient {
	background: linear-gradient(135deg, #01ae53, #105329);
}
.section-border {
    border-top: 4px solid;
	border-bottom: 4px solid;
    border-image: linear-gradient(to right, #00d442, #ffd211) 1;
}
.button-red {
	background: linear-gradient(to bottom, #ff5757, #a4051d, #8b0217);
	border: solid 1px #e4ad1d;
}
.col-rad-2 .col-inner {
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
}



.box-highlight{
    background-color: #eef7ed;
    border-left: 3px solid #229049;
    padding: 10px 10px;
    border-radius: 10px;
    font-style: italic;
}