.ourprod{
    /* display: flex; */
    width: 100%;
    justify-content: center;
}
.ourprod__th{
    display: flex;
    text-align: left;
    /* display: flex;
    justify-content: center; */
}
.ourprod__td{
    text-align: left;
    width: 50%;
    /* display: flex;
    justify-content: center; */
}
.card-body-prod{
    padding: 1rem;
    min-height: 400px;
}
.my-lg-4-reset {
    margin-bottom: 0rem!important;
}
.card-body-about-us{
    min-height: 330px;
}
.text-color-tertiary-2{
    color: #191472
}
.bg-primary-2{
    background-color: #191472 !important
}
th, td{
    color: #183f72 !important
}
.aboutus__gallery-cert{
    display: flex;
    flex-direction: row;
}
.aboutus__gallery-cert img{
    width: 80%;
    transition: 0.2s;
}

.aboutus__gallery-cert img:hover{
    border: 1px solid #191472;
}
.dropdown__lang a{
    cursor: pointer;
}
.dropdown__lang img{
    margin-right: 5px;
}
#flipforntcard{
    min-height: 430px;
}
#cataloglinkbg:hover{
    text-decoration: none;
}
#cataloglinkdaz:hover{
    text-decoration: none;
}
@media (max-width: 576px) {
	#flipforntcard{
        min-height: 320px;
    }
}