
 /* tentang */

 #tentang{
    margin-top: 1em;
    width: 100%;
    height: 500px;
    background-color: white;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
 }

.tentang{
    width: 50%;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .tentang .content{
    display: inline-block;
    width: 90%;
    /* background-color: red; */
 }

 .tentang .content p:nth-child(1){
    display: inline-block;
    width: 90%;
    margin: 0;
    font-size: 50px;
 }

 .tentang .content p:nth-child(2){
    display: inline-block;
    width: 90%;
    font-size: 16px;
    line-height: 20px;
 }

 torange{
    background-color: #FEEBD2;
    padding: 0 0.1em;
 }

.video{
    width: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* justify-content: end; */
    /* background-color: blue; */
    align-items: center;
    position: relative;
 }

 .video .content{
    width: 90%;
    height: 100px;
    /* background-color: red; */
    position: relative;
 }


 #program{
    width: 100%;
    /* height: 100px; */
    /* background-color: red; */
    padding: 1em 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
 }

 #program p{
    font-size: 20px;
    display: inline-flex;
    width:95%;
    margin: 0;
    margin-bottom: 1em;
    /* background-color: green; */
 }

 #program .item{
    width: 95%;
    display: flex;
    justify-content: space-between;
    /* background-color: blue; */
 }


