.calc-area{
    padding-top: 2em;
    padding-bottom: 1.25em;
}

.calculator-column{
    text-align: center;
}

.calculator-column .title{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    font-stretch: condensed;
    line-height: 1.6;
    text-align: center;
    color: #3d4d65;
}

.calculator-column .description{
    padding: 0 4em;
}
.calculator-column:first-child{
  border-right: solid 1px #cad3df;
}
.calculator-column .description .text{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.67;
    text-align: center;
    color: #54657e;
  margin: 1.5em auto 0;
}
.calculator-column .calculator-span{
    font-weight: 500;
    color: #3d4d65;
}

.calculator-column .description .contact-name{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  text-align: center;
  color: #3d4d65;
  margin: 1.25em auto 0;
}

.calculator-column .description .position{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.67;
  text-align: center;
  color: #54657e;
  margin: 0;
}

.calculator-column .description .phone{
  font-size: 13px;
  text-align: center;
  color: #0082d5;
  text-decoration: none;
  margin: 0;
}

.calculator-column .description img{
    margin-top: 10px;
}
.btn-download{
    margin-top:3em;
}

@media (max-width: 769px) {
  .calculator-column .description{
    padding: 0;
  }
  .calculator-column:first-child{
    border-right: none;
    border-bottom: solid 1px #cad3df;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
  }
}