.tab_content_module .tab_section {
  background-color: #fff; }
  .tab_content_module .tab_section .nav-tabs {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: none; }
    .tab_content_module .tab_section .nav-tabs .nav-item .nav-link {
      padding: 15px;
      border-radius: 7.5px;
      background-color: transparent;
      border: none;
      color: #1E1B16; }
      .tab_content_module .tab_section .nav-tabs .nav-item .nav-link.active {
        background-color: transparent;
        color: #1E1B16; }

.tab_content_module .content_section {
  padding: 30px 0px; }
  @media (min-width: 992px) {
    .tab_content_module .content_section {
      padding: 30px 0px; } }
  .tab_content_module .content_section .left .content_wrapper {
    padding: 30px 0; }
    @media (min-width: 992px) {
      .tab_content_module .content_section .left .content_wrapper {
        padding: 50px 0; } }
  .tab_content_module .content_section .right .content_wrapper {
    padding: 15px;
    border-top: 5px solid #D4CEC6;
    border-radius: 15px;
    background-color: #F6F3EE; }
    @media (min-width: 992px) {
      .tab_content_module .content_section .right .content_wrapper {
        padding: 30px; } }

.tab_content_module.orange-theme .nav-tabs .nav-item .nav-link.active {
  color: #e06a20;
  background-color: #FDF0E0; }

.tab_content_module.orange-theme .content_section {
  background-color: #F6F3EE; }
  .tab_content_module.orange-theme .content_section .right .content_wrapper {
    border-top: 5px solid #e06a20;
    background-color: #fff; }

.tab_content_module.green-theme .nav-tabs .nav-item .nav-link.active {
  color: #6A9150;
  background-color: #C7DEBB; }

.tab_content_module.green-theme .content_section {
  background-color: #F6F3EE; }
  .tab_content_module.green-theme .content_section .right .content_wrapper {
    border-top: 5px solid #6A9150;
    background-color: #fff; }
