.description-container {
    text-align: center;
    margin-top: 50px;
    color: #58585a;
}

.pictures-container img {
    width: 100%;
}

.products-services.img-container {
    position: relative;
}

.products-services.img-container .text-container {
    position: absolute;
    bottom: 0;
    color: white;
    opacity: 0.76;
    background-color: #08a450;
    text-align: center;
    width: calc(100% - 30px);
    height: 25%;
    display: flex;
}

.products-services.img-container .text-container span { 
    align-self: center;
    justify-self: center;
    margin: auto;
    letter-spacing: 1px;
}
.products-services.img-container .text-container:hover{
    color:white;
    text-decoration: none;
}
.products-services.img-container:hover .text-container {
    height: 100%;
    justify-content: flex-end;
    align-content: flex-end;
}

.products-services.img-container:hover .text-container span {
    margin-bottom: 10px;

}

/*
.about-us-tabs .tab-title {
    border-bottom: 10px solid #cfcfcf;
    border-bottom: 10px solid #08a450;
    padding-bottom: 20px;
    color: #cfcfcf;
    cursor: pointer;
    /*color: #58585a;
}*/

/*.about-us-tabs .active-about-tab {
    border-bottom: 10px solid #08a450;
    color: #58585a;

}*/

.products-tabs .tab-title {
    /*border-bottom: 10px solid #cfcfcf;*/
    /*border-bottom: 10px solid #08a450;*/
    padding-bottom: 20px;
    color: #cfcfcf;
    cursor: pointer;
    /*color: #58585a;*/
}

.products-tabs .active-products-tab {
    /*border-bottom: 10px solid #08a450;*/
    color: #08a450; 

}
.products-tabs .active-products-tab + .tab-underline{
    background: #08a450;

}
.products-tabs .tab-underline{
    background:#cfcfcf;
    bottom: 0;
    width: calc(100% - 30px);
    position: absolute;
    height: 10px;
}
.products-2 .img-container {
    margin-bottom: 20px;
}

.products-2 {
    margin-top: 50px;
}

.other-suppliers {
    background-color: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.supplier-container {
    color: black;
}
.supplier-container .black-triangle {
    position: absolute;
    bottom: -4px;
    left: 49%;
    display: none;
}

.supplier-container:hover .supplier-container .black-triangle {
    display: block;
    text-decoration: none;
}

.supplier-container .hovered {
    background-color: #58585a!important;
    color: white!important;
}
@media only screen and (max-width: 845px) {
    .products-tabs{
        margin-bottom:20px;
        padding-left: 15px!important;

    }
}
@media only screen and (max-width: 768px) {
    .products-services.img-container {

        margin-bottom: 20px;
    }
    .supplier-container {
    	margin-bottom: 20px;
    }

}