.fit-cover {
  object-fit: cover;
}

@media (max-width: 768px) {
  #free-quote-form-inline {
    order: 1!important;
  }
}

@media (max-width: 768px) {
  #why-suresky-container {
    order: 2;
  }
}

@media (max-width: 768px) {
  #why-suresky-card-body ul li {
    text-align: left!important;
    justify-content: flex-start;
    column-gap: 5px;
  }
}

@media (max-width: 768px) {
  #why-suresky-card-body {
    text-align: center!important;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  #top-phone {
    font-size: 16px!important;
  }
}

