#whats-inc { padding-bottom: 60px; background: #151515; color: #fff; }
#whats-inc a { color: #fff; text-decoration: underline }
#whats-inc ul { padding-left: 20px }
#whats-inc ul li { font-size: 16px }

.whats-inc .small { font-size: 85%; margin-top: 60px; }
.wrap-inc { padding: 0 0 40px; font-size: 16px; text-align: left }
.wrap-inc h4 { font-size: 16px; font-weight: 700; border-bottom: 1px solid  #DEDEDE; padding: 0 0 12px;margin: 0 0 14px; }
.wrap-inc-list { padding-left: 24px; }
.wrap-inc-list li { margin-bottom: 10px;}
.wrap-inc-list li::marker{color:#4911D8}
.whats-inc .tab-pane.active img { border: 1.5em solid #000; border-radius: 20px; box-shadow: 0 5px 15px #a5a3a3; background: #000; }
.whats-inc .tab-content a { text-decoration: underline }
.whats-inc .tab-content a:hover { text-decoration: none; }
.whats-inc .modules h4 { margin-bottom: 5px; line-height: 1.3; font-weight: 500; margin-top: 0 !important; }
.whats-inc .modules h4 span.desc { font-size: 16px !important; line-height: 24px; }
#accordion-mobile p strong { font-weight: 500; }
.whats-inc .modules p { font-size: 16px !important; margin-top: 0 !important; }
.whats-inc .modules p .note { font-size: 12px; font-style: italic; }
.whats-inc .modules .module { margin-bottom: 40px; }
.whats-inc .modules .module.user-quote { background: #010938; border-radius: 5px; color: #fff; background-color: rgba(27, 38, 94, 0.7); padding: 15px 30px 15px 15px; border-radius: 5px; font-size: 16px; font-style: italic; filter: drop-shadow(1px 1px 4px #000); max-width: 500px; margin-left: 15px; }
.whats-inc .modules .module.user-quote row { position: relative; }
.whats-inc .modules .module.user-quote .details { position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.whats-inc .modules .module.user-quote span.name { font-style: normal; font-size: 14px; }
.whats-inc .modules .module.user-quote p { margin-bottom: 0; }
.btn-icon { width: 18px; height: 18px; display: inline-block; margin-left: 4px;}
.icon-chevron-down { background:url(/static/cdgs/images/icons/chevron-down.svg) no-repeat 50% 50% transparent;}
.btn-toggle-down { display: inline-flex; align-items: center;}
.btn-toggle-down:hover .btn-icon {filter: brightness(0) invert(1);}
.btn-toggle-down:not(.collapsed) .btn-icon { transform: rotate(180deg) }