.information-tab {
  background-color: #0f0f41;
  color: #fff;
 
}

.single-info-title {
  gap: 5px;
  padding: 20px 25px;
}

.single-info-title > h4 {
  font-weight: 300;
}

.information-tab-content {
  padding-left: 220px;
}

nav {
  width: 100%;
  padding-left: 220px;
  position: relative;
}

.navigation-bar > li {
  padding: 35px 20px;
}

.navigation-bar > li:first-child {
  border-right: 1px solid #858585;
}

.navigation-bar > li > a {
  text-decoration: none;
  color: #0f0f41;
  font-size: 1.1rem;
  transition: .3s;
  font-weight: 600;
}


.navigation-bar > li > a:hover {
  color: #b22f33;
}

.logo {
  position: absolute;
  padding: 20px;
  left: 0;
  top: -60px;
  background-color: #fff;  
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.slider-information {
  border: 1px solid;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://images.unsplash.com/photo-1592838064575-70ed626d3a0e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2836&q=80);
}

.slider-information-wrapper {
  background-color: #0f0f4174;
  width: 100%;
  height: 80vh;
}

.white-bg {
  background-color: #fff;
  color: #0f0f41;
}

.white-bg > h4 {
  font-weight: 500;
}

.slider-information-content > h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.slider-information-content > h1 { 
  color: #fff;
  font-size: 4rem;
}

.slider-information-content > p {
  text-align: center;
  color: #fff;
  line-height: 25px;
  padding: 20px;
  font-size: 1.1rem;
  max-width: 800px;
}