.about-content .container {
    flex-direction:column;
}

.frame-2085660344,
.frame-2085660344 * {
    box-sizing: border-box;
}

.frame-2085660344 {
    background: #282828;
    height: 7.5rem;
    display: flex;
    align-items: center;    
    overflow: hidden;
}

.div {
    color: #FFF;
    font-family: Unbounded;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;   
}

.image-297 {
    width: 567.84px;
    height: 567.84px;
    position: absolute;
    left: 745.32px;
    top: -288px;
    transform-origin: 0 0;
    transform: rotate(37.836deg) scale(1, 1);
    filter: blur(5px);
    object-fit: cover;
    aspect-ratio: 1;
}

.image-298 {
    width: 18.19175rem;
    height: 18.19175rem;
    transform: rotate(-50.000deg) scale(1, 1);
    filter: blur(5px);
    position: absolute;
    right: -5rem;
    top: -204px;
    object-fit: cover;
    aspect-ratio: 1;
}

.container {
    max-width: 84.375rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 0 1rem;
}

/* Контент страницы О нас */
.about-content {
    background: #1a1a1a;
    padding: 3rem 0;
}

.section-title-large {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

/* Франшиза */
.franchise-section {
    margin-bottom: 5rem;
    padding: 3rem;
    background: #282828;
    border-radius: 0.75rem;
}

.franchise-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.stat-card {
    background: #1a1a1a;
    border: 1px solid #3a3a3a;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(255, 168, 0, 0.3);
    border-color: #ffc75b;
}

.stat-card-wide {
    grid-column: 1 / -1;
}

.stat-value {
    color: #ffc75b;
    font-family: Montserrat, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.stat-label {
    color: #B8B8B8;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
}

/* Преимущества */
.benefits-section {
    margin-bottom: 5rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.benefit-card {
    background: #282828;
    border: 1px solid #3a3a3a;
    border-radius: 0.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(255, 168, 0, 0.3);
    border-color: #ffc75b;
}

.benefit-icon {
    color: #ffc75b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 168, 0, 0.1);
    border-radius: 50%;
}

.benefit-text {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

/* Гарантии */
.guarantees-section {
    margin-bottom: 4rem;
}

.guarantees-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.guarantee-card {
    background: #282828;
    border: 1px solid #3a3a3a;
    border-radius: 0.5rem;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.guarantee-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(255, 168, 0, 0.3);
    border-color: #ffc75b;
}

.guarantee-title {
    color: #ffc75b;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.guarantee-text {
    color: #B8B8B8;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

/* Адаптив */
@media (max-width: 768px) {
    .section-title-large {
        font-size: 1.75rem;
    }

    .franchise-section {
        padding: 1.5rem;
    }

    .franchise-stats,
    .benefits-grid,
    .guarantees-grid {
        grid-template-columns: 1fr;
    }

    .stat-card-wide {
        grid-column: 1;
    }

    .about-content {
        padding: 2rem 0;
    }
}

    width:100%;
    padding: 0 1.25rem;
    position: relative;    
}
