.features {
    width: 100%;
    margin-top: 50px;
    padding: 50px 0 150px 0;
    min-height: 750px;
    background-color: #5142a8;
    background-image: url("../assets/bgDemonstration.svg");
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    border-radius: 140px;
    overflow: hidden;
}

.features-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.features-top h3 {
    font-size: 45px !important;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    padding: 0 35px;
    line-height: 60px;
}

.features-top h3 span {
    background-color: var(--primary-light-2);
    padding: 2px 15px;
    border-radius: 35px;
}

.features-content-titles--item---right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
}

.features-content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

.features-content--item {
    width: 100%;
    height: 100%;
}

.features-content--item---left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
}

.features-content--item---left----title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.features-content--item---left----title p {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #fff;
}

.features-content--item---left----title h4 {
    font-size: 25px !important;
    font-weight: bold;
    color: #000;
    background-color: var(--primary-light-2);
    padding: 10px 20px;
    border-radius: 80px;
    margin-left: 10px;
}

.features-content--item---left---feature {
    width: 80%;
    height: 350px;
    background: linear-gradient(to right,
            transparent 0%,
            rgba(159, 140, 255, 0.1) 10%,
            rgba(159, 140, 255, 0.3) 20%,
            rgba(159, 140, 255, 1) 70%,
            rgba(159, 140, 255, 1) 100%);
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-15deg);
}

.features-content--item---left---feature img {
    position: relative;
    left: 10px;
    transform: rotate(15deg);
}

.features-content--item---left---feature---image----checkin-checkout {
    right: -20px !important;
}

.features-content--item---left---feature---image----adjustment-record {
    right: -20px !important;
}

.features-content--item---right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
}

.features-content--item---right----title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.features-content--item---right----title p {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #fff;
}

.features-content--item---right----title h4 {
    font-size: 25px !important;
    font-weight: bold;
    color: #000;
    background-color: var(--accent);
    padding: 10px 20px;
    border-radius: 80px;
    margin-left: 10px;
}

.features-content--item---right---feature {
    width: 80%;
    height: 350px;
    background: linear-gradient(to left,
            transparent 0%,
            rgba(252, 254, 199, 0.1) 10%,
            rgba(252, 254, 199, 0.3) 20%,
            rgba(252, 254, 199, 1) 70%,
            rgba(252, 254, 199, 1) 100%);
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: rotate(-15deg);
}

.features-content--item---right---feature img {
    position: relative;
    right: 50px;
    transform: rotate(15deg);
}

/* Tablet - 768px and up */
@media (min-width: 768px) {}

/* Desktop - 1024px and up */
@media (min-width: 1024px) {

}

/* Large Desktop - 1200px and up */
@media (min-width: 1280px) {
    .features-top {
        width: 60%;
        flex-direction: row;
    }
    
    .features-top h3 {
        text-align: left;
        padding: 0 5px;
    }

    .features-content {
        flex-direction: row;
    }

    .features-content--item---left---feature {
        margin-top: 50px;
    }

    .features-content--item---left----title {
        margin-top: 0px;
    }

    .features-content--item---right {
        height: 580px;
    }

    .features-content--item---right----title {
        margin-top: 37px;
    }
}

/* Large Desktop - 1440px and up */
@media (min-width: 1440px) {
    .features-top {
        width: 60%;
        flex-direction: row;
    }

    .features-top h3 {
        line-height: 75px;
    }

    .features-content--item---right {
        height: 620px;
    }

    .features-content--item---right----title {
        margin-top: 0px;
    }
}

/* Large Desktop - 1440px and up */
@media (min-width: 1600px) {
    .features-top {
        width: 40%;
        flex-direction: row;
    }
}
