/*
    Theme Name:   Hospa Child
    Description:  Hospa Child Theme
    Author:       HiBootstrap
    Author URI:   http://hibootstrap.com
    Template:     hospa
    Version:      1.7
    Text Domain:  hospa-child
*/
@media only screen and (max-width: 1368px) {
  .phone-btn {
    font-size: 10px !important;
  }
}

@media (min-width: 992px) {
	.col-lg-4 {
        flex: 0 0 auto;
        width: 35%!important;
    }
	.col-lg-8{
		width:65%!important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  text-align: start!important;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}