
.interview {
    padding: 30px 20px;
    background: #f8f8f8;
    font-weight: 500;
    font-size: 19.2px;
  }
  .how-to {
    padding: 30px 0;
    background: #f8f8f8;
  }
  .calc {
    background: url("") fixed center;
    background-size: cover;
  }
  
  .content__pic img {
    width: 100%;
    height: auto;
    padding: 10px 20px;
}

.content__pic a {
    width: auto;
    height: auto;
}