@media (max-width: 991px) {
  .technofi-add-button-wrapper-md {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .technofi-add-button-wrapper-lg {
    display: none;
  }
  
  .technofi-post-line-large-title {
      text-align: center;
  }

  .technofi-post-line-large-title .technofi-title-separator {
    margin: auto;
    width: 23%;
  }

  .technofi-margin-media {
    padding-bottom: 48px;
  }

}

@media (max-width: 767px) {
  .technofi-mobile .col-sm-6 {
    width: 50%;
  }
  .technofi-mobile .col-sm-6 img {
    margin: inherit !important;
  }
}

/* 3 columns */
@media (min-width : 1200px) {
    .treecolumns .col-lg-4 {
        width: 30%;
    }
}

@media (min-width : 1200px) {
    .col-lg-8 .col-lg-2 {
        width: 25%;
    }
}

@media (min-width: 0px)
    .col-sm-8 {
        width: 50%;
    }


/* Five columns */
@media only screen and (min-width : 1300px) {
    .fivecolumns .col-lg-2 {
        width: 20%;

    }
}

@media (min-width : 1200px) and (max-width : 1300px) {
   .fivecolumns .col-lg-2 {
        width: 30%;

    }
}

@media only screen and (max-width: 1024px){
    .fivecolumns .col-sm-2 {
        width: 30%;
    }
}

@media only screen and (max-width: 590px){
    .fivecolumns .col-sm-2 {
        width: 50%;
    }
}

@media only screen and (max-width: 370px){
    .fivecolumns .col-sm-2 {
        width: 100%;
    }
}




@media only screen and (max-width: 640px) {
    .technofi-footer-social-network {
        /* padding-top: 50px; */
        transform: translateY(50%);
    }
}
