.details-collapsible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  margin-bottom: 20px;
  margin-top: 50px;
  font-family: "montserrat-semibold";
  position: relative;
  padding-right: 30px;
}

label[for="edit-after-tax-income-ati-hs"] {
    font-size: 11px;
    top: 4px !important;
    left: 12px !important;
    height: 18px !important;
    color: #005aa2;
}

label[for="edit-after-tax-income-ati-al"] {
    font-size: 11px;
    top: 4px !important;
    left: 12px !important;
    height: 18px !important;
    color: #005aa2;
}

label[for="edit-after-tax-income-ati-"] {
    font-size: 11px;
    top: 4px !important;
    left: 12px !important;
    height: 18px !important;
    color: #005aa2;
}

@media screen and (max-width: 768px) {
    #edit-after-tax-income-ati-hs {
        min-height: 65px !important;
        padding-top: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    #edit-after-tax-income-ati-al {
        min-height: 65px !important;
        padding-top: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    #edit-after-tax-income-ati- {
        min-height: 65px !important;
        padding-top: 40px !important;
    }
}
