.investment-tax {
  margin-bottom: 30px;
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.1);
}

.investment-tax .term {
  background: #210054;
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  padding: 5px 12px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.investment-tax .term svg {
  fill: #ffffff;
  width: 18px;
  position: relative;
  margin-right: 4px;
  top: 4px;
}

.investment-tax-in {
  background: #EBE5EE;
  border-radius: 5px 5px 0 0;
  padding: 30px 20px 10px 20px;
  text-align: center;
}

.investment-tax-in form .form-group {
  width: auto;
}

.investment-tax-in form .form-control {
  text-align: center;
}

.investment-tax-in form .btn {
  width: 100%;
}

@media (min-width: 576px) {
  .investment-tax-in form {
    display: flex;
    justify-content: center;
  }

  .investment-tax-in form .form-control {
    max-width: 220px;
    margin-right: 20px;
  }

  .investment-tax-in form .btn {
    max-width: 220px;
  }
}

@media (min-width: 768px) {
  .investment-tax-in h3 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .investment-tax-in {
    padding: 30px;
  }

  .investment-tax-in form .form-control {
    margin-right: 30px;
  }
}