/* =========================================
   HOME INFO
========================================= */

.home-info {
  position: relative;
  background: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}

/* IMAGE */

.main-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* TEXT */

.text-side h2 {
  font-weight: 700;
  color: #0069b4;

  display: flex;
  align-items: center;
}

.text-side h3 {
  font-weight: 700;
  color: #6cc24a;
  margin-bottom: 20px;
}

.line {
  width: 4px;
  height: 30px;

  background: #6cc24a;

  margin-right: 10px;
}

/* BUTTONS */

.btn-pill {
  border-radius: 50px;
  padding: 12px 30px;
  background: #6cc24a;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: 0.3s;
}

.btn-pill:hover {
  transform: translateY(-3px);
}

/* DIVIDER */

.divider {
  position: relative;
  width: 100%;
  line-height: 0;
}

.divider img {
  width: 100%;
  display: block;
}

/* SMART CARD */

.smart-img {
  width: 100%;
  max-width: 600px;
  height: auto;
}