#conference{
    background-color: #fff;
    width: 90%;
    min-height: 500px;
    margin: auto;
    /*margin-top: -10vh;*/
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    padding: 10px 20px;
}

#conference .content{
    padding: 20px 0;
	font-size:1.2em;
	color:red;
	
}
#conference p{
	font-size:1.15em;
	text-align:justify;
	line-height:1.5em;
}

#conference .content p{
    font-size: 18px;
    margin: 15px;
}

@media (max-width: 900px) {
    #conference{
        width: 90%;
        margin-top: -40px;
    }
}
#honorees{
    background-color: #fff;
    width: 90%;
    margin: 40px auto;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#objectives{
    background-color: #fff;
    width: 90%;
    margin: 40px auto;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#objectives .title{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #5B2C6F;
}

#objectives .title::after{
    content: "";
    display: block;
    border: 3px solid #5B2C6F;
    width: 10%;
    margin: auto;
    border-radius: 10px;
    margin-top: 8px;
}

#objectives .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

#objectives .item{
    width: 47%;
    height: 120px;
    margin: 20px 0;
    display: flex;
    position: relative;
}

#objectives .item h3{
    line-height: 100%;
    font-size: 100px;
    color: #5B2C6F;
    width: 20%;
    overflow: hidden;
    text-align: center;
}

#objectives .item p{
    background-color: #f1f1f1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 8px;
    display: flex;
    align-items: center;
    width: 80%;
}
#committees{
    background-color: #fff;
    width: 90%;
    margin: 40px auto;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 900px) {
    #objectives{
        width: 90%;
    }
    #objectives .items{
        flex-direction: column;
    }
    #objectives .item{
        width: 100%;
        min-height: 150px;
        max-height: 150px;
        align-items: center;
    }
}

    #committees{
        width: 90%;
    }
#organizers{
    background-color: #fff;
    margin: 50px 0;
    padding: 30px;
}

#organizers .title{
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #5B2C6F;
}

#organizers .title::after{
    content: "";
    display: block;
    border: 3px solid #5B2C6F;
    width: 5%;
    margin: auto;
    border-radius: 10px;
    margin-top: 8px;
}

#organizers .images{
    text-align: center;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#organizers img{
    width: auto;
    max-width: 230px;
    height: 100px;
    margin: 10px;

}

#organizers .lapssii{
    background-color: #eee;
    color: #000;
    padding: 30px 40px;
    font-size: 30px;
    font-weight: 600;
}
