@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ===== ABOUT PAGE STYLES ===== */
/* All styles prefixed with 'about-' to avoid conflicts */

/* ===== HERO SECTION ===== */
.about-hero {
    min-height: 50vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    overflow: hidden;
    background: linear-gradient(135deg, #003e52 0%, #1a101e 100%);
    justify-content: center;
    padding: 0 65px;
}

.about-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/about-hero.webp') center center/cover no-repeat;
    z-index: 1;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #363c4fd2, rgba(26, 16, 30, 0.728));
    z-index: 2;
}

.about-hero-content {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.about-hero-text {
    text-align: left;
    margin: 0 auto;
}

.about-hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 40px 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 3px #000;
}

.about-hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ddd;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 992px) {
    .about-hero {
        min-height: 40vh;
    }
    
    .about-hero-title {
        font-size: 2.5rem;
    }
    
    .about-hero-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: 35vh;
        padding: 0 15px;
    }
    
    .about-hero-title {
        font-size: 2rem;
    }
    
    .about-hero-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .about-hero-subtitle {
        font-size: 0.95rem;
    }
}

/* ===== INTRODUCTION SECTION ===== */
.about-intro {
    padding: 100px 65px;
    background: #f8f9fa;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Montserrat', 'Argentum Sans', sans-serif;
}

.about-intro-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
}

.about-section-title {
    font-size: 2.5rem;
    color: #aa7218;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

.about-intro-paragraph {
    color: #444;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: justify;
}

.about-intro-paragraph:last-child {
    margin-bottom: 0;
}

.about-intro-image {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.about-image-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
}

.about-intro-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.about-intro-paragraph-wrapper {
    margin-top: 20px;
}

@media (max-width: 992px) {
    .about-intro {
        padding: 80px 20px;
    }
    
    .about-intro-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-section-title {
        font-size: 2rem;
    }
    
    .about-intro-image img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .about-intro {
        padding: 60px 15px;
    }
    
    .about-section-title {
        font-size: 1.8rem;
    }
    
    .about-intro-paragraph {
        font-size: 0.95rem;
    }
    
    .about-intro-image img {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .about-section-title {
        font-size: 1.6rem;
    }
    
    .about-intro-paragraph {
        font-size: 0.9rem;
    }
    
    .about-intro-image img {
        height: 250px;
    }
}

/* ===== MISSION, VISION, VALUES SECTION ===== */
.about-mission-section {
    padding: 100px 65px;
    position: relative;
    overflow: hidden;
}

.about-mission-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/about-mission.webp') center center/cover no-repeat;
    z-index: 1;
}

.about-mission-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #363c4fed;
    z-index: 2;
}

.about-mission-section .container {
    position: relative;
    z-index: 3;
}

.about-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.about-section-subtitle {
    display: block;
    color: #bc3b4a;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about-section-description {
    color: #f1f1f1a7;
    font-size: 1.1rem;
    line-height: 1.3;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about-mission-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-mission-block {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    margin-bottom: 30px;
}

.about-mission-block:last-child {
    margin-bottom: 0;
}

.about-mission-icon {
    font-size: 2.5rem;
    color: #AA7218;
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-mission-title {
    font-size: 1.6rem;
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.about-mission-text-content {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-size: 1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-mission-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-mission-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.about-mission-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #AA7218;
    min-width: 50px;
    text-align: center;
    line-height: 1;
    padding-top: 5px;
}

.about-mission-item-content {
    flex: 1;
}

.about-mission-item-content h4 {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 8px;
    font-weight: 600;
}

.about-mission-item-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 0.9rem;
    margin: 0;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.about-value-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-value-icon {
    width: 45px;
    height: 45px;
    background: rgba(170, 114, 24, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #AA7218;
    flex-shrink: 0;
}

.about-value-content {
    flex: 1;
}

.about-value-content h4 {
    font-size: 1rem;
    color: white;
    margin-bottom: 8px;
    font-weight: 600;
}

.about-value-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-size: 0.85rem;
    margin: 0;
}

@media (max-width: 992px) {
    .about-mission-section {
        padding: 80px 20px;
    }
    
    .about-mission-block {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .about-mission-section {
        padding: 60px 15px;
    }
    
    .about-mission-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .about-mission-title {
        font-size: 1.4rem;
    }
    
    .about-values-grid {
        grid-template-columns: 1fr;
    }
    
    .about-mission-icon {
        font-size: 2rem;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .about-mission-block {
        padding: 20px;
    }
    
    .about-mission-title {
        font-size: 1.3rem;
    }
    
    .about-mission-item {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }
    
    .about-mission-number {
        min-width: 40px;
        font-size: 1.3rem;
    }
    
    .about-value-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

/* ===== SAFETY SECTION ===== */
.about-safety-section {
    padding: 100px 65px;
    background: white;
}

.about-safety-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-safety-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.about-safety-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.about-safety-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #AA7218;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
}

.about-safety-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about-safety-feature {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.about-safety-icon {
    width: 45px;
    height: 45px;
    background: #AA7218;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    flex-shrink: 0;
}

.about-safety-text h4 {
    font-size: 1.1rem;
    color: #1a101e;
    margin-bottom: 8px;
    font-weight: 600;
}

.about-safety-text p {
    color: #555555;
    line-height: 1.6;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .about-safety-section {
        padding: 80px 20px;
    }
    
    .about-safety-content {
        gap: 30px;
    }
    
    .about-safety-image img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .about-safety-section {
        padding: 60px 15px;
    }
    
    .about-safety-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-safety-image img {
        height: 300px;
    }
    
    .about-safety-text h4 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .about-safety-image img {
        height: 250px;
    }
    
    .about-safety-badge {
        bottom: 10px;
        right: 10px;
        font-size: 0.75rem;
        padding: 6px 10px;
    }
    
    .about-safety-feature {
        gap: 12px;
    }
    
    .about-safety-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* ===== EXPERTISE SECTION ===== */
.about-expertise-section {
    padding: 100px 65px;
    position: relative;
    overflow: hidden;
    background-color: #002a38;
}

.about-expertise-section .container {
    position: relative;
    z-index: 3;
    color: white;
}

.about-expertise-section .about-section-title,
.about-expertise-section .about-section-subtitle {
    color: white;
}

.about-expertise-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.about-expertise-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 25px;
}

.about-expertise-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff6f3c;
    line-height: 1;
    margin-bottom: 15px;
    opacity: 0.7;
}

.about-expertise-title {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 12px;
    font-weight: 600;
}

.about-expertise-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .about-expertise-section {
        padding: 80px 20px;
    }
    
    .about-expertise-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-expertise-section {
        padding: 60px 15px;
    }
    
    .about-expertise-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .about-expertise-item {
        padding: 20px;
    }
    
    .about-expertise-number {
        font-size: 2rem;
    }
    
    .about-expertise-title {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .about-expertise-item {
        padding: 15px;
    }
    
    .about-expertise-number {
        font-size: 1.8rem;
    }
    
    .about-expertise-description {
        font-size: 0.85rem;
    }
}

/* ===== LEADERSHIP SECTION ===== */
.about-leadership-section {
    padding: 100px 65px 50px;
    background: white;
}

.about-leadership-team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.about-leader-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.about-leader-image {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.about-leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-leader-info {
    padding: 20px;
}

.about-leader-name {
    font-size: 1.2rem;
    color: #1a101e;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-leader-title {
    color: #AA7218;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.about-leader-bio {
    color: #555555;
    line-height: 1.6;
    font-size: 0.9rem;
}

.about-team-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.about-team-stat {
    text-align: center;
}

.about-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #AA7218;
    line-height: 1;
    margin-bottom: 8px;
}

.about-stat-label {
    display: block;
    color: #363C4F;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-staff-section {
    margin-top: 50px;
}

.about-staff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-staff-column {
    display: flex;
    flex-direction: column;
}

.about-staff-category {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about-staff-category-title {
    font-size: 1rem;
    color: #003e52;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #AA7218;
}

.about-staff-category-icon {
    color: #AA7218;
    font-size: 1.1rem;
}

.about-staff-member {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.about-staff-member:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.about-staff-name {
    font-size: 0.95rem;
    color: #1a101e;
    margin-bottom: 5px;
    font-weight: 600;
}

.about-staff-position {
    color: #D3A31C;
    font-size: 0.8rem;
    font-weight: 500;
}

.about-staff-subcategory {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.about-staff-subcategory-title {
    font-size: 0.9rem;
    color: #003e52;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-technician-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.about-technician {
    color: #555555;
    font-size: 0.8rem;
    padding-left: 12px;
    position: relative;
}

.about-technician::before {
    content: "•";
    color: #AA7218;
    position: absolute;
    left: 0;
}

@media (max-width: 992px) {
    .about-leadership-section {
        padding: 80px 65px 40px;
    }
    
    .about-staff-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-team-stats {
        padding: 25px;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .about-leadership-section {
        padding: 60px 15px 30px;
    }
    
    .about-leadership-team {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .about-leader-image {
        height: 200px;
    }
    
    .about-team-stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
        gap: 15px;
        margin-bottom: 40px;
    }
    
    .about-staff-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .about-stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .about-leader-image {
        height: 180px;
    }
    
    .about-team-stats {
        grid-template-columns: 1fr;
    }
    
    .about-leader-name {
        font-size: 1.1rem;
    }
    
    .about-leader-info {
        padding: 15px;
    }
}

/* ===== TIMELINE SECTION ===== */
.about-timeline-section {
    padding: 100px 65px;
    background: #363C4F;
}

.about-timeline {
    position: relative;
    margin: 40px auto 0;
}

.about-timeline::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #363C4F, #AA7218);
}

.about-timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

.about-timeline-year {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #003e52;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about-timeline-content {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #AA7218;
}

.about-timeline-title {
    font-size: 1.1rem;
    color: #363C4F;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-timeline-description {
    color: #555555;
    line-height: 1.6;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .about-timeline-section {
        padding: 80px 20px;
    }
}

@media (max-width: 768px) {
    .about-timeline-section {
        padding: 60px 15px;
    }
    
    .about-timeline::before {
        left: 20px;
    }
    
    .about-timeline-item {
        padding-left: 50px;
        margin-bottom: 30px;
    }
    
    .about-timeline-year {
        width: 40px;
        height: 40px;
        font-size: 0.85rem;
    }
    
    .about-timeline-content {
        padding: 15px;
    }
    
    .about-timeline-title {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .about-timeline-item {
        padding-left: 45px;
    }
    
    .about-timeline-year {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }
    
    .about-timeline-description {
        font-size: 0.85rem;
    }
}

/* ===== COMMITMENT SECTION ===== */
.about-commitment-section {
    padding: 100px 65px;
    background: #f8f9fa;
}

.about-commitment-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-commitment-title {
    font-size: 2.2rem;
    color: #1a101e;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.about-commitment-description {
    color: #555555;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 1rem;
}

.about-commitment-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.about-commitment-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #363C4F;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.about-commitment-btn-secondary {
    background: transparent;
    color: #363C4F;
    border: 2px solid #363C4F;
}

.about-commitment-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.about-commitment-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.about-commitment-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #363C4F;
    color: #AA7218;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
}

@media (max-width: 992px) {
    .about-commitment-section {
        padding: 80px 20px;
    }
    
    .about-commitment-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .about-commitment-section {
        padding: 60px 15px;
    }
    
    .about-commitment-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-commitment-title {
        font-size: 1.6rem;
    }
    
    .about-commitment-actions {
        flex-direction: column;
    }
    
    .about-commitment-btn {
        width: 100%;
        justify-content: center;
    }
    
    .about-commitment-image img {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .about-commitment-title {
        font-size: 1.4rem;
    }
    
    .about-commitment-description {
        font-size: 0.9rem;
    }
    
    .about-commitment-image img {
        height: 250px;
    }
    
    .about-commitment-badge {
        top: 10px;
        right: 10px;
        font-size: 0.75rem;
        padding: 6px 10px;
    }
}

/* Print Styles */
@media print {
    .about-hero-background,
    .about-mission-bg,
    .about-expertise-bg {
        display: none !important;
    }
    
    .about-hero {
        background: white !important;
        color: black !important;
    }
    
    .about-hero-title,
    .about-hero-subtitle {
        color: black !important;
    }
    
    .about-mission-block,
    .about-expertise-item {
        background: #f5f5f5 !important;
        color: black !important;
        border: 1px solid #ddd !important;
    }
    
    .about-leader-card,
    .about-safety-image,
    .about-commitment-image {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
}