.threeColumn{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.threeColumn > div{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 0;
}
.contentIcon{
    height: min(64px, 22vh);
    width: min(64px, 22vh);
}
.leftSideContent > div{
    margin-bottom: 1rem !important;
}
.popupContent{
    
}