.elementor-addons-gooten-features-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: space-between;
}

.elementor-addons-gooten-features-wrapper .features-item{
    background: #FFFFFF;
    box-shadow: 0px 0.710803px 2.84321px rgba(0, 0, 0, 0.04), 0px 2.13241px 11.3729px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding: 25px 20px;
}
.elementor-addons-gooten-features-wrapper .features-item img{
    margin-bottom: 17px;
	max-width:49px;
	height:auto;
}
.elementor-addons-gooten-features-wrapper .features-item .features-hover{
    display: none;
}
.elementor-addons-gooten-features-wrapper .features-item:hover .features-stable{
    display: none;
}
.elementor-addons-gooten-features-wrapper .features-item:hover .features-hover{
    display: flex;
}
.elementor-addons-gooten-features-wrapper .features-item:hover {
    background: linear-gradient(135deg, #21B3FD 0%, #4521FD 100%);
    color:#fff;
}
@media screen and (max-width:991px){
	.elementor-addons-gooten-features-wrapper .features-item{
		flex-basis: calc(50% - 10px);
	}
}