.container{
  width: 100%!important;
}
.heading-1 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  margin: 2rem 0 5rem 0;
}
.paragraph-1 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: hsl(220%, 10%, 45%);
}
.hero-section {
  padding-top: 120px!important;
  padding-bottom: 80px!important;
}
#footer .footer-msg {
  display: none!important;
}
#feeded-input .result-wrapper {
    align-items: center;
    border-bottom: 1px solid #c7eee8;
    display: flex;
    margin: 25px 0;
    padding-bottom: 25px;
    justify-content: space-between;
}
#feeded-input .result-wrapper:first-child {
    padding-top: 25px;
}
#feeded-input .result-wrapper:last-child {
    border-bottom: none;
}
#feeded-input .result-label {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4166666666666667em;
    margin-bottom: 0;
}
#feeded-input .result-number {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
}
@media (min-width: 300px){
  .container{
    max-width: 300px!important;
  }
  .heading-1 {
    font-size: 2.75rem;
  }
  .hero-section {
    padding-top: 50px!important;
  }
  .hero-section small{
    font-size: 0.7rem!important;
  }
  .hero-section .primary-button {
    margin-right: 0!important;
  }
  .hero-section img {
    width: 100%;
  }
  #step1, #step2, #feeded-input {
    padding: 1.25rem;
  }
  #feeded-input .result-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 540px){
  .container{
    max-width: 540px!important;
  }
}
@media (min-width: 720px){
  .container{
    max-width: 720px!important;
  }
}
@media (min-width: 960px){
  .container{
    max-width: 960px!important;
  }
  #step1, #step2, #feeded-input {
    padding: 3rem;
  }
}
@media (min-width: 1140px){
  .container{
    max-width: 1140px!important;
  }
  .hero-section {
    padding-top: 120px!important;
  }
}
@media (min-width: 1320px){
  .container{
    max-width: 1320px!important;
  }
}