.bg--gulf {
  background: #005372;
}
.txt--gulf {
  font-size: 1.45rem;
  font-weight: 300;
  color : white;
  line-height: 1.65em;
}
.red-bottom-line {
    border-bottom: 6px solid #cb2227; /* adjust thickness + colour */
}
.red-top-line {
    border-top: 6px solid #cb2227; /* adjust thickness + colour */
}
.color--secondary {
  color: #ec7423 !important;
	
}
.tab__content {
    display: none;
}

.tabs li.active .tab__content {
    display: block;
}