.threeTilesTextIcon-element {
    height: 180px;
    background-color: var(--bgc-color1, #f9f9f9);
}

.threeTilesTextIcon-elementOut {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.threeTilesTextIcon-nameSections {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    color: var(--main-color, black);

}

.threeTilesTextIcon-nameSections .threeTilesTextIcon-nameSectionsLine {
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--main-color, black);
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.threeTilesTextIcon-nameSectionsLine > div {
    position: absolute;
    height: 5px;
    width: 10%;
    background-color: var(--main-color, black);
    bottom: -1;
    text-align: center;
    left: calc(50% - 10%/2);
}


.threeTilesTextIcon-elementIcon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 90px;
}

.threeTilesTextIcon-elementName,
.threeTilesTextIcon-elementInnerName {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--main-color, black);
}

.threeTilesTextIcon-elementInner {
    display: none;
    background-color: var(--main-color, black);
    color: var(--textbgc-color, #fff);
    height: 100%;
    align-items: center;
    position: relative;
}

.threeTilesTextIcon-elementInner ul {
    list-style-type: none;
    margin-bottom: 0;
}

.threeTilesTextIcon-elementInner ul li {
    display: flex;
    align-items: center;
}

.threeTilesTextIcon-elementInner ul li:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: var(--textbgc-color, #fff);
    margin-right: 8px;
}

.threeTilesTextIcon-elementInnerName {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
}

.threeTilesTextIcon-element:hover {
    margin-bottom: 25px;
}

.threeTilesTextIcon-element:hover .threeTilesTextIcon-elementOut {
    display: none;
}


.threeTilesTextIcon-element:hover .threeTilesTextIcon-elementInner {
    display: flex;
}


.threeTilesTextIcon-element > div p {
    padding: 30px;
}
