*{
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Lato', sans-serif;
}
.header{
    background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url("../img/bg-top.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.header h1{
    font-weight: bold;
    font-style: italic;
    padding: 0 20px;
    text-transform: uppercase;
}
.cta-training{
    background: linear-gradient(rgba(4,7,30,0.7),rgba(4,7,30,0.7)),url("../img/bg-training2.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}
.about .title{
    color: #dc3545;
    font-weight: bold;
    font-style: italic;
}

.keyvalue{
    background-color: #343434;
    color: #fff;
}
.keyvalue h2{
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
.card-image-fit{
    height: 200px;
    object-fit: contain;
}

.border-product{
    border: none;
}
.card-product-title h5{
    font-size: 16px;
    font-weight: bold;
    color: #414141;
}
.header-training{
    background: linear-gradient(rgba(4,7,30,0.7),rgba(4,7,30,0.7)),url("../img/bg-training2.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    text-align: center;
}
.bg-darks{
    background-color: #343434;
    color: #fff;
}
.bold-italic{
    font-weight: bold;
    font-style: italic;
}
.card-title-product {
    color: rgb(58, 58, 58);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
    white-space: normal;
}
a:hover{
    text-decoration: none;
}
.card-img-top{
    height: 200px;
    object-fit: contain;
}
.product-name {
    border: none;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: -0.01em;
    font-size: 14px;
}
.footer{
    background-color: #343434;
    color: #fff;
}
@media (max-width: 700px){
    .card-product-title{
        height: 110px;
    }
    .card-product-title h5{
        font-size: 16px;
        font-weight: bold;
        color: #414141;
    }
    .header h1{
        font-size: 28px;
    }
}