.carousel-img {
  width: 100%;
  max-height: 450px;
}

.section-divider {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background-color: inherit;
  z-index: 1;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.circle {
  background-color: white;
  border-radius: 100%;
  border-width: 2px;
  border-color: #ddd;
  width: 100px;
  height: 100px;
  color: #1671A3;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
}


.btn:hover {
  background-color: #1671A3;
  color: white;
}

.btn-title {
  font-weight: bold;
  font-style: normal;
  color: #1671A3;
  text-decoration: none;
}
