/* ~~~~~ MULTILINGUAL PAGE ~~~~~~ */

*{
    scroll-behavior: smooth;
}
.sm-hd {
    font-weight: 700;
    color: black;
}

.m-desc {
    color: #333;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
}

.w-85 {
    width: 85%;
}

/* ~~~~~ Interpretation PAGE ~~~~~~ */

.box-sm {
    box-shadow: 0 0 8px 0px #6262627a;
    position: relative;
}

.box-sm:hover{
    background:#18d26e;
}

.box-sm:hover .box-sm{
    box-shadow: 0 0 8px 0px #18d26e7a;
}

.box-sm:hover .ico{
    color:#ffff !important;
}

.box-sm:hover .box-txt{
    color:#ffff !important;
}

.box-txt {
    font-size: 14px;
    font-weight: 700;
    color: black;
    text-align: center;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

.abs-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top:0;
    left:0;
}

.feat{
    padding: 5em;
}

.pt-10{
    padding-top: 10em;
}

.feat-list{
    padding-left:25px;
}

.feat-list li{
    color: #333;
    font-size: 16px;
}