body {
	background: #EFF4F6;
}

.bottom .middle {
    justify-content: flex-end!important;
    padding-left: 0!important;
}

.no-padding .free-tile {
    padding: 0!important;
}

.link-down .free-tile {
    flex-direction: row-reverse!important;

    img {
        max-height: 30px !important;
        margin-right: 0;
    }
}

.link-down:hover h2,
.link-down:hover p {
    color: #006E32;
    text-decoration: underline;
}


section.tile.list-style div.freecontent ul {
    list-style: none;
    margin-top: 16px;
    padding: 0;
    padding-left: 0;
    line-height: 1.6;


        a {
            position: relative;
            padding-left: 15px;
            color: var(--primary);
            font-weight: 600;
        
        
            &::before {
                content: "\f054";
                font-family: 'Font Awesome 6 Pro';
                font-size: 14px !important;
                position: absolute;
                left: 0;
                height: 100%;
                top: 50%;
                transform: translateY(-50%);
            }
        }
}




@keyframes createBox {
    0% {
        transform: scale(1);
        z-index: 1000
    }

    25% {
        transform: scale(1)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1)
    }

    100% {
        transform: scale(1);
        z-index: 0
    }
}

