/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/11/2019, 10:33:34 PM
    Author     : ismar
*/





/*-- responsive media queries --*/

@media (max-width: 1080px){
    .agile-sub {
        padding: 46px;
    }
}
@media (max-width: 991px){      
    .agile-prod {
        padding: 3em 0;
    }
    .agile-prod1 {
        margin-top: 3em;
        height: auto;
    }
    .agile-prod1 p {
        font-size: 1em;
    }
    
}
@media (max-width: 480px){ 
    .agile-prod1 h4 {
        margin-bottom: 14px;
        font-size: 22px;
    }
    .agile-prod {
        padding: 2em 0;
    }
    .agile-prod1 {
        margin-top: 1.8em;
        height: auto;
    }
}
@media (max-width: 414px){
    .agile-sub {
        padding: 20px;
    }
}
@media (max-width: 320px){
    .agile-prod1 h4 {
        font-size: 20px;
    }
    .agile-sub {
        padding: 14px;
    }
}
