/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 1200px) and (min-width: 320px) {
  .readytoschedule .btn {
    line-height: 20px;
    padding: 15px 2em; }

  .circle {
    padding: 20px 0 50px 0; }
    .circle .supplychainContent ul li {
      padding-left: 2.5em;
      font-size: 1.5em; }
    .circle h5 {
      width: 100%; } }
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media only screen and (max-width: 1280px) and (min-width: 320px) {
  .partner .relative p {
    width: 100%; }
  .partner .relative .btn.margin-btn {
    margin-bottom: 0; }
  .partner .relative .ms-logo {
    margin-left: 86px;
    display: none; }
  .partner .relative .ms-text-logo {
    display: none;
    width: 17%;
    right: -39px; }
  .partner .right {
    width: 100%; }
  .partner .hr-rows .col-lg-3 {
    margin-bottom: 20px;
    max-width: 100% !important;
    flex: 100%; } }
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .circle {
    padding: 20px 0 50px 0; }
    .circle h5 {
      width: 50%; } }

/*# sourceMappingURL=responsive.css.map */
