/* Event Info */
div#eventinfo{
    width: auto;
    height: auto;
    /* border: 1px solid black; */
    margin: -10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.jnevevnjv{
    width: 95%;
    height: 50px;
    /* border: 1px solid red; */
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.sdjvnskjs{
    width: 95%;
    height: 80%;
    /* border: 1px solid blue; */
    display: flex;
    align-items: center;
    margin: auto;
}

div#asjajsnjakj{
    width: 37%;
    /* border: 2px solid black; */
    margin: auto;
    height: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div[id=scjnjknjnj]{
    width: 90%;
    height: 40px;
    /* border: 3px solid blue; */
    margin-top: 20px;
    /* margin: auto; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

div[id=sdvsdvsdvsv]{
    width: 90%;
    height: 60px;
    /* border: 3px solid blue; */
    /* margin: auto; */
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#knnskjdbnjkn{
    width: 47%;
    /* border: 2px solid black; */
    margin: auto;
    margin-bottom: 20px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-image: url(../image/fjkhjsfjsf.png);
    background-position: center;
    /* background-position-y: -100%; */
    background-size: contain;
    background-repeat: no-repeat;
}

p.sdfkjhsdfhj{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    color: #FC6704;
}

p.aoksfjkfhgjfcds{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    margin: auto;
    color: #FC6704;
    margin-top:30px;
}



@media screen and (max-width: 850px){
    div#eventinfo{
        height: auto;
    }

    div.jnevevnjv{
        height: 30px;
    }

    div.sdjvnskjs{
        display: flex;
        height: 900px;
        flex-direction: column;
        align-items: center;
    }

    div#asjajsnjakj{
        width: 90%;
        height: 45%;
    }

    div#knnskjdbnjkn{
        width: 317px;
        height: 44%;
        background-image: url(../image/straight.png);
        background-position: center;
        background-size: contain;
        border-radius:  10px;
        -webkit-border-radius:  10px;
        -moz-border-radius:  10px;
        -ms-border-radius:  10px;
        -o-border-radius:  10px;
    }

    div#scjnjknjnj{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
    }

    p.sdfkjhsdfhj{
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        /* margin: auto; */
    }
}