﻿.download-cont {
    display: flex;
    flex-wrap:wrap;
}

.download-item img {
    width: 50%;
}

.download-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: black;
    padding: 32px 30px 40px 30px;
    width: 50%;
}

.download-item {
    display: flex;
    width: 49%;
    margin-bottom:4%;
}
.first-ktn {
    margin-right: 2%;
}

.download-desc h4 {
    color: white;
    padding-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: start;
    font-family: 'Josefin Sans', Helvetica, sans-serif;
    width: 75%;
}

    .download-desc h4::after {
        content: '';
        display: block;
        width: 45%;
        height: 2px;
        margin: 20px 0;
        background: white;
    }

.download h2 {
    color: black;
    text-align: center;
    margin: 70px auto 69px;
    line-height: 38px;
    font-weight: 300;
    font-family: 'Josefin Sans', Helvetica, sans-serif;
}
.kitchen-solution-page .kitchen-solution-wrapper {
    padding: 128px 12%;
}


.download-desc a span{

    color: white;
}
    .download-desc a span:hover, .download-desc a span:hover:before {
        color: black;
    }

.kitchen-solution-page {
}

    .kitchen-solution-page a {
        color: black;
    }

        .kitchen-solution-page a:hover {
            color: black;
        }

    .kitchen-solution-page .breadcrumb {
        background-color: white;
        color: black;
        padding:0;
    }

.download-desc a {
    width: 162px;
    color: white;
}
.breadcrumb img {
    width: 12px !important;
    height: 2px;
}

.breadcrumb > li + li:before {
    content: "";
    padding:0;
}
.modal-wrapper .center {
    color: white;
    padding-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: start;

    width: 60%;
    text-align:center;
}
.modal1 .modal-wrapper p{
    color: black;
    padding-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: start;
    width: 75%;
    text-align: center;
}
#form-downloads .btn-black {
    width: 162px;
    margin: 10% auto 0%;
}
.modal-content p {
    color: black;
    font-family: 'Josefin Sans', Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 31.5px;
    margin-bottom: 20px;
    text-align: center;
}
.modal-img img{
    width:100%;
     height:100%;
}