/* ELKATE PEHA @2021 for SPOT */

#s2 {
    background-color: rgba(255, 255, 255, 100%);
    margin: 0 auto;
}

#s2 .flex-container{
    width:95%;
    margin: 45px auto 0 auto;
    background-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;
    color:rgba(255,255,255,100%);
    text-align: left;
}
#s2 .container img {
    width:80%; 
    max-width: 400px;
    text-align: center; 
    padding:0 10%; 
}
#s2 .container span{
    font-size: 1.4em;
    font-weight: lighter;
}
#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:last-child{
        margin-top: 35px;
    }
    #s2 .container{
        flex: 0 0 auto;
     }
    #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 .flex-container {
        flex-flow:row nowrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }
    #s2 .container img {
        width:80%; 
        max-width: 600px;
        text-align: center; 
        padding:0 10%; 
    }
    #s2 .container p:last-child{
        margin-top: 35px;
        padding-bottom: 0;
    }
    #s2 .container{
        padding: 5vw 10px;
        flex: 0 1 600px;
    }
    #s2 .container:last-child{
        padding-bottom: 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;
    }*/

}