@media only screen and (max-width: 767px) {
.columns-revert .columncontrol__wrapper {
  flex-flow: column-reverse;
  }
 }

@media only screen and (min-width: 768px) and (max-width: 1024px){
.tablet-column-interested .columncontrol__column--lt4:nth-child(1) {
    width: calc((100% - 1* var(--batcom-layout-column-control-gutter)) / 2) !important;
}}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.tablet-column-interested .columncontrol__column--lt4:nth-child(2) {
    width: calc((100% - 1* var(--batcom-layout-column-control-gutter)) / 2) !important;
}}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.tablet-column-interested .columncontrol__column--lt4:nth-child(3) {
    width: calc((100%)) !important;
}}

@media only screen and (max-width: 1023px) and (min-width: 840px)  {
.batcom-columncontrol .column-investors {
  margin-top: -140px;
  }
 }
 @media only screen and (max-width: 839px) and (min-width: 768px)  {
.batcom-columncontrol .column-investors {
  margin-top: -70px;
  }
 }
 
 @media only screen and (min-width: 768px) and (max-width: 1023px){
 .tablet-column-interested-main .columncontrol__column--lt3:nth-child(1) {
     width: calc((100% - 1* var(--batcom-layout-column-control-gutter)) / 2) !important;
 }}
 @media only screen and (min-width: 768px) and (max-width: 1023px){
 .tablet-column-interested-main .columncontrol__column--lt3:nth-child(2) {
     width: calc((100% - 1* var(--batcom-layout-column-control-gutter)) / 2) !important;
 }}

 @media only screen and (min-width: 768px) and (max-width: 1024px){
 .tablet-column-content-main .columncontrol__column--lt2:nth-child(1) {
     width: calc((100% - 1* var(--batcom-layout-column-control-gutter)) / 2) !important;
 }}
 @media only screen and (min-width: 768px) and (max-width: 1024px){
 .tablet-column-content-main .columncontrol__column--lt2:nth-child(2) {
     width: calc((100% - 1* var(--batcom-layout-column-control-gutter)) / 2) !important;
 }}