/* .top-tasks__box+.top-tasks__box {
    background: rgba(255,255,255,1);
} */


#top-tasks-v2 {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 5px;
}

.top-tasks__box-v2 {
    padding: 1.5rem .75rem .75rem;
    height: 100%;
}

.top-tasks__box-v2 .item-list a {
    color: #fff;
    line-height: 1.3;
}

.top-tasks__box-v2 .item-list a:active, .top-tasks__box-v2 .item-list a:focus, .top-tasks__box-v2 .item-list a:hover {
    background: #353535;
    color: #fff;
}

.owl-carousel.owl-loading {
    opacity: 1;
}

.top-tasks__box-v2 .inner {
    background-position-y: 30px;
    background-position-y: 1.875rem;
    background-size: 2.4375rem 2.5rem;
    padding: 4.5rem 1.875rem 1.5rem;
    font-size: .875rem;
    line-height: 2;
    background-color: #008851;
    background-image: url(../images/dio-hi.png);
    background-position: 47% 15px;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 150ms;
}

.top-tasks__box-v2 {
    background: #fff;
	position: relative;
}

.top-tasks__box-v2>a {
	display: block;
	height: 100%;
	width: 100%;
}

.top-tasks__box-v2 a {
    padding-left: .25rem;
    padding-right: .25rem;
    color: #008851;
    transition: all .2s ease;
}

@media screen and (min-width: 700px) {
    .top-tasks__box-v2 {
        padding:1.5rem .75rem .75rem;
        height: 140px;
    }
}

@media screen and (min-width: 900px) {
    .top-tasks__box-v2 {
        padding:2.25rem 1.5rem 1.5rem;
		height: 280px;
    }

    .top-tasks__box-v2:hover .inner {
        opacity: 1
    }

    .top-tasks__box-v2 .inner.focused {
        opacity: 1;
    }    
}

@media screen and (min-width: 1250px) {
    .top-tasks__box-v2 {
        padding:3rem 3rem 2.25rem
    }
}

@media screen and (min-width: 1030px) {
    .top-tasks__box-v2 .inner {
        font-size: 1rem;
    }
}

@media screen and (min-width: 900px) {
    .top-tasks__box-v2 .inner {
        font-size: 1rem;
    }
}

@media screen and (min-width: 600px) {
	.top-tasks i {
		font-size: 7rem;
	}
}

a:link, a:visited {
    text-decoration: none;
}

a {
    background-color: transparent;
    background: 0 0;
}

.top-tasks i {
	display: revert;
}

/* .top-tasks__box+.top-tasks__box {
    float: initial;
}                   

.top-tasks__box {
    padding: 2.25rem 1.5rem 1.5rem;
}

.top-tasks__box {
    padding: 1.5rem .75rem .75rem;
    height: initial;
    width: initial;
}
 */

