#s-about {
    margin: 0;
    padding: 95px 125px 0 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: max-content;
    background: #F5E9CE;
}

.s-about-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex: 1;
    max-width: 1330px;
}

.s-about-content>h1 {
    margin-bottom: 35px!important;
}

#s-about-summary {
    border-radius: 25px;
    background: #450E14;
    display: flex;
    padding: 20px 25px 20px 20px;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
    width: fill-available;
    width: -moz-available;
    width: -webkit-fill-available;
}

#s-about-summary>p {
    color: #F5E9CE;
    font-family: Geologica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    width: fit-content;
}

#s-about-content-story {
    flex-direction: column;
    display: flex;
    padding: 20px 25px;
    align-items: start;
    gap: 12px;
    border-radius: 25px;
    border: 2px solid #450E14;
    background: #F5E9CE;
    color: #450E14;
    font-family: Geologica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    flex: 1 0 0;
}

#s-about-content-story>p {
    margin: 0;
    padding: 0;
}

#s-about-content-scroll {
    min-height: 104px;
    height: 104px!important;
}



@media (max-width: 500px) {
    #s-about {
        padding: 50px 25px 0 25px;
        height: max-content;
    }
}