.dhd-lang-box {
    background: white;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 4px 40px 0px #3939391A;
    margin: 20px 0;
}

.dhd-lang-carousel-top p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-weight: 700;
    color: #05060F;
}

.dhd-lang-carousel-top img {
    width: 36px;
    margin-right: 32px;
}

.dhd-lang-carousel-top {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-content: flex-end;
    text-align: left;
    flex-wrap: wrap;
}

.dhd-lang-carousel-bottom a {
    text-decoration: unset !important;
    font-family: "anj", sans-serif;
    font-size: 20px;
    line-height: 26px;
    border-bottom: solid 1px #05060F;
    margin: 0;
    width: max-content;
    font-weight: 300;
    color: #05060F;
}

.dhd-lang-carousel-bottom a:hover {
    text-decoration: unset !important;
    font-family: "anj", sans-serif;
    font-size: 20px;
    line-height: 26px;
    border-bottom: solid 1px #05060F;
    margin: 0;
    width: max-content;
    font-weight: 300;
    color: #05060F;
}

.dhd-lang-carousel-bottom {
    height: 75px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.dhd-lang-fixed-box {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 250px;
}


.dhd-lang-fixed-txt p {
    font-family: "anj", sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0;
    font-weight: 300;
    color: #05060F;
	margin-top: 5px;
}

.dhd-lang-fixed-img {
    text-align: center;
}

.dhd-lang-fixed-img img {
    width: 36px;
}