﻿#default-first-section {
    background: url('../img/helpers/kkk-bg.png') center center no-repeat;
}

#kkk-section{
    padding:100px 0;
}

@media (max-width:768px){
    #kkk-section {
        padding: 50px 0;
    }
}
@media (max-width:576px){
    #kkk-section {
        padding: 20px 0;
    }
}
