.button {padding: 10px 60px;}
.button1 {
    background: #ffffff;
    color: #ffffff;
    font-size: 18px;
    border-width: 1px;
    border-color: #fff;
    letter-spacing: normal;
        padding: 10px 60px;
    border-style: solid;
}
/*
* {
  box-sizing: border-box;
}*/

/* Two equal columns that float next to each other */
.column {
    color: #ffffff;
  text-align: left;
  float: left;
  width: 50%;
/*  padding: 15px;*/
}

  /* For mobile responsive */
@media only screen and (max-width: 768px) {
    .column {
        display: block;
        width: 100%;
    }
    .column1{
        display: block;
        width: 100%;
    }
  }


/* Two equal columns that float next to each other */
.column1 {
    color: #3D3D3D;
  text-align: center;
  float: left;
  width: 45%;
 /* padding: 25px;*/
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_dffc49333ff14f41ba27eec21a460344 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_dffc49333ff14f41ba27eec21a460344 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_dffc49333ff14f41ba27eec21a460344 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_dffc49333ff14f41ba27eec21a460344 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #page_bef66a0f3e554ab1bd44dbe1ac76fa09 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_bef66a0f3e554ab1bd44dbe1ac76fa09 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_bef66a0f3e554ab1bd44dbe1ac76fa09 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_bef66a0f3e554ab1bd44dbe1ac76fa09 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}



/* Flip 50-50 Stacking Order in Mobile */

.block_b8c2636fe6304ad79482da45d9c590f0 {
    display: flex;
    flex-flow: wrap-reverse;
}