.hoitopolutButtonSmallWithArrowTurquoise::after {
    content: "➜";
    float: inherit;
    font-size: 19px;
    margin-top: -2px;
    margin-left: 10px;
}

.hoitopolutButtonSmallWithArrowGreen::after {
    content: "➜";
    float: inherit;
    font-size: 19px;
    margin-top: -2px;
    margin-left: 10px;
}

/**umb_name:H3 Updated 2024*/
.h3v2 {
	font-size: 2rem !important;
	font-weight: 600;
	font-family: Figtree;
	line-height: normal;
	color: #2C2D2B;
}

/**umb_name:H4 Updated 2024*/
.h4v2 {
	font-size: 1.5rem !important;
	font-weight: 700;
	font-family: Figtree;
	line-height: normal;
	color: #2C2D2B !important;
}

/**umb_name:P Updated 2024*/
.p {
	font-size: 18px !important;
	font-family: Figtree;
	line-height: normal;
	color: #2C2D2B !important;
}

/**umb_name:H2 Updated 2024*/
.h2v2 {
	font-size: 2.2rem !important;
	font-weight: 700;
	font-family: Figtree;
	color: #2C2D2B;
}

/**umb_name:Button Updated 2024 With Arrow*/
.buttonUpdated2024 {
	font-family: "Figtree" !important;
	font-size: 1.2rem !important;
	font-weight: 500;
	background-color: #FFB0B0;
	padding: 25px 35px 25px 35px;
	border-radius: 20px;
	display: block;
	width: fit-content;
	margin: 20px auto;
	color: #2C2D2B;
}

/**umb_name:Button Updated 2024 Small*/
.buttonUpdated2024Small {
	font-family: "Figtree" !important;
	font-size: 18px !important;
	font-weight: 500;
	background-color: #FFB0B0;
	padding: 7px 30px 7px 30px;
	border-radius: 20px;
	display: block;
	width: 30%;
	margin: 20px auto;
	color: #2C2D2B;
}

/**umb_name:Button Updated 2024 Small With Arrow*/
.buttonUpdated2024SmallWithArrow {
	font-family: "Figtree" !important;
	font-size: 18px !important;
	font-weight: 500;
	background-color: #FFB0B0;
	padding: 10px 30px 10px 30px;
	border-radius: 20px;
	display: inline-block;
	width: fit-content;
	margin: 20px auto;
	color: #2C2D2B;
	cursor: pointer;
}

/**umb_name:Button Updated 2024 Small With Arrow Green*/
.buttonUpdated2024SmallWithArrowGreen {
	font-family: "Figtree" !important;
	font-size: 18px !important;
	font-weight: 500;
	background-color: #7DBA84;
	padding: 10px 30px 10px 30px;
	border-radius: 20px;
	display: inline-block;
	width: fit-content;
	margin: 20px auto;
	color: #2C2D2B;
	cursor: pointer;
}

/**umb_name:Link Updated 2024*/
.linkUpdated2024 {
	color: #15717d !important;
	text-decoration: underline !important;
}

/**umb_name:Hoitopolut Button Small With Arrow Turquoise*/
.hoitopolutButtonSmallWithArrowTurquoise {
	font-family: "Figtree" !important;
	font-size: 18px !important;
	font-weight: 500;
	background-color: #15707D;
	padding: 10px 30px 10px 30px;
	border-radius: 20px;
	display: inline-block;
	width: fit-content;
	margin: 20px auto;
	color: #2C2D2B !important;
	cursor: pointer;
}

/**umb_name:Hoitopolut Button Small With Arrow Green*/
.hoitopolutButtonSmallWithArrowGreen {
	font-family: "Figtree" !important;
	font-size: 18px !important;
	font-weight: 500;
	background-color: #037353;
	padding: 10px 30px 10px 30px;
	border-radius: 20px;
	display: inline-block;
	width: fit-content;
	margin: 20px auto;
	color: #2C2D2B !important;
	cursor: pointer;
}
