#rec1423346711 .t668__text {
    padding: 20px;
    border-radius: 20px;
    background: white;
    
}

.tmenu-mobile {
    box-shadow: 0px 5px 20px rgba(61, 40, 90, 0.2);
    /* border: solid #3f2c5a; */
    /* border-width: 0px 0px 2px 0px; */
}

.why-us-item>.tn-molecule:hover {
    transform: translateY(-4px);
    border-width: 2px 2px 4px 2px !important;
}

.why-us-item>.tn-molecule { 
    transition: ease 0.25s;
}

.soc-item {
    cursor: pointer;
    transition: ease 0.25s;
    opacity:1;
}

.soc-item:hover {
    cursor: pointer;
    opacity:0.8;
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    
    .t668__col {
        display: flex;
        justify-content: center;
    }
    
    .t668__accordion {
        width: 100%;
        max-width: 400px;
    }
    
}


@media screen and (max-width: 479px) {
    
    .t668__col {
        display: flex;
        justify-content: center;
    }
    
    .t668__accordion {
        width: 100%;
        max-width: 280px;
    }
    
}


@media screen and (max-width: 349px) {
    
    .h2-shape {
        opacity: 0;
    }

}


