.appnweb-tab-container {
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 15px 0 50px 0;
}

.appnweb-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.appnweb-tab-link {
    border: 0;
border-bottom: 2px solid #f3f9fb;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 18px;
    color: #2e2e37;
    cursor: pointer;
}

.appnweb-tab-link.active, .appnweb-tab-link:hover {
        color: #6c63ff;
        border-bottom-color: #6c63ff;
}

.appnweb-tab-content {
    display: none;
}

.appnweb-tab-content.active {
    display: block;
}
.appnweb-tab-icon{
    font-size: 20px;
padding: 10px 10px 10px 10px;
}
.appnweb-tab-icon.xamarin{
    margin-right: 10px;
    background: url('../images/appnweb/techicons/xamarin/xamarin.png');
background-position: center;
    background-repeat: no-repeat;
background-size: contain;
}
.appnweb-tab-link.active .appnweb-tab-icon.xamarin, .appnweb-tab-link.xamarin:hover .appnweb-tab-icon.xamarin{
    background: url('../images/appnweb/techicons/xamarin/xamarin-hover.png');

background-position: center;
    background-repeat: no-repeat;
background-size: contain;
}
.appnweb-tech-container{
    text-align: center;
    padding: 20px 5px;
    min-width: 140px;
    display: grid;
    max-width: 140px;
    justify-content: center;
    align-items: center;
    align-self: start;
    align-content: center;
    justify-items: center;
}
.appnweb-text-label{
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
margin-bottom: 0;
word-wrap: normal;
}
.appnweb-tech-image{
    width: 60px;
height: 60px;
}