/*=== thsn-client-style-3 ===*/
.thsn-client-style-3 {
    padding: 30px 35px;
    background-color: #fff;
    border-radius: 7px;
    min-height: 180px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.thsn-element-client-style-3 .thsn-ele-header-area {
    margin-bottom: 42px;
}

@media (max-width: 1200px){
    .thsn-client-style-3 {
        padding: 20px 25px;
        min-height: 150px;
    }
}