
html, body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wrap{
    flex-grow: 1;
}
button{
    border: 0;
    background: #FFF;
}
img{
    width: 100%;
}
.banner{
    height: 14em;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
}
.banner .txt{
 
}
.banner  h1{
    margin-top: 60px;
    text-align: center;
    padding: 40px;
    color: #FFF;
    font-size: 40px;
    letter-spacing: .1em;
}

.txt h4{
    line-height: 1.5em;
    width: 100%;
}
/* .sec .title{
    text-align:center;
    padding: 20px;
} */

.sec-item .txt{
    text-align: center;
    padding: 30px;
}
.sec-item .txt h1{
    padding: 10px;
    margin-bottom: 10%;
}
.sec-item .txt h4{
    text-align:initial;
    margin-bottom: 5%;
}
.sec-item a{
    color: black;
    text-decoration: none;
}
.sec-item .txt i{
    text-align: center;
    vertical-align: bottom;
    margin-left: 6px;
}
.sec-item .pic{
    padding: 20px;
    width: 100%;
}
/* .sec-item .txt a{
    width: 200px;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background: #09a6d4;
    align-self: self-start;
    margin-top: .5em;
}
.sec-item .txt a:visited{
    width: 200px;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background: #09a6d4;
    align-self: self-start;
    margin-top: .5em;
}
.sec-item .txt a:hover{
    background: #FFF;
    color: blue;
    border: 1px solid;
} */

.sec-item .txt p{
    font-size: 2em;
}
.sec-item.title .txt h1{
    text-align: center;
    margin-bottom: 0;
    line-height: 2em;
}
.sec-item.title .pic{
    display: none;
}
/* .story{
    display: none;
} */
.grow{
        flex-grow: 1;
}

.fiv , .wrapper{
    margin: auto;
}

















@media screen and (min-width:768px){
    .sec-item .pic{
       padding: 20px;
    }
    .sec-item .pic img{
        aspect-ratio: 4/3;
    }
    .sec-item.title .pic{
        display: block;
    }
    .sec-item.title{
        display: flex;
        justify-content: center;
    }
    .sec-item.title .txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
   
    .sec-item.title .txt{
        width: 55%;
        display: flex;
        flex-direction: column;

    }
    .sec-item.title .txt h1{
        font-size: 25px;
        text-align: left;
        margin-bottom: 0;
        padding: 0;
     }

    .sec-item.title .txt{
        width: 30%;
    }
    .sec-item.title .pic{
        display: block;
        width: 60%;
    }
    
}
@media screen and (min-width:1024px){
    .sec , .footer-item{
        max-width: 1400px;
        margin: auto;
    }
    .sec-item{
        display: flex;
        justify-content: center;
    }
    .sec-item .txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
   
    .sec-item .txt{
        width: 55%;
        display: flex;
        flex-direction: column;

    }
    .sec-item.title .txt h1{
        text-align: left;
        margin-bottom: 0;
     }

    .sec-item.title .txt{
        width: 34%;
    }
    .sec-item.title .pic{
        display: block;
        width: 55%;
    }
    /* .sec-item .txt a{
        width: 130px;
        display: inline-block;
        padding: 10px;
        border-radius: 5px;
        background: #09a6d4;
        align-self: self-start;
        margin-top: .5em;
        margin-left: 4px;
    } */
   
    .sec-item .pic{
        margin-top: 30px;
        width: 45%;
    } 

    .sec-item:nth-child(2n) {
        flex-direction: row-reverse;

    }
    .sec-item:nth-child(2n) .txt h4{
        margin-top: 1em;
        
    }
    .sec-item:nth-child(2n+1) .txt h4{
        margin-top: 1em;
        
    }
}