.box-majors {
    background: #FBFBFB;
    padding: 70px 0 60px 0;
    margin-bottom: 0;
}

/* Ujednolicenie szerokości z box-6elements */
.box-majors .container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.box-majors .box-inner {
    margin-bottom: 24px;
    padding: 45px 20px 35px;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    text-align: center;
    min-height: 230px;
    transition: all 0.3s ease;
    background: #fff;
}

.box-majors .box-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* IKONY */
.box-majors .box-inner i {
    font-size: 82px !important;
    color: #56296B;
    margin-bottom: 28px;
    display: block;
}

/* Napisy */
.box-majors .box-inner h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 12px;
    min-height: 58px;
}

.box-majors .box-inner h3 a,
.box-majors .box-inner a {
    text-decoration: none !important;
    color: #56296B;
}

.box-majors .box-inner h3 a:hover,
.box-majors .box-inner a:hover {
    color: #e3001b;
}

/* Kierunki EN */
.box-majors .box-inner.en {
    background-image: url('https://wsp.ujk.edu.pl/wp-content/themes/ujkkielce/images/box-majors-en.png');
    background-size: cover;
    background-position: center;
}

/* Responsive */
@media (max-width: 1200px) {
    .box-majors .box-inner i {
        font-size: 75px;
    }
}

@media (max-width: 992px) {
    .box-majors .box-inner i {
        font-size: 68px;
    }
    .box-majors .box-inner h3 {
        font-size: 19.5px;
    }
}

@media (max-width: 768px) {
    .box-majors .box-inner i {
        font-size: 62px;
    }
}