.navbar-dropdown-section {
  font-size: 36px;
  color: white;
  margin-bottom: 20px;
}

.navbar-dropdown-section:focus {
  outline: none;
  box-shadow: none;
}

.navbar-dropdown-section.active {
  border-bottom-color: transparent;
}
.navbar-dropdown-section .icon-plus {
  display: none;
}
@media (min-width: 1024px) {
  .navbar-dropdown-section {
    @apply border-accent-red;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 45px;
    color: white;
    line-height: 1;
    padding-bottom: 40px;
    margin-bottom: 30px;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-style: solid;
  }
  .navbar-dropdown-section .icon-plus {
    display: block;
  }
}

@media (min-width: 1024px) {
  .navbar-dropdown-section {
    font-size: 65px;
    padding: 0 0 40px;
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .navbar-dropdown-section {
    font-size: 72px;
    padding: 0 0 65px;
  }
}
