.custom-box {
    display: flex;
    align-items: center;
    padding: 10px;
	border-radius : 12px;
}

.custom-box-link {
    display: flex;
    text-decoration: none;
}

.custom-box-image {
    margin-right: 15px;
    width: 80px;
    height: auto;
}

.custom-box-static-text {
    margin-right: 10px;
    font-weight: bold;
}

.custom-box-text {
    font-size: 16px;
    color: #333;
}