* {
    box-sizing: border-box;
}
.Lcon2Why{
    margin-bottom: -10% !important;
}
.Lcon2Why .gallback{
    display: none;
  
}
.containerwhy {
transform: scale(0.7);
transform-origin:  center center initial;

}
.containerwhy1 {
    /* border: solid 1px black; */
    /* height:400px; */
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(3, maxmin(auto, 25%));
position: relative;
    /* justify-content: center; */
    box-sizing: border-box;
    z-index: 0;
  
  box-shadow:  rgb(36 18 5 / 20%) 0px 4px 15px 0px, rgb(36 18 5 / 19%) 0px 6px 20px 0px;
}

/* .itemwhy {
    border: solid black 1px;
} */

#imgwhy1 {
    height: 100%;
    width: 100%;
 
}

#imgwhy2 {

    height: 100%;
    width: 100%;
  
}
#imgwhy3 {
    height: 100%;
    width: 100%;
    
}
.itemwhy{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px !important;
}
@media only screen and (min-width: 430px){
    #itemwhy2picsmall{
        display: none !important ;
    }
    #toberemoved{
        display: none !important;
    }
}

@media only screen and (max-width: 430px){

    .containerwhy {
        transform: scale(0.9);}


.containerwhy1{
    display: block !important;
    height: 950px!important;
}
#whytext{
position: relative;
top:24px !important;
}       
#whytextwhy{
font-size: 65px !important;
}
#whytexttop{
    font-size: 34px !important;
    width: 100% !important;
    position: relative;
    bottom: 20px !important;
    text-align: center !important;
}
.itemwhy{

font-size: 15px !important;
}
#whysmalltxt{
    text-align: left !important;
    margin-top: 7%;
}
#imgwhy2{
    display: none;
}
#itemwhy2picsmall{
    width:100% !important;
}
.Lcon2Why {
    margin-bottom: 0% !important;
}
}