/* MY CSS START */
.elementor-widget-info_box_v1 {
    /* background: #6CB333; */
    /* padding: 33px; */
    /* border-radius: 26px; */
    /* position: relative; */
    /* overflow: hidden; */
}

.elementor-widget-info_box_v1 span.tag {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 20px;
}

.elementor-widget-info_box_v1 h3 {
    color: #fff;
    margin: 0;
    max-width: 50%;
}

.elementor-widget-info_box_v1 a.box_cat {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
    background: #6CB333;
    padding: 33px;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
}

.elementor-widget-info_box_v1 span.more {
    background: #fff;
    padding: 12px 27px;
    border-radius: 50px;
    width: fit-content;
    font-weight: 700;
    transition: .3s;
}

.elementor-widget-info_box_v1 .photo.img {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.elementor-widget-info_box_v1 span.ic {
    padding: 5px;
    background: #ffffff33;
    width: 31px;
    height: 31px;
    border-radius: 8px;
}
.elementor-widget-info_box_v1 a.box_cat:hover {
    transform: translate(0px, -10px);
    box-shadow: 0px 8px 14px 0px #0000004d;
}
.elementor-widget-info_box_v1 a.box_cat:hover span.more {
    background: #12203a;
    color: #fff;
    box-shadow: 0 0 8px #ffffff7a;
    transition: .3s;
}






/* MY CSS END */

.box_cat {
	position: relative;
	overflow: hidden;
}

.box_cat .box_cat__background-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.box_cat .tag,
.box_cat h3,
.box_cat .more {
	position: relative;
	z-index: 1;
}

.box_cat .photo.img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
