.section-inner {
    background: #0E2B42 url("/local/templates/barkli-dan/images/sec_31_bg.png") center top repeat;
    background-size: contain;
    color: #0F2C47;
    font-family: "Isabella Sans", sans-serif;
    padding: 120px 0 60px;
    text-align: center;
}



.section-inner .container {
    max-width: 1190px;
    margin: 0 auto;
    background: #fff8f0;
    border-radius: 16px;
    padding: 30px 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 2px solid #E4D9C9;
}

.inner-title {
    font-size: 32px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "SangBleu Sunrise", serif;
    color: #0F2C47;
    margin-bottom: 6px;
}

.inner-subtitle {
    color: #8B6A69;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 40px;
}

.inner-content {
    text-align: left;
    color: #0F2C47;
    font-size: 17px;
    line-height: 1.65;
}

.inner-content h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #0F2C47;
}

.inner-content a {
    color: #8B6A69;
    text-decoration: underline;
}

.inner-medal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    background: #fff8f0;
    position: relative;
    z-index: 2;
    width: 100%;
}

.inner-medal img {
    display: block;
    height: 80px;
    width: auto;
    max-width: none;
}

@media (max-width: 768px) {
    .section-inner .container {
        padding: 40px 25px;
    }
    .inner-title {
        font-size: 26px;
    }
}


@media (max-width: 768px) {
    .inner-medal img {
        height: 75px;
    }
}

@media (max-width: 480px) {
    .inner-medal img {
        height: 70px;
    }
}
