
.navbar .navbar-brand img {
    width: 125px !important;
}
#documenter_ .home-intro h2 {
    font-size: 93px;
    font-weight: 700;
    margin: 60px 0;
    line-height: 54px;
    letter-spacing: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #614cab;
}
/* Responsive design */
@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-image {
    margin-bottom: 20px;
  }
  .gradient-bg {
    width: 100%;
    height: 215px !important;
    background: linear-gradient(to right, #3b4cca, #e10098);
    color: white;
    border-radius: 13px;
}
.content {
    position: relative;
    width: 100%;
    height: 266px;
    overflow: hidden;
    border-radius: 20px;
    color: #565151;
    text-align: center;
}
.home-intro .content-image {
	padding:0px;
}
}
