.tech-wash-tabs {
    display: flex;
}
.tech-wash-tabs div {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #000;
}
.tech-wash-tabs div.active {
    background-color: #fff;
}
.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
}

.tab-section-cont {
    height: auto !important;
    padding: 20px;
    align-self: center;
}

.tab-section-cont * {
    color: #000;    
    height: auto !important;
}

.tab-section-cont li {
    list-style-type: none;
    display: flex;
    padding:10px 0;
}

.tab-section-cont ul {padding:0;margin:0;}

.tab-section-cont li img {
    height: 40px !important;
    width: auto;
    margin-right:20px;
    display: inline-block;
}

.first-show {display:block;}
