/* Section: Our Commitment - Full width section */

.rss-commitment-section {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.rss-commitment {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.commitment-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.commitment-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commitment-bg-image.bg-01 {
    z-index: 0;
}

.commitment-bg-image.bg-02 {
    z-index: 1;
}

.commitment-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 80px 0 73px 0;
    min-height: 400px;
    max-width: 1300px;
    margin: 0 auto;
}

.commitment-image {
    flex: 0 0 auto;
    max-width: 650px;
}

.commitment-team-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.commitment-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.commitment-content h5 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 36px;
    letter-spacing: 3pt;
}

.commitment-box {
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 606px;
}

.commitment-box p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.commitment-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    padding: 0 84px;
}

.overlay-text {
    /* font-size: 217px; */
    font-weight: 500;
    color: rgba(255, 255, 255, 0.25);
    font-family: "futura-pt", sans-serif;
    line-height: 229px;
    letter-spacing: 14pt;
    width: 100%;
    display: inline-block;
    font-size: clamp(140px, 14.808vw - 67.31px, 217px);
}

