.ahura_element_information_box_3
{
	box-shadow: 0 0 20px 4px rgb(0 0 0 / 10%);
	border-radius: 20px;
	width: 85%;
    margin: 0 auto;
    padding: 15px;
    background-color: #ffffff;
}
.ahura_element_information_box_3 .back-card
{
	overflow: hidden;
	background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    padding: 25px 0;
    box-sizing: content-box;
    transform: translate(-50%, -50%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
	border-radius: 20px;
}
.ahura_element_information_box_3 .back-card::before
{
	content: '';
    display: block;
    background: #39ca9d;
    width: 410px;
    height: 410px;
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 10% 10% 30% 30%;
    transform: translate(-50%, -70%);
}
.ahura_element_information_box_3 .icon-box
{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.ahura_element_information_box_3 .icon-box .icon-wrapper
{
	position: absolute;
    background-color: #39ca9d;
    box-shadow: 0 0 10px 0 #39ca9d4d;
    border-radius: 50%;
    padding: 20px;
    border: 10px solid #ffffff;
	top: 0;
    transform: translateY(-50%);
}
.ahura_element_information_box_3 .icon-wrapper i
{
    color: #fff;
	font-size: 50px;
}

.ahura_element_information_box_3 .title {
    color: #35495c;
    text-align: center;
}

.ahura_element_information_box_3 .title span {
    font-size: 20px;
    font-weight: bold;
}

.ahura_element_information_box_3 .content p {
    color: #35495c;
    font-size: 16px;
    text-align: center;
}
