.box-body{
    height: auto;
}

.text-container:hover .text-box {
    max-height: 250px;
min-height: 250px;
transition: max-height .5s, min-height .5s;
}

.text-container:first-child:hover {
    max-height: 300px;
min-height: 300px;
transition: max-height .5s, min-height .5s;
}

/* Language Switcher */
.language-switcher a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    transition: opacity 0.3s ease;
}

.language-switcher a:hover {
    opacity: 0.7;
}

.language-switcher img {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
