/* Widget Container */
.icon-box {
    padding: 44px;
    border-radius: 20px;
}

/* Icon and Title Row */
.icon-box-row {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

.icon-box-title {
    font-size: 18px;
    font-weight: 400;
    width: 80%;
}
/* Icon */
.icon-box-icon {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Description */
.icon-box-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}

/* Customize background color */
.icon-box {
    background-color: #f5f5f5; /* Default background color */
}
