.icons2 {
    display: flex;
    flex-direction: column;

    /* background-color: coral; */
    width: 100%;
    height: 150px;
    /* padding-bottom: 30px; */
    margin-bottom: 50px;
}

.icons2-label-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 50%;
    /* background-color: rgb(126, 243, 1); */
    align-items: center;
    text-align: center;
    /* padding-bottom: 50px; */
}

.icons2-label {
    display: flex;
    width: 20%;
    /* background-color: rgb(101, 129, 129);
    border: 1px solid red; */
    align-items: center;
    justify-content: center;
}

.icons2-icons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    height: 50%;
    font-size: 1.5em;
    /* opacity: 0.7; */
    /* background-color: rgb(27, 62, 185); */
    color: var(--primary-bg-color);
}