.isi-content {
    text-align: center;
    margin-top: 3em;
    padding: 40px 20px;
}
.bg-yellow { background-color: yellow; }
.bg-green { background-color: green; }
.bg-blue { background-color: blue; }
.bg-pink { background-color: pink; }
.isi-content h1 {
    font-size: 40px;
    font-weight: 800;
    color: green;
    margin-bottom: 20px;
}
.isi-content p {
    font-size: 16px;
    color: orange;
    line-height: 1.6;F
    max-width: 800px;
    margin: 0 auto 40px;
}
.gary-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    position: relative;
    height: 350px;
    overflow: hidden;
}

.gary {
    column-count: 4;
    column-gap: 10px;
}

.gary-container .brick {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    break-inside: avoid;
    position: relative;
}

.gary-container .brick img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.gary-container .brick .nama-gary {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    color: black;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.gary-container .overlay {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.5));
    pointer-events: none;
    transition: opacity 0.3s;
}

.btn22 {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    border-radius: 15px;
    transition: background 0.3s;
}

.btn22:hover {
    background-color: #000000;
    color: #fff;
}

@media (max-width: 768px) {
    .gary {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .gary {
        column-count: 1;
    }
}
/* PROMO BOS */
.container-promo {
    width: 100%;
    margin-top: 2em;
    max-width: 1200px;
    display: flex;
    gap: 20px;
    padding: 40px 20px;
    height: fit-content;
}

.left-promo {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.left-promo img {
    width: 100%;
    height: 600px;
}

@media (max-width: 768px) {
    .left-promo img {
        height: 450px !important;
    }
}

/* Ukuran layar maksimal 600px */
@media (max-width: 600px) {
    .left-promo img {
        height: 350px !important;
    }
}

.right-promo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.kart-promo {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kart-promo img {
    width: 100%;
    height: 300px;
    display: block;
}

.kart-promo-content {
    padding: 15px;
    text-align: center;
}

.kart-promo-content h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.kart-promo-content button {
    background-color: #f04e30;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
}

.kart-promo-content button:hover {
    background-color: #d43f28;
}

.con-promo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; /* Pastikan semua item memiliki tinggi yang sama */
    padding: 20px;
}
.cardone-promo {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 15px 15px 30px rgba(255, 197, 89, 0.322),
                -15px -15px 30px rgba(147, 255, 147, 0.322);
    margin: 10px;
    width: 350px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column; /* Pastikan konten tersusun vertikal */
    justify-content: space-between; /* Jika ada tombol di bawah, tetap sejajar */
}

.cardone-promo img {
    width: 100%;
    max-height: 250px;
    border-radius: 10px;
}
.prm-content {
    padding: 5px;
}
.prm-content h1 {
    font-size: 1.2em;
    margin: 0;
    color: white;
    font-weight: 700;
    text-align: left;
}
.prm-details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: left;
    margin-top: 10px;
}
.prm-details p {
    font-size: 0.5em;
    color: white;
    margin: 0;
    text-align: left;
    font-size: 0.8em;
}
.prm-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.6em;
    font-weight: 700;
    color: #F7F7F7;
    background-color: #FFB22C;
    border: 2px solid #FFB22C;
    border-radius: 50px;
    text-decoration: none;
    height: 25px;
    transition: background-color 0.3s, color 0.3s;
}
.prm-button:hover {
    background-color: #fff;
    color: #FFB22C;
}
@media (max-width: 768px) {
    .cardone-promo {
        width: 100%;
        height: 100%;
    }
    .container-promo {
        flex-direction: column;
    }
}

/* berita style */
.main-berita {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.main-berita .article-berita {
    display: flex;
    flex-direction: row;
    background-color: green;
    border-radius: 10px;
    overflow: hidden;
     box-shadow: 15px 15px 30px rgba(255, 197, 89, 0.322),
                /* Oranye */
                -15px -15px 30px rgba(147, 255, 147, 0.322);
            /* Hijau */
    width: 100%;
    height: 400px;
}
.main-berita .article-berita img {
    width: 50%;
    height: 100%;
}
.main-berita .article-berita .konten-berita {
    padding: 20px;
    width: 50%;
    gap: 10px;
    text-align: left;
}
.main-berita .article-berita .konten-berita .meta {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1em;
}
.main-berita .article-berita .konten-berita h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    text-align: left;
    color: white;
    margin-top: 20px;
}
.main-berita .article-berita .konten-berita p {
    color: white;
    line-height: 1.6;
    text-align: left;
    margin-top: 2em;
}
.main-berita .article-berita .konten-berita .read-more {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    border: 2px solid orange;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    background-color: orange;
    font-weight: bold;
    text-align: left;
    margin-right: 0;
}

.main-berita .article-berita .konten-berita .read-more:hover {
    color: orange;
    border: 1px solid orange;
    background-color: #fff;
    font-weight: bold;
}

@media (max-width: 768px) {
    .main-berita .article-berita {
        flex-direction: column;
        height: fit-content;
    }
    .main-berita .article-berita img,
    .main-berita .article-berita .konten-berita {
        width: 100%;
    }
}

.container-ne {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.main-isi-berita,
.isi-berita {
    background-color: #fff;
    border-radius: 10px;
     box-shadow: 15px 15px 30px rgba(255, 197, 89, 0.322),
                /* Oranye */
                -15px -15px 30px rgba(147, 255, 147, 0.322);
            /* Hijau */
    margin-bottom: 20px;
    overflow: hidden;
    width: fit-content;
}
.main-isi-berita img,
.isi-berita img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.main-isi-berita-content,
.isi-berita-content {
    padding: 20px;
}
.main-isi-berita-content h2,
.isi-berita-content h3 {
    margin: 0 0 10px;
    color: white;
    font-weight: 700;
}
.main-isi-berita-content p,
.isi-berita-content p {
    margin: 0 0 20px;
    color: white;
}
.main-isi-berita-content .meta1,
.isi-berita-content .meta1 {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
}
.main-isi-berita-content .read-more,
.isi-berita-content .read-more {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid green;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    background-color: green;
    font-weight: 700;
}

.main-isi-berita-content .read-more,
.isi-berita-content .read-more:hover {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid green;
    border-radius: 20px;
    text-decoration: none;
    color: green;
    background-color: #fff;
    font-weight: 700;
}
.isi-beritas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    overflow: hidden;
}
.urut {
    display: flex;
    justify-content: space-between;
}

/* outlet selengkapnya */
.jauh{
    margin-top: 3em;
}
.container-toko {
    max-width: 800px;
    margin-top: 2em;
    margin: 20px auto;
    padding: 20px;
 box-shadow: 15px 15px 30px rgba(255, 197, 89, 0.322),
                /* Oranye */
                -15px -15px 30px rgba(147, 255, 147, 0.322);
            /* Hijau */
}
.image-container-toko {
    text-align: center;
}
.image-container-toko img {
    max-width: 100%;
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
.info-container-toko {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .info-container-toko {
        flex-direction: column;
    }
}
.content-toko {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.content-toko h1 {
    font-size: 24px;
    color: white;
    font-weight: 700;
    margin: 0;
}
.content-toko p {
    font-size: 16px;
    color: white;
    margin: 5px 0;
    max-width: 300px;
    word-wrap: break-word;
}
.map-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}
.map-link i {
    margin-right: 5px;
}

.map-k {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}
.map-k i {
    margin-right: 5px;
}
.map-k a {
    background-color: #0056b3;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    padding: 5px 8px;
}
.map-k a:hover {
    background-color: #fff;
    color: #0056b3;
    border: solid 1px #0056b3;
}

/* detail promo */
.detail-detail-promo {
    max-width: 1000px;
    margin: 20px auto;
    background-color: orange;
    padding: 20px;
    box-shadow: 15px 15px 30px rgba(255, 197, 89, 0.322),
                /* Oranye */
                -15px -15px 30px rgba(147, 255, 147, 0.322);
            /* Hijau */
}
.detail-promo-header {
    text-align: center;
}
.detail-promo-header img {
    width: 100%;
    height: auto;
}
.detail-promo-content {
    padding: 20px;
}
.detail-promo-content h1 {
    font-size: 34px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}
.detail-promo-content p {
    font-size: 20px;
    line-height: 1.6;
    color: white;
    margin-bottom: 20px;
}
.promo-loc {
    display: flex;
    justify-content: space-between;
}
.detail-promo-content .location,
.detail-promo-content .contact {
    margin-bottom: 20px;
    color: white;
    font-weight: 400;
}
.detail-promo-content .contact a {
    background-color: green;
    border: 1px solid green;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}
.detail-promo-content .contact a:hover {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    color: green;
}
.detail-promo-content .map-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.detail-promo-content .map-link a {
    margin: 0 5px;
    background-color: #0056b3;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    padding: 5px 8px;
}
.detail-promo-content .map-link a:hover {
    background-color: #fff;
    border: #007bff 1px solid;
    color: #007bff;
}
.detail-promo-content .map-link i {
    font-size: 14px;
    margin-bottom: 10px;
}
.detail-detail-promo .map-link span {
    font-size: 16px;
}
@media (max-width: 600px) {
    .detail-promo-content h1 {
        font-size: 20px;
    }
    .detail-promo-content p {
        font-size: 12px;
    }
    .detail-promo-content .contact button {
        font-size: 12px;
    }
    .detail-promo-content .map-link a {
        font-size: 12px;
    }
}

/* coco apps style */
.container-coco {
    margin: 0 auto;
    padding: 20px;
    margin-top: -8em;
    border-radius: 30px;
    background-color: #F7DB6A;
    box-shadow: 0 20px 10px -20px rgba(0,0,0,0.45) inset, 0 -20px 10px -20px rgba(0,0,0,0.45) inset;
}

.coco2 {
    width: 100%;
    margin: 0 auto;
    padding: 100px;
    background-color: #8b8b8b73;
}
@media (max-width: 600px) {
    .coco2 {
        margin: 0 auto;
        padding: 30px;
    }
    .container-coco {
    margin-top: -5em;
}
}

.feature-coco {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 30px;
}
.feature-coco img {
    width: 50%;
    height: 375px;
    border-radius: 8px;
}
.feature-coco-content {
    width: 50%;
    padding-left: 20px;
    margin-right: 20px;
}
.feature-coco-content h2 {
    font-size: 25px;
    font-weight: 700;
    padding-top: 1em;
    text-align: justify;
    margin: 0 0 10px;
}
.feature-coco-content p {
    font-size: 20px;
    margin-top: 1em;
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
}
@media (max-width: 600px) {
    .header-coco h1 {
        font-size: 20px;
    }
    .feature-coco {
        flex-direction: column;
    }
    .feature-coco img,
    .feature-coco-content {
        width: 100%;
        padding-left: 0;
    }
    .feature-coco-content h2 {
        font-size: 18px;
    }
    .feature-coco-content p {
        font-size: 14px;
        margin-left: 18px;
    }
}

/* detail news content */
.detail-news-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: green;
    margin-top: 8em;
    margin-bottom: 4em;
    height: 100%;
}
.detail-news-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}
.image-detail-news-container {
    text-align: center;
    margin-bottom: 20px;
}
.image-detail-news-container img {
    max-width: 100%;
    height: auto;
}
.detail-news-author-date {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space between items */
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

.date23 {
    margin-left: auto; /* Push the date to the right */
}
.detail-news-left {
    float: left;
    margin-bottom: 20px;
}

.detail-news-right {
    float: right;
    margin-bottom: 20px;
}
.detail-news-content {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-top: 2em;
    text-align: justify;
}
.detail-news-button {
    background-color: orange;
    margin-bottom: 1em;
    font-size: medium;
    font-weight: 500;
    color: white;
    padding: 10px 50px;
    align-items: right;
    text-align: right;
    float: right;
    border: orange 1px solid;
    border-radius: 20px;
    margin-top: 2em;
    position: relative;
}

.detail-news-button:hover {
    background-color: #fff;
    color: orange;
    border: 1px solid orange;
}

.text-center {
    text-align: center;
}

/* about us selengkapnya style */
.container-about {
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container-about h1 {
    text-align: center;
    color: green;
    font-weight: 700;
}
.container-about p {
    line-height: 1.6;
    color: orange;
    margin-bottom: 20px;
}
.image-container-about {
    text-align: center;
    margin: 20px 0;
}
.image-container-about img {
    max-width: 50%;
    height: auto;
}
.side-by-side {
    display: flex;
    align-items: center;
}
.side-by-side img {
    flex: 1;
    width: 50%;
    height: auto;
}
.side-by-side p {
    float: right;
    width: 50%;
    margin: 0;
}
@media (max-width: 768px) {
    .side-by-side {
        flex-direction: column;
    }
    .side-by-side img,
    .side-by-side p {
        max-width: 100%;
    }
}

.container-us2 p {
    margin-top: 1em;
    text-align: justify;
    color: #000;
}
        .container-us {
            width: 100%;
            height: 100%;
            padding: 30px 50px;
            background-color: #7AA874;
            border-radius: 30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
 }

        .container-us h1 {
            text-align: center;
            font-size: 2em;
            color: white;
            font-weight: 600;
            margin-bottom: 0px;
        }

        .container-us h3 {
            text-align: center;
            margin-top: 1em;
            color: green;
            font-weight: 700;
            margin-bottom: 1em;
        }

        .container-us p {
            margin-top: 0px;
            font-size: 20px;
            line-height: 1.5;
            text-align: justify;
            color: white;
        }
@media screen and (max-width: 768px) {
    .container-us {
        padding: 20px 30px; /* Kurangi padding agar tidak terlalu besar */
        border-radius: 20px; /* Buat lebih kecil di layar kecil */
    }
}

@media screen and (max-width: 480px) {
    .container-us {
        padding: 15px 15px; /* Kurangi padding lebih lanjut */
        border-radius: 15px; /* Sesuaikan border-radius */
    }
    .container-us p {
            margin-top: 0px;
            font-size: 10px !important;
            line-height: 1.5;
            text-align: left;
            color: white;
        }
}

.header-us2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.header-us2 h1 {
    font-size: 24px;
    color: green;
    font-weight: 700;
    margin: 0;
}
.header-us2 .menu-icon {
    font-size: 24px;
    cursor: pointer;
}
.content-us2 {
    text-align: center;
}
.content-us2 h2 {
    font-size: 36px;
    margin: 0;
    color: green;
    font-weight: 700;
    font-weight: normal;
}
.content-us2 h2 span {
    color: #fdd835;
}
.content-us2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
.team-section-us {
    display: flex;
    margin-top: 2em;
    align-items: center; /* Menyelaraskan secara vertikal */
    gap: 10px; /* Jarak antar elemen */
    justify-content: space-between;
}
@media screen and (max-width: 600px) {
    .team-section-us {
        flex-direction: column;
        align-items: center; /* Pusatkan elemen dalam column */
        gap: 20px; /* Tambahkan jarak antar elemen */
    }
}


.team-section-us h2 {
    font-size: 24px;
    color: green;
    font-weight: 700;
    margin-bottom: 0; /* Hilangkan margin bawah agar tidak mengganggu layout */
    white-space: nowrap; /* Mencegah teks turun ke baris baru */
}

.nav-btn-us {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.nav-btn-us:hover {
    opacity: 1;
}

/* Membuat tombol navigasi sejajar dengan teks */
.nav-buttons {
    float: right;
    display: flex;
    gap: 5px;
}

.team-section-us h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.slider-container-us {
    position: relative;
    display: flex;
    align-items: center;
}

.team-container-us {
    display: flex;
    overflow: hidden;
    gap: 20px;
    padding: 10px 0;
    position: relative;
}

.team-card-us {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    margin-top: 2em;
}

.team-card-us img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.team-card-us h3 {
    font-size: 18px;
color: green;
    font-weight: 700;
    margin: 10px 0 5px;
}

.team-card-us p {
    color: orange;
    font-size: 14px;
}

.nav-btn-us {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.nav-btn-us:hover {
    opacity: 1;
}

.left-btn-us {
    left: -80px;
}

.right-btn-us {
    right: -80px;
}


.owner-container {
    display: flex;
    width: 100%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.image-owner {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 20px;
}
@media screen and (min-width: 1024px) {
    .founder-text {
    font-size: 1.5em !important;
}
.founder-subtext {
    font-size: 1em !important;
}
.founder-wrapper {
    gap: 20px !important;
}
.founder-image {
    max-width: 350px !important;
}
}

@media screen and (max-width: 1600px) {
.feature-coco-content h2 {
        font-size: 2em !important;
    }
    .feature-coco-content p {
        font-size: 1.5em !important;
    }
.container-us h1 {
    font-size: 3.5em !important;
        }

        .container-us p {
    font-size: 1.5em !important;
        }
   .container-us2 p {
    font-size: 1.5em !important;
    line-height: 1.5 !important;
}
   .container-us2 h1 {
    margin-top: 2em;
    font-size: 3.5em !important;
}
  .image-owner img {
    max-width: 100% !important;
    height: 580px !important;
    border-radius: 10px !important;
  }
  .text-owner h2 {
    font-size: 4em !important;
    margin-bottom: 20px !important;
  }
  .text-owner p {
    font-size: 1.5em !important;
    line-height: 1.5 !important;
    text-align: justify !important;
  }
  .founder-text {
    font-size: 2em !important;
}
.founder-subtext {
    font-size: 1.5em !important;
}
}

.image-owner img {
    max-width: 100%;
    height: 380px;
    border-radius: 10px;
}
.text-owner {
    width: 50%;
    background: #ffeb3b;
    padding: 30px;
}
.text-owner h2 {
    font-size: 24px;
color: green;
    font-weight: 700;
    margin-bottom: 20px;
}
.text-owner p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}
.founder-section {
    margin-top: -2em;
}
.founder-section h2 {
    text-align: left;
    font-weight: bold;
}
.founder-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 150px;
}
@media (max-width: 768px) {
.container-us2 p {
    font-size: 16px !important;
    line-height: 1 !important;
}
   .container-us2 h1 {
    margin-top: 1em;
    font-size: 3.5em !important;
}
.feature-coco-content h2 {
        font-size: 2em !important;
    }
    .feature-coco-content p {
        font-size: 1em !important;
    }
    .founder-wrapper {
        flex-direction: column;
        align-items: left;
        padding: 20px;
        justify-content: left;
        gap: 20px;
        text-align: left;
    }
    .owner-container {
        flex-direction: column;
    }
    .founder-text {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .founder-subtext {
        justify-content: left;
        align-items: left;
        text-align: left;
        margin: 0;
    }
    .image-owner {
        width: 100%;
        padding: 20px;
    }
    .image-owner img {
        width: 100%;
        height: 350px;
        border-radius: 10px;
    }
    .text-owner {
        width: 100%;
        text-align: justify;
        padding: 10px;
    }
}
.founder-image {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
}
.founder-text {
    font-weight: bold;
    text-align: left;
}
.founder-subtext {
    font-size: 14px;
    color: gray;
    text-align: left;
}
