.productivity {
    width: -webkit-fill-available;
    margin-bottom: 42px;
    padding: 0 16px;
    min-width: 375px;
    box-sizing: border-box;
}

.productivity-wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.productivity-heading {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 80px;
}

.productivity-wrapper .productivity-bg {
    z-index: 0;
    display: none;
    height: 100%;
    width: 100%;
}

.productivity-cards {
    display: flex;
    flex-direction: column;
}

.productivity-stats-card {
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.productivity-stats-card p.heading{
   font-size: 48px;
   line-height: 48px;
    margin-bottom: 8px;
}

.productivity-card-white {
    background: #ffffff;
}

.productivity-card-blue {
    background: #D9F8FA;
    margin-top: 16px;
}

.productivity-card-pink {
    background: #FFEBFC;
}

.productivity-card-yellow {
    background: #FFE84D;
}

.productivity-col-section {
    display: flex;
    flex-direction: row;
    height: 328px;
}

.productivity-col:first-child {
    padding-right: 8px;
}

.productivity-col:last-child {
    padding-left: 8px;
}

.productivity-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.productivity-col-item {
    display: flex;
}

.productivity-row-item {
    display: flex;
    width: 50%;
}

.productivity-row-item.productivity-card-white {
    justify-content: center;
}

.productivity-item-text {
    max-width: 160px;
    margin-top: 48px;
    margin-left: -20px;
}

.productivity-section-quote {
    margin-top: 16px;
    background: #313134;
    display: flex;
    padding: 20px;
    border-radius: 20px;
    flex-direction: column;
}

.productivity-section-quote h3 {
    margin-bottom: 8px;
    color: #FFFFFF;
}

.productivity-section-quote .productivity-quote-footer {
    display: flex;
    align-items: center;
}

.productivity-visual-quote {
    height: 32px;
    width: 29px;
    margin-right: 8px;
}

.productivity-section-users {
    display: flex;
    padding: 16px;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
}

.productivity-section-users img.productivity-visual-users-desktop {
   display: none;
}

.productivity-row-section {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.productivity-row-section .heading-cont {
    display: flex;
}

.productivity-row-section .heading-cont p:last-child {
    display: flex;
    align-self: end;
    margin-bottom: 14px;
}

.productivity-row-section .footer-cont {
    display: flex;
    gap: 8px;
}

.productivity-section-tasks {
    margin-top: 16px;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 20px;
    align-items: center;
}

.productivity-section-users img {
}

.align-center {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .productivity {
        width: 1464px;
    }

    .productivity-wrapper .productivity-bg {
        width: -webkit-fill-available;
        display: block;
        overflow: hidden;
        position: absolute;
        top: -94px;
    }

    .productivity-heading {
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .productivity-wrapper .productivity-bg svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .productivity-wrapper {
        position: relative;
    }

    .productivity-cards {
        position: relative;
        box-sizing: border-box;
        height: 900px;
        transform: scale(0.8);
    }

    .productivity-stats-card {
        box-sizing: border-box;
    }

    .percent-30 {
        position: absolute;
        top: 29px;
        left: 148px;
        width: 356px;
        height: 195px;
        padding: 31.5px;
    }

    .percent-50 {
        position: absolute;
        top: 272px;
        left: 99px;
        width: 270px;
        height: 188px;
        padding: 42px;
    }

    .productivity-section-employee p.heading {
        font-size: 80px;
        line-height: 80px;
    }

    .productivity-section-users {
        padding: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 676px;
    }

    .productivity-section-users img.productivity-visual-users {
        display: none;
    }

    .productivity-section-users img.productivity-visual-users-desktop {
        display: block;
    }

    .productivity-section-ceo {
        position: absolute;
        top: 676px;
        left: 59px;
        width: 421px;
        height: 228px;
    }

    .productivity-section-employee {
        position: absolute;
        top: 0;
        left: 917px;
        width: 387px;
        height: 224px;
        margin-top: 0;
        padding: 32px;
    }

    .rating-49 {
        justify-content: center;
        position: absolute;
        top: 444px;
        left: 957px;
        width: 362px;
        height: 220px;
        padding: 40px;
    }

    .rating-49 .heading-cont {
        margin-top: 6px;
    }

    .rating-49 .inline-subsection {
        display: flex;
    }

    .downloads-21 {
        position: absolute;
        top: 712px;
        left: 936px;
        width: 358px;
        height: 158px;
        align-items: center;
    }

    .downloads-21 .inline-subsection {
        display: flex;
    }

    .productivity-item-image {
        position: absolute;
        top: 276px;
        left: 1000px;
    }

    .productivity-item-text {
        position: absolute;
        top: 310px;
        left: 1143px;
        margin: 0;
        max-width: 184px;
    }

    .productivity-section-tasks {
        position: absolute;
        top: 480px;
        left: 119px
    }
    .productivity-section-tasks p {
        width: 195px;
    }

    .productivity-stats-card.percent-30 p.heading {
        font-size: 80px;
        line-height: 80px;
    }

    .productivity-row-section .footer-cont {
        align-items: center;
        margin-left: 6px;
    }
}

@media only screen and (min-width: 1220px) {
    .productivity-cards {
        transform: scale(0.9);
        height: 980px;
    }

    .productivity-heading {
        margin-bottom: 24px;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1320px) {
    .productivity-cards {
        transform: scale(1);
        height: 1072px;
    }

    .productivity-heading {
        margin-bottom: 48px;
        margin-top: 80px;
    }
}