.unfold-about-wrap .unfold-section .dashicons {
  margin-top: -4px;
  vertical-align: middle;
}

.unfold-about-wrap .nav-tab {
  font-size: 16px;
}

.unfold-about-wrap .col{
  background: white;
  padding: 20px;
  margin: 20px;
}

.unfold-about-wrap h1 {
  font-size: 2em;
}

.unfold-about-wrap h3 {
  font-size: 1.2em;
}

.unfold-about-wrap .unfold-section-useful-plugins,
.unfold-about-wrap .unfold-section-upgrade-to-pro,
.unfold-about-wrap .unfold-section-free-vs-pro,
.unfold-about-wrap .unfold-section-demo-content {
  margin-top: 50px;
}

.unfold-about-wrap .tab-upgrade-to-pro,
.unfold-about-wrap .tab-free-vs-pro {
  background-color: #bf2424;
  background-color: #159614;
  color: #fff;
}

.unfold-about-wrap .wp-badge {
  background-image: url("../images/logo.png");
  background-color: #fff;
  background-size: 110px auto;
  background-position: center;
  height: 70px;
}

.unfold-about-wrap .quick-links a {
  margin-right: 5px;
}

.unfold-about-notice .btn-dismiss {
  margin-left: 20px;
}

.unfold-about-wrap .plugin-list {
  list-style-position: inside;
  list-style-type: disc;
}

.unfold-section .free-vs-pro-table {
  width: 100%;
}
.unfold-section .free-vs-pro-table td {
  border-top: 1px solid #ccc;
}

.unfold-section .free-vs-pro-table .dashicons:before {
  font-size: 35px;
  height: 35px;
  width: 35px;
}
.unfold-section .free-vs-pro-table .dashicons-yes:before {
  color: #0db71c;
}
.unfold-section .free-vs-pro-table .dashicons-no-alt:before {
  color: #ea440d;
}
.unfold-section .faq-title {
  cursor: pointer;
  background: #0085ba;
  color: #ffffff;
  padding: 10px;
}
.unfold-section .faq-content {
  display: none;
  background: #e2e2e2;
  padding: 10px;
}
.unfold-section .faq-content.default {
  display: block;
}

.unfold-section .free-vs-pro-table tr td:last-child {
  text-align: center;
}

.unfold-section .free-vs-pro-table td span {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
