.shadow {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.slide-1 {
    background-image: url("/images/organizator_background.jpg");
}

.our-features {
    background-color: #f2f2f2;
    max-width: 380px;
    min-height: 420px;
}

.our-features-list {
    padding: 0 130px;
}

.contact-form {
    width: 90%;
    max-width: 600px;
    min-height: 0;
}

@media screen and (max-width: 991px) {
    .our-features-list {
        padding: 0;
    }

    .our-features-list .our-features {
        margin-right: 0em;
    }

    .create-page-part-1 {
        width: 15%;
    }

    .create-page-part-2 {
        width: 55%;
    }

    .line-point {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .create-event .line-start::after {
        width: 16px;
        height: 50%;
        left: 25%;
        top: 50%;
    }

    .create-event .line::after {
        width: 16px;
        height: 100%;
        top: -3px;
        left: 25%;
    }

    .create-event .line-end::after {
        width: 16px;
        height: 50%;
        left: 25%;
        top: -5%;
    }
}

@media screen and (max-width: 576px) {
    .create-page-part-2 {
        width: 100%;
    }
}
