.profnastil{
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 50px 0 0 0;
}
.profnastil-title{
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}

.profnastil-row{
    display: flex;
    align-items: stretch;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.profnastil-cell{
    padding: 0 15px;
    width: 100%;
}
.profnastil-cell.is-profnastil-description {
    max-width: calc(100% - 572px);
}

.is-profnastil-preview{
    max-width: 572px;
}

.profnastil-list{
    display: flex;
    align-items: stretch;
    margin: 0 -15px;
}

.profnastil-list-item{
    padding: 0 15px;
    cursor: pointer;

}
.profnastil-item-caption{
    padding: 15px 0;
    font-size: 16px;
    color: #2D2D2D;
}

.profnastil-list-item img{
    border-radius: 4px;
}

.profnastil-description{
    font-size: 18px;
    line-height: 150%;
    color: #2D2D2D;
}

.profnastil-preview img{
    border-radius: 6px;
}

.profnastil-preview{
    position: relative;
}
.profnastil-preview img{
    position: relative;
    z-index: 1;

    max-width: 100%;
    height: auto;
}
.profnastil-preview-caption{
    position: absolute;
    left: 25px;
    bottom: 17px;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 2;
}
@media (max-width: 1399px){
    .profnastil-list{
        margin: 0 -5px;
    }
    .profnastil-list-item{
        padding: 0 5px;
    }
}
@media (max-width: 1199px){
    .profnastil-list{
        margin: 0 -5px;
        overflow: auto;
    }
    .profnastil-list-item{
        padding: 0 5px;
    }
    .profnastil-cell.is-profnastil-description {
        max-width: 50%;
    }
    .profnastil-cell.is-profnastil-preview {
        max-width: 50%;
    }
}
@media (max-width: 991px){

    .profnastil-cell.is-profnastil-description {
        max-width: 100%;
    }
    .profnastil-cell.is-profnastil-preview {
        max-width: 100%;
    }
    .profnastil-row{
        flex-wrap: wrap;
    }
    .is-profnastil-description{
        order:2;
    }
    .is-profnastil-preview{
        order:1;
    }
    .profnastil-cell.is-profnastil-description{
        max-width: 100%;
    }
    .profnastil-list {
        margin: 0 -15px;
    }
    .profnastil-list-item {
        padding: 0 15px;
    }
}
@media (max-width: 575px){
    .profnastil-list {
        /* max-width: 100%;
        flex-wrap: wrap;
        justify-content: center; */
    }
}