@media (max-width:425px){   
    .column-header{
        color: #4F4532;
        text-align: justify;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .column-header p{
       line-height: 150%;
       margin-left: 1em;
    }
    
    .container{
        /* background-color: rgb(250, 255, 251); */
        /* width: 1200px; */
        height: 1330px;
        /* display: center; */
        /* margin-left: 190px; */
        /* border-radius: 5%; */
    
    }
    /*.text{
        display: flex;
        flex-wrap: wrap;
        margin: 60px;
        margin-top: 10px;
        margin-bottom: -10px;
    }*/
    .textbox{
        width: 100%;
        height: 900px;
        /* margin-top: -200px; */
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-top: 20px;
        left: 0;
        right: 0;
    }
    
    /*text-1*/
    .text-1{
        /* display: center; */
        /* position: absolute; */
        /* display: flex;
        flex-wrap: wrap; */
        transform: translate(0,0);
        width: 200px;
        height: 200px;
        background: #d9ecf1;
        overflow: hidden;
        /* margin: 500px 350px; */
        /* margin: 0px 7% 5% 13%; */
        border-radius:1em; 
        /* margin-top: 30px; */
        margin: 0px;
    }
     .img-1,
     .col-1 {
        width: 100%;
        height: 100%;
        position: absolute;
        box-sizing: border-box;
        transition: .5s;
    }

    .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: 200px;
        height: 200px;
        background: #e6dae9;
        overflow: hidden;
        /* margin: 500px 850px; */
        /* margin: 0px 13% 5% 7%; */    
        border-radius:1em; 
        /* margin: 0px 7% 5% 13%; */
        margin: 0px;

        }
    .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%;
        /* width: 300px;
        height: 310px; */
    }
    .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: 40px;
        border-bottom: 1px solid #4F4532;
    }
    .col-2 p {
        color: #4F4532;
        font-size: 12px;
        width: 150px;
        text-align: justify;
        line-height: 120%;
    }


}