

.second{

    /*border: red dotted;*/
    height: 550px;
    margin-top: 30px;
}

.second-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f9f9f9;
    width: 90%;
    margin-left: 5%;
    
}
.second-container-content{
    width: 70%;
    margin: 80px 90px;
    font-size:23px;
    text-align: justify;
    color: var(--text-color)
    }

.second-container-content h3{
    text-align: center;
    font-size: 30px;
}
.second-container-content p{
    margin-top: 15px;
    font-size: 23px;
}

.separation2{
    /*border: red dotted;*/
    display: flex;
    flex-direction: column;
    align-items:center ;
    padding-top: 35px;
    gap: 10px;
   width: 100%;
    height: 220px;
    

}
.separation2 p{
     color: var(--text-color);
     color: rgb(131, 131, 131);
    margin-top: 13px;
    font-size: 15px;

}

.sepNaslov2{
    color: var(--text-color);
    font-size: 55px;
}

.separation-slika{
    width: 100%;
}

.second-container .second-slika1{
    width: 90%;
    margin: 30px 50px;
}

.third{
        /*border: red dotted;*/
        height: 550px;
        margin-top: 30px;
}


.third-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f9f9f9;
    width: 90%;
    margin-left: 5%;
}

.third-container-content h3{
    display: flex;
    align-self: center;
    justify-content: center;
}


.third-container .third-slika1{
    width: 80%;
    height: 85%;
    margin: 30px 100px;
}

.third-container-content{
    width: 70%;
    margin: 90px 90px;
    font-size:23px;
    text-align: justify;
    padding-left: 30px;
}

.separation-slika2{
    width: 100%;
}


.separation-ab1{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/sustainability/2.jpg")
}


.separation-ab1{

    display: flex;
    flex-direction: column;
    align-items:center;
    padding-top: 57px;
    gap: 10px;
   width: 100%;
    height: 250px;
}

.separation-ab1 .sepABNaslov{

    color: var(--text-color);
    font-size: 55px;
}

.separation-ab1 p{
    color: rgb(219, 219, 219);
   margin-top: 13px;
   font-size: 20px;
   
}



.separation{
    /*border: red dotted;*/
    display: flex;
    flex-direction: column;
    align-items:center ;
    padding-top: 35px;
    gap: 10px;
   width: 100%;
    height: 200px;
    margin-top: 50px;
    

}
.separation p{
     color: var(--text-color);
     color: rgb(131, 131, 131);
    margin-top: 13px;
    font-size: 15px;

}

.sepNaslov{
    color: var(--text-color);
    font-size: 55px;
}


.second2{
    

    /*border: red dotted;*/
    height: 550px;
    margin-top: 80px;



}

.second-container2{
   
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f9f9f9;
    width: 90%;
    margin-left: 5%;
    
}
.second-container-content2{

   
    width: 70%;
    margin: 80px 90px;
    font-size:23px;
    text-align: justify;
    color: var(--text-color)
    
    }

.second-container-content2 h3{

    text-align: center;
    font-size: 30px;




}
.second-container-content2 p{


    margin-top: 15px;
    font-size: 23px;


}

.second-container2 .second2-slika3{
    width: 80%;
    margin-top: 10px;
    margin-left: 35px;
    
  
}



.third2{
    
    /*border: red dotted;*/
    height: 550px;
    margin-top: 30px;
    margin-bottom: 50px;
}


.third-container2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
width: 90%;
margin-left: 5%;
gap: 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;



}


.third-container-content2 p{
    font-size: 18px;

}


.third-container2 .third2-slika1{
width: 80%;
height: 85%;
margin: 30px 100px;
}

.third-container-content2{



width: 90%;
margin: 25px 30px;
font-size:23px;
text-align: justify;
padding-left: 30px;



}
@media screen and (max-width:1440px) {
    

    .second{
        margin-bottom: 5%;
        height: 400px;
    }
    .second2{
        /*border: red dotted;*/
        height: 450px;
        margin-top: 5%;
        margin-bottom: 5%;
          }
    .second-container,
    .second-container2{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0;
        width: 90%;
        margin-left: 5%;
    }
    .second-container-content,
    .second-container-content2{   
        margin: 20px;
        width: 90%;   
    }
    .second-container-content h3{
        font-size: 2rem;
    }
    .second-container-content2 h3{
        text-align: center;
        font-size: 2rem;
        text-wrap: pretty;
    }
    .second-container-content p,
    .second-container-content2 p{
        margin-top: 15px;
        font-size: 20px;
    }
    .second-container .second-slika1{
        height:40vh;
        margin-left: 5%;
        margin-top: 5%;
    }
    .second-container2 .second2-slika3{
        margin: 5%;
    }
    .third
    {
        height: 450px;
        margin-bottom: 5%;
        width: 100%;
    }
    .third2{
        height: 550px;
        
        
    }
    .third-container,
    .third-container2{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0;
        width: 90%;
        margin-left: 5%;    
    }
    .third-container-content h3,
    .third-container-content h3{
    display: flex;
    align-self: center;
    justify-content: center;
    font-size: 2rem;
    }
    .third-container-content,
    .third-container-content2 {
     margin: 5%;
    width: 90%;
    }
    .third-container .third-slika1,
    .third-container2 .third2-slika1{
        margin-left: 10%;
    }
    .third2{
        margin-bottom:10% ;
    }
    .third-container-content2 p{
        font-size: 18px;
    }
    .separation-ab1 .sepABNaslov {
        font-size: 55px;
    }
    .separation-ab1 p{
        font-size: 18px;
    }
    .separation{
        margin-bottom: 10px;
    }
    .separation .sepNaslov{
        font-size: 55px
    }
   
}
    


@media screen and (max-width:1024px) {

    .second{
        margin-bottom: 5%;
        height: 400px;
    }
    .second2{
        /*border: red dotted;*/
        height: 350px;
        margin-top: 5%;
        margin-bottom: 5%;
          }
    .second-container,
    .second-container2{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0;
        width: 90%;
        margin-left: 5%;
    }
    .second-container-content,
    .second-container-content2{   
        margin: 20px;
        font-size:  0.5rem;
        width: 90%;   
    }
    .second-container-content h3{
        font-size: 1.5rem;
    }
    .second-container-content2 h3{
        text-align: center;
        font-size: 1.5rem;
        text-wrap: pretty;
    }
    .second-container-content p,
    .second-container-content2 p{
        margin-top: 15px;
        font-size: 16px;
    }
    .second-container .second-slika1{
        height:40vh;
        margin-left: 5%;
        margin-top: 5%;
    }
    .second-container2 .second2-slika3{
        margin: 5%;
    }
    .third
    {
        height: 350px;
        margin-bottom: 5%;
        width: 100%;
    }
    .third-container,
    .third-container2{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0;
        width: 90%;
        margin-left: 5%;    
    }
    .third-container-content h3,
    .third-container-content h3{
    display: flex;
    align-self: center;
    justify-content: center;
    font-size: 1.5rem;
    }
    .third-container-content,
    .third-container-content2 {
     margin: 5%;
    font-size:16px;
    width: 90%;
    }
    .third-container .third-slika1,
    .third-container2 .third2-slika1{
        margin-left: 10%;
    }
    .third2{
        margin-bottom:5% ;
    }
    .third-container-content2 p{
        font-size: 16px;
    }
    .separation-ab1 .sepABNaslov {
        font-size: 55px;
    }
    .separation-ab1 p{
        font-size: 15px;
    }
    .separation{
        margin-bottom: 2%;
    }
    .separation .sepNaslov{
        font-size: 50px
    }
    .separation-slika2{
        margin-bottom: 5%;
        height: 10vh;
    }   
   
}



@media screen and (max-width:768px) {

    

    .second{
        margin-bottom: 15%;
    }
    .second2{
        /*border: red dotted;*/
        height: 550px;
        margin-top: 10px;
        margin-bottom: 25%;
          }
    .second-container,
    .second-container2{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 0;
        width: 90%;
        margin-left: 4%;
    }
    .second-container-content,
    .second-container-content2{   
        margin: 20px;
        font-size:  0.5rem;
        width: 90%;
        
    }
    .second-container-content h3{
        font-size: 1.5rem;
    }
    .second-container-content2 h3{
        text-align: center;
        font-size: 1.5rem;
        text-wrap: pretty;
    }
    .second-container-content p,
    .second-container-content2 p{
        margin-top: 15px;
        font-size: 16px;
    }
    .second-container .second-slika1{
        height:40vh;
        margin-left: 5%;
        margin-top: 5%;
    }
    .second-container2 .second2-slika3{
        margin-bottom: 10% ;
        margin-left: 10%;
    }
    
    
    
    .third
    {
        height: 550px;
        margin-bottom: 30%;
        width: 100%;
    }
    
    
    .third-container,
    .third-container2{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 0;
        width: 90%;
        margin-left: 4%;
    
    
    }
    
    .third-container-content h3,
    .third-container-content h3{
    display: flex;
    align-self: center;
    justify-content: center;
    font-size: 1.5rem;

    
    }
    
    
    
    
    .third-container-content,
    .third-container-content2 {
    margin: 10px;
    margin-left: 0px;
    margin-bottom: 10%;
    font-size:1rem;
    width: 90%;
    }
    .third-container .third-slika1,
    .third-container2 .third2-slika1{
        margin-left: 10%;
    

    }

    .third2{
        margin-bottom:50vh ;
    }
    .third-container-content2 p{
        font-size: 15px;
    }
    
    .separation-ab1 .sepABNaslov {
        font-size: 55px;
    }
    .separation-ab1 p{
        font-size: 15px;
    }

    .separation{
        margin-bottom: 2%;
    }
    .separation .sepNaslov{
        font-size: 50px
    }
    
    .separation-slika2{
        margin-bottom: 5%;
        height: 10vh;
    }
   
}
@media screen and (max-width:480px){




    .second,
    .second2{
        /*border: red dotted;*/
        height: 550px;
        margin-top: 50px;
        margin-bottom: 20%;
          }
    .second-container,
    .second-container2{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 0;
        width: 90%;
        margin-left: 4%;
    }
    .second-container-content,
    .second-container-content2{   
        margin: 20px;
        font-size:  0.5rem;
        width: 90%;
        
    }
    .second-container-content h3,
    .second-container-content2 h3{
        text-align: center;
        font-size: 1.3rem;
        text-wrap: pretty;
    }
    .second-container-content p,
    .second-container-content2 p{
        margin-top: 15px;
        font-size: 15px;
    }
    .second-container .second-slika1{
        height: 30vh;
        margin-left: 5%;
        margin-top: 10%;
    }
    .second-container2 .second2-slika3{
        margin-bottom: 10% ;
    }
    
    
    
    .third
    {
        height: 550px;
        margin-bottom: 30%;
        width: 100%;
    }
    
    
    .third-container,
    .third-container2{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 0;
        width: 90%;
        margin-left: 4%;
    
    
    }
    
    .third-container-content h3,
    .third-container-content h3{
    display: flex;
    align-self: center;
    justify-content: center;
    
    }
    
    
    
    
    .third-container-content,
    .third-container-content2 {
    margin: 10px;
    margin-left: 0px;
    margin-bottom: 10%;
    font-size:1rem;
    width: 90%;
    }
    .third-container .third-slika1,
    .third-container2 .third2-slika1{
        margin-left: 10%;
    

    }

    .third2{
        margin-bottom:55vh ;
    }
    .third-container-content2 p{
        font-size: 15px;
    }
    
    .separation-ab1 .sepABNaslov {
        font-size: 55px;
    }
    .separation-ab1 p{
        font-size: 15px;
    }

    .separation{
        margin-bottom: 10%;
    }
    .separation .sepNaslov{
        font-size: 50px
    }
    
    .separation-slika2{
        margin-bottom: 10%;
        height: 10vh;
    }
 
    
    
}

@media only screen and (min-device-width: 390px) and (max-device-width: 393px) and (orientation: portrait){


    .third
    {
        height: 550px;
        margin-bottom: 35%;
        width: 100%;
    }
  
    .third2{
    
        height: 50%;
        margin-bottom:10% ;
    }




}

   
   
