/*
 * 
 * Тема : 
 *
 * 
 */


/*

.iblock-title {
    margin-bottom: 2rem;
    
    font-size: 32px;
    font-weight: 800;
    
    line-height: 1.1;
}

@media (min-width: 576px) {
    .iblock-title {
        font-size: 38px;
    }
}

@media (min-width: 992px) {
    .iblock-title {
        font-size: 40px;
    }
}


.iblock-title.text-center {
    text-align: center;
}


.iblock-text {
    margin-bottom: 2rem;
}

.iblock-title + .iblock-about {
    margin-top: -20px;
}

*/