.why {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.why-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.why-item {
    margin-top: 80px;
    margin-left: 16px;
    margin-right: 16px;
    max-width: 27.2%;
    padding: 35px;
    padding-top: 0;
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.why-title {
    font-size: 1.2em;
    font-weight: 700;
}

.why-text {
    font-size: 1em;
}

.why-image {
    width: 64px;
    height: 64px;
    transform: translate(0, -32px);
    border-radius: 18px;
}

.why-1 {
    background-image: url(../media/why1.png);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.why-2 {
    background-image: url(../media/why2.png);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.why-3 {
    background-image: url(../media/why3.png);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.why-4 {
    background-image: url(../media/why4.png);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.why-5 {
    background-image: url(../media/why5.png);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

@media (orientation: portrait) {
    .why {
        width: 100%;
    }

    .title-text {
        width: 70%;
        font-size: 1.2em
    }

    .why-item {
        max-width: 70%;
        margin-bottom: 45px;
    }

    .hypercube-box-item-center {
        margin-bottom: 50px;
    }

    .hypercube-box-item-center-1 {
        margin-bottom: 50px;
        width: 100%;
    }


    .why-flex {
        flex-direction: column;
        align-items: center;

    }
}
