article.post {
  transition: all 0.3s ease-in-out;
  position: relative;
}
article.post:hover {
  transform: translateY(-0.5rem);
}
article.post:hover .btn {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  article.post img {
    width: 100%;
  }
}
article.post h3 {
  margin: 2.063rem 0 1rem;
  font-weight: bold;
  color: #292B65;
  font-size: 1rem;
}
article.post p {
  font-size: 0.875rem;
  color: #686868;
}
article.post .btn {
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  margin-left: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  color: #00c8ff;
  padding: 0;
}
article.post .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.register {
  max-width: 1920px;
  margin: auto;
}
.register.banner {
  text-align: center;
}
.register.icons {
  padding: 7.5rem 0 3rem;
}
@media (max-width: 767.98px) {
  .register.icons {
    padding: 5rem 0 2rem;
  }
}
.register.icons .container h1,
.register.icons .container .h1 {
  margin-bottom: 3.125rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
@media (max-width: 767.98px) {
  .register.icons .container h1,
  .register.icons .container .h1 {
    font-size: 1.5rem;
  }
}
.register.icons .container p,
.register.icons .container li {
  color: #292B65;
}
.register.icons .container ul {
  padding-left: 1rem;
  list-style: none;
}
.register.icons .container ul li::before {
  content: "-";
  margin-right: 1rem;
}
.register.icons .container .btn-primary {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.register.icons .container .row {
  margin-bottom: 2rem;
}
.register.icons .container .row .col-md-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}
.register.icons .container .row .col-md-3 .bg-secondary {
  justify-content: center;
  margin-bottom: 0.5rem;
  align-items: center;
  border-radius: 50%;
  color: white;
  display: flex;
  height: 4rem;
  width: 4rem;
}
.register.icons .container .row .col-md-3 .bg-secondary svg {
  font-size: 2rem;
  flex: none;
}
.register.icons .container .row .col-md-3 p {
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  color: #292B65;
}
.register.about {
  background-color: #292B65;
  padding: 7.5rem 0;
}
@media (max-width: 767.98px) {
  .register.about {
    text-align: center;
    padding: 5rem 0;
  }
}
.register.about .container h2 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 3rem;
  color: white;
}
@media (max-width: 767.98px) {
  .register.about .container h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.register.about .container p {
  margin-bottom: 2rem;
  line-height: 2rem;
  color: white;
}
.register.about .container .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.register.agende {
  padding-bottom: 110px;
}
.register.agende h2 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #292B65;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .register.agende h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
