@media(max-width:768px){
    .container{
        height: 900px;
        font-size: 14px;
    }
   .textbox{
       width: 100%;
       flex-wrap: wrap;
   }

   .text-1{
    /* display: center; */
    /* position: absolute; */
    /* display: flex;
    flex-wrap: wrap; */
    transform: translate(0,0);
    width: 230px;
    height: 230px;
    background: #d9ecf1;
    overflow: hidden;
    /* margin: 500px 350px; */
    /* margin: 0px 7% 5% 13% */
    border-radius:1em; 
    margin-top: 30px;
    
}
 .img-1,
 .col-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
    padding: -5px;

}
.img-1 img{
    width: 100%;
    height: 100%;
}

.img-1 {
    top: 0;
    left: 0;
}

.text-1:hover .img-1 {
    top: 0;
    left:-100%;
    /* width: 300px;
    height: 310px; */
}
.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: 14px;
    text-align: center;
    /* margin: 1; */
    padding: 10px;
    width: 100px;
    height: 60px;
    border-bottom: 1px solid #4F4532;
}
.col-1 p {
    color: #4F4532;
    font-size: 12px;
    width: 150px;
    text-align: justify;
    line-height: 120%;
}

/*text-2*/
.text-2{
    /* display: center; */
    /* position: absolute; */
    /* display: flex;
    flex-wrap: wrap; */
    transform: translate(0,0);
    width: 230px;
    height: 230px;
    background: #e6dae9;
    overflow: hidden;
    /* margin: 500px 850px; */
    /* margin: 0px 13% 5% 7%; */    
    border-radius:1em; 
    /* margin: 0px 7% 5% 13%; */
    margin-top: 5%;

    }
.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;
    font-size: 14px;
    text-align: center;
    /* margin: 1; */
    padding: 10px;
    width: 100px;
    height: 60px;
    border-bottom: 1px solid #4F4532;
}
.col-2 p {
    color: #4F4532;
    font-size: 12px;
    width: 150px;
    text-align: justify;
    line-height: 120%;
}
}