/*--------------------------------------------------------------
  # About Page Section
  --------------------------------------------------------------*/

.about-page .hero .hero-right {
    min-height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/about/about-hero.png);
}

/* details */
.about-page .details .section-title {
    justify-items: center;
}
.about-page .details .section-title h2 {
    display: block;
}
.about-page .details p {
    color: #0d0d0da3;
}

/* pricing */
.about-page .pricing .pricing-item {
    padding: 32px;
    background-color: #ffffff;
}
.about-page .pricing img {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
}

.about-page .pricing p {
    margin-bottom: 0;
}
