.mvp {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.mvp-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 64px;
}

.mvp-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.mvp-item {
    padding: 0 auto;
    margin: 0 auto;
    max-width: 20%;
    border-radius: 16px;
    background-color: white;
    padding: 24px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.mvp-number {
    padding: 0 auto;
    margin: 0 auto;
    margin-bottom: 64px;
    text-align: center;
    align-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: white;
    font-size: 1em;
}

.mvp-image-1 {
    background-image: url("../media/mvp1.png")
}

.mvp-image-2 {
    background-image: url("../media/mvp2.png")
}

.mvp-image-3 {
    background-image: url("../media/mvp3.png")
}

.mvp-image-4 {
    background-image: url("../media/mvp4.png")
}

.mvp-title {
    font-size: 1em;
    color: black;
    font-weight: 700;
    margin-bottom: 5px;
}

.mvp-time {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.534);
    font-weight: 600;
    margin-bottom: 12px;
}

.mvp-item-text .hero-bulletpoint-contnet {
    font-size: 1em;
}

.mvp-item-text .hero-bulletpoint {
    align-items: flex-start;
    justify-content: start;
    text-align: start;
}

.mvp-item-text .checkbox {
    min-width: 50px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(../media/check24.png);
}

.mvp-item-text {
    flex-grow: 0;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.470);
}

.mvp-accent {
    border: 5px solid #F59619;
}

.bookacall {
    margin-left: 100px;
    margin-right: 100px;
    height: 351px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 234px;
    margin-top: 234px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

@media (orientation: portrait) {
    .mvp-item {
        margin-bottom: 25px;
        max-width: 100%;
    }

    .bookacall .title {
        font-size: 1.5rem;
    }

    .bookacall {
        height: fit-content;
        padding: 24px;
    }
}