.feature-sec .card-body {
  padding:30px 49px;
  padding-bottom: 85px;
  padding-bottom: 50px;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.feature-sec .card-text {
  font-size: 22px;
  font-weight: 500;
  height:60px;
}
.feature-sec .card .feature-icon i {
  display: block;
  font-size: 100px;
  color: #dabf07;
  transition:
    .5s ease;
}
.feature-sec .card {
  box-shadow: 1px 1px 31px #e6e6e6;
  border:
    none;
  border-radius:
    10px;
}

.feature-sec .padding-top {
  padding-top: 1.5rem;
}

header a.logo img {
  max-width: 175px;
}