body {
    background-color: var(--grey-light-1);
}

.hero-content {
    justify-content: center;
    align-items: center;
    background-color: #00000050;
}

.hero-content img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

h1 {
    position: absolute;
    font: 700 38px / 1.3 var(--all-round-gothic);
    color: var(--color-text-titles);
    text-align: center;
    text-shadow: 0 0 20px #00000075;
}

h2.section-title {
    font: 600 24px / 1.2 var(--all-round-gothic);
    margin-bottom: 8px;
}

.about-text {
    margin-bottom: 40px;
    text-align: center;
}

.founder-text {
    text-align: center;
    margin-bottom: 40px;
}

.founder-text img {
    margin: 16px auto;
    border-radius: 4px;
}



.elephant-timeline .single-ele-timeline {
    width: 100%;
    max-width: 100%;
    padding: 16px;
}

.elephant-timeline .single-ele-timeline p {
    line-height: 1.3;
    text-align: center;
}

.elephant-timeline .single-ele-timeline,
.single-ele-photo img {
    border-radius: 4px;
    box-shadow: 0 0 15px 0 #00000054;
    object-fit: cover;
    background-color: #e7ebe7;
}

.elephant-timeline .single-ele-photo {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: -5px;
}

.single-ele-timeline {
    background-color: var(--color-website-bg);
}

ul.founder-gallery {
    list-style: none;
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.founder-gallery img {
    flex: 1 1 0;
    border-radius: 4px;
}

@media (min-width: 768px) {
    h1 {
        font: 700 48px / 1.3 var(--all-round-gothic);
    }

    h2.section-title {
        font: 600 30px / 1.2 var(--all-round-gothic);
    }


}

@media (min-width: 991px) {

    .about-content-section .section-container {
        padding: 60px 30px;
    }

    .about-text {
        margin-bottom: 60px;
        text-align: left;
    }

    h1 {
        font: 700 80px / 1.3 var(--all-round-gothic);
    }

    h2.section-title {
        font: 600 40px / 1.2 var(--all-round-gothic);
    }

    .founder-text {
        text-align: left;
    }

    .founder-text img {
        margin: 32px auto;
    }


    .elephant-timeline .single-ele-timeline{
        width: 100%;
        max-width: 100%;
        padding: 30px;
    }

    .elephant-timeline .single-ele-timeline p {
        line-height: 1.5;
        text-align: left;
    }

    .elephant-timeline .single-ele-photo {
        margin-right: -5px;
        padding: 30px 0;
    }

    .elephant-timeline {
        flex-direction: row;
        padding: 50px 0;
    }

    ul.founder-gallery {
        margin: 60px 0;
        grid-template-columns: repeat(3,1fr);
        gap: 24px;
    }

}
