.custom-tab {
  transition: all 0.3s ease;
}

.custom-tab:hover {
  background-color: #f9f9f9;
}

.tab-content-out h1,
.tab-content-out h2,
.tab-content-out h3,
.tab-content-out h4,
.tab-content-out h5,
.tab-content-out h6 {
  position: relative;
  margin-bottom: 20px;
}

.tab-content-out h1::after,
.tab-content-out h2::after,
.tab-content-out h3::after,
.tab-content-out h4::after,
.tab-content-out h5::after,
.tab-content-out h6::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #6A0725, #D00E49);
  height: 4px;
  width: 50px;
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease;
}

.tab-content-out ul {
  list-style: none;
  padding-top: 10px;
}

.tab-content-out li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}

.tab-content-out li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1em;
  height: 1em;
  background-image: url('./Polygon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}