.cybersec-wrapper-c0f12c67 {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    padding: 20px 0;
}
@media (max-width: 991px) {
    .cybersec-wrapper-c0f12c67 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
.cybersec-left-c0f12c67 {
    display: flex;
    flex-direction: column;
}
.cybersec-subtitle-c0f12c67 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0073ec;
}
.cybersec-title-c0f12c67 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px 0;
    color: #1a1a1a;
}
.cybersec-desc-c0f12c67 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #666;
}
.cybersec-features-c0f12c67 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
@media (max-width: 480px) {
    .cybersec-features-c0f12c67 {
        grid-template-columns: 1fr;
    }
}
.cybersec-feature-item-c0f12c67 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cybersec-feature-icon-c0f12c67 {
    font-size: 28px;
    color: #0073ec;
    display: inline-flex;
    align-items: center;
}
.cybersec-feature-icon-c0f12c67 svg {
    width: 28px;
    height: 28px;
    fill: #0073ec;
}
.cybersec-feature-title-c0f12c67 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    color: #1a1a1a;
}
.cybersec-right-c0f12c67 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}
.cybersec-image-container-c0f12c67 {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.cybersec-image-container-c0f12c67 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/5;
}
