﻿.iconite-descriere {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    padding-left: 24px;
    padding-right: 30px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 3vh !important;
}

.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 180px;
}

.icon-img-wrapper {
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    margin-bottom: 20px !important;
}

    .icon-img-wrapper img {
        width: 100% !important;
        height: 100% !important;
        object-fit: fill !important;
        display: block !important;
    }

.icon-text {
    height: 120px !important;
    width: 100%;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 12px;
    text-align: center;
    align-items: center;
    gap: 5px;
}

.icon-title {
    font-size: clamp(0.6rem, 3.3vw, 1rem);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 1.1;
}

.icon-descriere {
    font-size: clamp(0.5rem, 2.5vw, 0.8rem);
    line-height: 1.35;
    font-weight: 500;
    color: #222;
    padding-inline: 0px;
    box-sizing: border-box;
    width: 100%;
    max-width: 220px;
}

#icon-ecologic {
    animation: leaf-sway 5s ease-in-out infinite;
    transform-origin: center bottom;
}