.usp {
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
}

.usp-title {
    margin-bottom: 6px;
}

.usp-title__item {
    text-transform: uppercase;
}

.usp-subtitle {
    margin-bottom: 16px;
}

.usp-subtitle__item {
    font-weight: 500;
}

.usp-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
}

.usp-description b {
    font-weight: 400;
}

.usp-image {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    top: -265px;
    right: -345px;
}

.usp-image__item {
    height: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .usp {
        padding-top: 59px;
        padding-bottom: 75px;
    }

    .usp-subtitle {
        margin-bottom: 24px;
    }

    .usp-description {
        max-width: 540px;
    }

    .usp-image {
        top: -210px;
        right: -235px;
        bottom: -195px;
    }
}

@media (min-width: 1200px) {
    .usp {
        padding-top: 100px;
        padding-bottom: 151px;
    }

    .usp-title {
        margin-bottom: 0;
    }

    .usp-description {
        max-width: 940px;
        font-size: 24px;
        line-height: 29.26px;
    }

    .usp-image {
        top: -78px;
        bottom: -160px;
        right: 0;
    }
}