.dropdown_list_module {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .dropdown_list_module {
      padding: 60px 0; } }
  .dropdown_list_module .list_item .content_wrapper {
    padding: 15px 0;
    border-top: 1px solid #f5a855; }
    .dropdown_list_module .list_item .content_wrapper .question {
      appearance: none;
      background-color: transparent;
      border: none;
      padding: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .dropdown_list_module .list_item .content_wrapper .question .open_close_icon {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        transition: all 0.3s ease;
        border-right: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(-45deg); }
      .dropdown_list_module .list_item .content_wrapper .question:not(.collapsed) .open_close_icon {
        transform: rotate(45deg); }
    .dropdown_list_module .list_item .content_wrapper .answer {
      padding-top: 15px; }
  .dropdown_list_module .list_item:last-child .content_wrapper {
    border-bottom: 1px solid; }
  .dropdown_list_module.orange-theme .list_item .content_wrapper {
    border-color: #f5a855; }
    .dropdown_list_module.orange-theme .list_item .content_wrapper .text {
      color: #e06a20; }
    .dropdown_list_module.orange-theme .list_item .content_wrapper .open_close_icon {
      border-color: #e06a20; }
  .dropdown_list_module.green-theme .list_item .content_wrapper {
    border-color: #C7DEBB; }
    .dropdown_list_module.green-theme .list_item .content_wrapper .text {
      color: #6A9150; }
    .dropdown_list_module.green-theme .list_item .content_wrapper .open_close_icon {
      border-color: #6A9150; }
  .dropdown_list_module.light-theme .list_item .content_wrapper {
    border-color: #f5a855; }
    .dropdown_list_module.light-theme .list_item .content_wrapper .text {
      color: #F6F3EE; }
    .dropdown_list_module.light-theme .list_item .content_wrapper .open_close_icon {
      border-color: #F6F3EE; }
