.uni-akwl-stripe {
    background-color: var(--akwl-red);
    color: white;
    position: relative;
    padding: 41px 0;
    box-shadow: 0 0 0 100vw var(--akwl-red); /* for backgroud color to the sides */
    clip-path: inset(0 -100vw); /* for backgroud color to the sides */
}

.uni-akwl-stripe-left-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.uni-akwl-stripe-title {
    font: normal normal bold 35px/45px TheSans;
    letter-spacing: 0px;
    margin-top: 0px;
}

.uni-akwl-stripe-title i {
    font-size: 120%;
    margin-right: 0.3em;
}

.uni-akwl-stripe-text {
    font: normal normal normal 18px/25px TheSans;
    letter-spacing: 0px;
    margin: 2rem 0;
}

.uni-akwl-stripe-image-container {
    height: 288px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.uni-akwl-stripe-button.btn-primary {
    border-color: white;
}

@media screen and (max-width: 768px) {
    .uni-akwl-stripe {
        padding: 30px 0;
    }

    .uni-akwl-stripe-title {
        font: normal normal bold 24px/32px TheSans;
        letter-spacing: 0px;
        margin-top: 0px;
    }

    .uni-akwl-stripe-text {
        font: normal normal 300 15px/19px TheSans;
        letter-spacing: 0.07px;
    }

    .uni-akwl-stripe-image-container {
        height: 116px;
    }

    /*.uni-akwl-stripe-button {*/

    /*}*/
}