.sets-us-apart-section {
    background-color: black;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sets-us-apart-section .container {
    display: flex;
    min-height: 650px;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    position: relative;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 100px 16px;
    max-width: 908px;
}

@media (min-width: 768px) {
    .content-wrapper {
        padding: 17rem 4rem;
    }
}

.title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.description {
    line-height: 1.6;
}

.award-badge {
    position: absolute;
    right: 24px;
    bottom: 32px;
    z-index: 10;
}

.award-badge img {
    height: 200px;
    width: auto;
}

@media (min-width: 1280px) {
    .content-wrapper {
        padding: 8rem 6rem;
    }

    .award-badge {
        right: 96px;
        bottom: 48px;
    }

    .award-badge img {
        height: 250px;
    }
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    z-index: -1;
}

.background-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% 40%;
}

.award-badge {
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 10;
}

.award-badge img {
    height: 100px;
    width: auto;
    max-width: 100%;
}

@media (max-width: 480px) {
    .award-badge {
        bottom: 10px;
        right: 10px;
    }

    .award-badge img {
        height: 80px;
    }
}

@media (min-width: 768px) {
    .award-badge img {
        height: 160px;
    }
}

@media (min-width: 1280px) {
    .award-badge {
        right: 96px;
        bottom: 48px;
    }

    .award-badge img {
        height: 250px;
    }
}