.sale {
    background: #ffe9e9;
    border-radius: 1rem;
    border: 3px solid red;
}

.sale__container {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 3rem;
    align-items: center;
}

.sale__col--image {
    flex: 0 0 auto;
    width: auto;
    margin-top: -95px;
}

.sale__col--content {
    flex: 1 0 0%;
}

.sale__image {
    max-width: 19rem;
}

.sale__title {
    line-height: 1.2em;
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 0.4em;
}

.sale__desc {
    font-size: 2rem;
}
