.upcomming{
    height: 350px;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
}

.upcomming img{
    width:160px;
    height: 110px;
    margin-top: 20px;
    border-radius: 40px;
    position: absolute;
}

.upcomming_left{
    height: 350px;
    width: 42%;
    display: flex;
}

.upcomming_left div{ 
    width: 33%;
    display: flex;
    justify-content: center;
    border-right: solid white 4px;
}

.upcomming_right{
    height: 350px;
    width: 42%;
    display: flex;
}

.upcomming_right div{
    width: 33%;
    display: flex;
    justify-content: center;
    border-left: solid white 4px;
}

.upcomming_center{
    height: 300px;
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upcomming h1{
    position: absolute;
    color: white;
    margin-top: 140px;
    font-family: Inter;
	font-size: 30px;
}
.upcomming h2{
    position: absolute;
    color: white;
    margin-top: 190px;
    font-family: Inter;
	font-size: 70px;
}
.upcomming h3{
    position: absolute;
    color: white;
    margin-top: 280px;
    font-family: Inter;
	font-size: 30px;
}
#upcomming_logo{
    width: 300px;
}