app/static/assets/css/styles.css [1438:1465]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

@media (max-width: 575.98px) {
  .main-search-box {
    width: 100%;
  }
  .main-search-box .search-form .search-input {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .cards-section .item-inner {
    padding: 30px 15px;
  }
}

@media (min-width: 576px) {
  .main-search-box .search-form .search-input {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .main-search-box .search-form .search-input {
    width: 560px;
  }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/static/assets/scss/_landing.scss [226:259]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}


// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
	.main-search-box {
		width: 100%;
	}
	.main-search-box .search-form .search-input {
	    width: 100%;
	}
}


// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { 
    .cards-section .item-inner {
        padding: 30px 15px;
    }
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
	.main-search-box .search-form .search-input {
	    width: 400px;
	}
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 
	.main-search-box .search-form .search-input {
	    width: 560px;
	}
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



