
.logo-top {
  width: 300px;
  height: 100px;
}

.align-center {
  align-content: center;
}

.photo-circle {
  padding: 40px;
  height: 50px;
  border-radius: 50%;
}

.icons-course {
  height: 150px;
  margin: 0 auto 15px;
  padding: 25px;
  width: 270px;
  max-width: 270px;
}

.curriculum {
  display: flex;
  flex-direction: column;
  height: 256px;
  margin: 0 auto 15px;
  max-width: 254px;
  padding: 23px 46px 25px;
  text-align: center;
  width: 254px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.bg-gray {
  background-color: #e6e6e6;
}

.grid-sm-4 a {
  color: #cc9543;
}

.text-color {
  color: #cc9543;
}

.text-color-2 {
  color: #c2bbbb;
  font-size: 1.225rem;
}

.text-justify {
  text-align: start;
}

.grid-sm-6 a {
  color: #cc9543;
  text-decoration: none;
  font-size: 18px;
  padding: 08px;
}

.nav-menu {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.nav-item {
		display: none;
	}

	.nav-menu {
		display: initial;
	}
}
