/* Navbar */
.tabs .tab {
  border-right: 1px solid #c2c2c2;
}

.custom-navbar a {
  color: #414141 !important;
  font-weight: 500;
}

.tabs .active,
.tabs .tab a:focus {
  background-color: #ffffff !important;
  border-bottom: 1px solid #c1c1c1;
}

.tabs .active a {
  color: #6d4c41 !important;
}

.tabs .tab:hover {
  background-color: #ffffff;
}

.tabs .tab:hover a {
  color: #6d4c41 !important;
}

.nav-wrapper {
  border-top: 1px solid #c1c1c1;
}

.nav-wrapper .brand-logo {
  margin-left: 25px;
}

.nav-wrapper ul {
  margin-right: 25px;
}

.banner-header {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 3rem;
  background-color: #ffee58;
  box-shadow: 0px 3px #c1c1c1;
}

.banner-header p {
  font-size: 1.2rem;
}

.banner-header button {
  background-color: #42a5f5;
  align-self: center;
}

.banner-form {
  display: flex;
  width: 100%;
  min-height: 60vh;
  padding: 20px 50px;
  gap: 1rem;
}

.banner-form .logo-img {
  align-self: center;
}

.banner-form .presentation span {
  font-weight: 500;
  font-size: 1.1rem;
}

.banner-form .input-field {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-form .presentation h1 {
  font-size: 3.8rem;
  margin-top: 0.5rem;
}

.banner-form .presentation i {
  margin-right: 1rem;
}

.banner-form .form p {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.banner-form .form .submit-btn {
  text-align: center;
}

/* End Navbar*/

.topics-presentation {
  height: 200px !important;
}

.flex {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.p .flex .card {
  flex: 0 0 33.33%;
}

.p {
  padding: 20px 50px;
}

.p h5 {
  font-weight: 500;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
  color: #757575;
}

.m2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}