.elementor-8042 .elementor-element.elementor-element-4f8b353 > .elementor-widget-container{margin:0px 0px -40px 0px;}/* Start custom CSS */.check-box-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
}
input.check:checked + h3 {
    text-decoration: line-through;
}
input.check:checked + p {
    text-decoration: line-through;
}
h3 {
    display: inline-block;
}
.inline-paragraph p {
    display: inline;
    margin-left: 5px;
}
input.check {
    width: 15px;
    height: 15px;
}

.margin-bottom-0{
    margin-bottom: 0 !important;
}/* End custom CSS */