.presentation {
    display: flex;
}

.presentation-wrapper {
    display: flex;
    min-width: 342px;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    border-radius: 32px;
}

.presentation-image {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}

.presentation-image-gradient {
    display: none;
}

.presentation-image img {
    width: 100%;
    height: auto;
}

.presentation-text {
    padding-top: 24px;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
}

.presentation-text h3 {
    max-width: 300px;
    margin-bottom: 12px;
}

.desktop-heading {
    display: none;
}

.presentation-text p {
    max-width: 240px;
}

.presentation-cards p {
    text-align: center;
    max-width: 430px;
}

.presentation-card h3 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.presentation-cards {
    padding-top: 16px;
    position: relative;
    z-index: 2;
}

.presentation-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #F8F7F5;
    border-radius: 16px;
    padding: 16px 20px;
}

.presentation-icon-wrapper svg {
    fill: #313134;
}

.presentation-card:nth-child(2) {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {
    .presentation {
        max-width: 1512px;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .presentation-wrapper {
        position: relative;
        padding: 0;
    }

    .presentation-image {
        position: relative;
    }

    .presentation-image-gradient {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.632649) 32.71%, rgba(0, 0, 0, 0.3) 47.01%, rgba(0, 0, 0, 0) 100%);
    }

    .presentation-content {
        padding-left: 16px;
        padding-right: 16px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .presentation-text p {
        color: #ffffff;
        max-width: 300px;
    }

    .presentation-text h3 {
        color: #ffffff;
        max-width: 560px;
        content: "Existing Tools Fall Short in Today's Knowledge-Driven Era";
    }

    .mobile-heading {
        display: none;
    }

    .desktop-heading {
        display: block;
    }

    .presentation-cards {
        width: 610px;
        padding-top: 0;
    }

    .presentation-card {
        background-color: rgba(49, 49, 52, .8);
    }

    .presentation-card h3, .presentation-card p {
        color: #ffffff;
    }

    .presentation-icon-wrapper svg {
        fill: #fff;
    }
}

@media only screen and (max-width: 1168px) and (min-width: 992px) {
    .presentation-card h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .presentation-card p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1236px) {
    .presentation-content {
        padding-left: 64px;
        padding-right: 64px;
    }

    .presentation-text h3 {
        font-size: 56px;
        line-height: 64px;
    }

    .presentation-cards {
        max-width: 400px;
    }
}
