.simple-box {
    padding: 10px;
    border-radius: 12px;
    background: #00000012;
/*     box-shadow: 0 6px 20px rgba(0,0,0,0.08); */
    transition: 0.3s ease;
}

.simple-box:hover {
    transform: translateY(-5px);
}

.simple-title {
    font-size: 22px;
    font-weight: 600;
    color: #111;
	margin:0px;
}

.simple-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

.simple-desc p {
    margin: 0; line-height:22px;
}

.simple-desc a {
    color: #ff5a5f;
    text-decoration: underline;
}