

.paddint_section_first .section-title {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    line-height: 1.2;
}

.paddint_section_first .section-subtitle {
    font-size: 18px;
    color: #4a4a4a;
    margin: 0 0 24px 0;
    line-height: 1.5;
}

.paddint_section_first .section-subtitle strong {
    color: #2c3e50;
    font-weight: 600;
}

.paddint_section_first .badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 40px 0;
}

.paddint_section_first .badge {
    background: #f5f5f5;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    color: #2c3e50;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    border: 1px solid #e0e8f0;
    background: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.paddint_section_first .badge i {
    color: #e9b741;
    font-size: 14px;
    margin-right: 0.5rem;
}

.paddint_section_first .badge:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
}

.paddint_section_first .about-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0 0 0;
}

.paddint_section_first .about-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 24px 16px;
    /* transition: all 0.3s ease; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.paddint_section_first .about-card:hover {
    border-color: #d0d0d0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.paddint_section_first .about-card i {
    font-size: 32px;
    color: #e9b741;
    display: inline-block;
}

.paddint_section_first .about-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    padding-top: 10px;
}

.paddint_section_first .about-card p {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0;
    line-height: 1.5;
}
/* #storasluoksnė-lazūra .about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
} */

#storasluoksnė-lazūra .about-card i {
    font-size: 15px;
    color: #e9b741;
    display: inline-block;
}

.jjjjjjjjj{
  font-size: 36px!important;
}

.checklist li{
    list-style: none;
}




/* Responsive design - tik šiai sekcijai */
@media screen and (max-width: 1024px) {
    .paddint_section_first .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    /* .paddint_section_first {
        padding: 30px 15px;
    } */
    
    .paddint_section_first .section-title {
        font-size: 28px;
    }
    
    .paddint_section_first .section-subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .paddint_section_first {
        padding: 20px 5px;
    }
    
    .paddint_section_first .about-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .paddint_section_first .section-title {
        font-size: 24px;
    }
    
    .paddint_section_first .badge-container {
        gap: 8px;
    }
    
    .paddint_section_first .badge {
        width: 100%;
    }
    
    .paddint_section_first .about-card {
        padding: 16px 12px;
    }
}

@media screen and (max-width: 360px) {
    .paddint_section_first .badge {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .paddint_section_first .about-card h3 {
        font-size: 16px;
    }
    
    .paddint_section_first .about-card p {
        font-size: 13px;
    }
}