/* ELKATE PEHA @2021 for SPOT */

#s2 {
    background-color: rgba(255, 255, 255, 100%);
    margin: 0 auto;
}
.awal{
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2s;
    transition-delay: 0s;
    width: 100%;
}
.akhir {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 3s;
    transition-delay: 0s;
}

#s2 .flex-container{
    width:95%;
    margin: 45px auto 0 auto;
    color: rgba(23, 23, 31, 90%);
    border-radius:10px;
    display:flex;
    flex-flow:column wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#s2 .container{
   flex: 0 1 auto;
   padding: 30px 0 0 0;
}

#s2 .container:last-child {
    padding-bottom: 35px;
}

#s2 .container p{
    font-size: 1.5em;
    margin: 0 5vw 0 5vw;
    font-family: 'Barlow Condensed', sans-serif;
    color:rgba(23, 23, 31, 90%);/*rgba(255,255,255,100%);*/
    text-align: left;
}
#s2 .container img {
    width:100%; 
    text-align: left;  
}
#s2 .container span{
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    color:rgb(254, 0, 0);
}
#s2 ol {
    list-style: lower-latin;
    list-style-position: inside;
    margin-left: 5vw;
    font-size: 1.5em;
    font-family: 'Barlow Condensed', sans-serif;
}
#s2 .highlighted {
    color: #14cc45;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    margin: 30px 0 0 5vw;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #s2 .flex-container{
        flex-flow:row nowrap;
    }
    #s2 .container p{
        margin-top: 35px;
    }
    #s2 .container{
        flex: 1 1 0;
     }
    #s2 .container{
        padding: 5vw 10px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    /*#s2 {
        clear:both;
        background-color: rgba(255, 255, 255, 100%);
    }*/
    
    /*#s2 .flex-container{
        width:95%;
        margin: 0 auto;
        background-color: rgba(23, 23, 31, 90%);
        border-radius:10px;
        display:flex;
        flex-flow:row nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }*/
    
    #s2 .container{
       flex: 1 1 0;
    }/*
    
    #s2 .container p{
        font-size: 2em;
        margin: 0 0 0 5vw;
        color:rgba(255,255,255,100%);
    }
    #s2 .container img {
        width:100%;   
    }
    #s2 .container span{
        font-size: 1.75em;
        font-weight: bold;
    }
    #s2 .highlighted {
        color: #14cc45;
        font-family: 'Oswald', sans-serif;
        font-size: 2em;
        margin: 10px 0 0 5vw;
    }*/

}