/*main area*/

.column-header{
    color: #4F4532;
    text-align: justify;
    margin-bottom: 50px;
}
.column-header p{
   line-height: 150%;
   margin-left: 1em;
}

.container{
    height: 1200px;
}
/*.text{
    display: flex;
    flex-wrap: wrap;
    margin: 60px;
    margin-top: 10px;
    margin-bottom: -10px;
}*/

.member{
    left: 0;
    right: 0;
    width: 100%;
}
.textbox{
    /* width: 1000px; */
    width: 100%;
    /* margin-top: -200px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;   
}

/*text-1*/
.text-1{
    /* display: center; */
    /* position: absolute; */
    /* display: flex;
    flex-wrap: wrap; */
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    position: relative;  
    width: 450px;
    height: 450px;
    background: #d9ecf1;
    overflow: hidden;
    /* margin: 500px 350px; */
    /* margin: 0px 7% 5% 13%; */
    border-radius:1em; 
    margin-bottom: 50px;
}
.img-1,
.col-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.text-1 .img-1 {
    top: 0;
    left: 0;
}
.text-1:hover .img-1 {
    top: 0;
    left:-100%;
}
.img-1 img {
    width: 100%;
}
.col-1 {
    background: #d9ecf1;
    top: 0;
    left: 100%;
    /* padding: 60px 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-1:hover .col-1 {
    top: 0;
    left: 0%;
    border-radius:1em; 
}
.col-1 h2 {
    color: #4F4532;
    font-size: 20px;
    text-align: center;
    /* margin: 1; */
    padding: 0 0 20px;
    width: 250px;
    border-bottom: 1px solid #4F4532;
}
.col-1 p {
    color: #4F4532;
    font-size: 16px;
    width: 250px;
    text-align: justify;
    line-height: 120%;
}

/*text-2*/
.text-2{
    /* display: center; */
    /* position: absolute; */
    /* display: flex;
    flex-wrap: wrap; */
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    position: relative;  
    width: 450px;
    height: 450px;
    background: #e6dae9;
    overflow: hidden;
    /* margin: 500px 850px; */
    /* margin: 0px 13% 5% 7%; */
    border-radius:1em; 
}
.img-2,
.col-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.text-2 .img-2 {
    top: 0;
    left: 0;
}
.text-2:hover .img-2 {
    top: 0;
    left: -100%;
}
.text-2 .img-2 img {
    width: 100%;
}
.col-2 {
    background: #e6dae9;
    top: 0;
    left: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-2:hover .col-2 {
    top: 0;
    left: 0%;
    border-radius:1em; 
}
.col-2 h2 {
    color: #4F4532;
    border-bottom: 1px solid #4F4532;
    font-size: 20px;
    text-align: center;
    /* margin: 1; */
    padding: 0 0 20px;
    width: 250px;
}
.col-2 p {
    color: #4F4532;
    font-size: 16px;
    width: 250px;
    text-align: justify;
    line-height: 120%;
}
@media(max-width:1499px){
    .container{
        height: 1100px; 
    }
    .text-1{
        width: 400px;
        height: 400px;
        border-radius:1em; 
        margin-bottom: 50px;
    }
    .text-2{
        transform: translate(0,0);
        width: 400px;
        height: 400px;
        border-radius:1em; 
    }
}
@media(max-width:1024px){
    .container{
        height: 950px; 
    }
    .text-1{
        width: 300px;
        height: 300px;
        border-radius:1em; 
        margin-bottom: 50px;
    }
    .text-2{
        transform: translate(0,0);
        width: 300px;
        height: 300px;
        border-radius:1em; 
    }
}
