.heading-title {
    text-align: center;
    color: #0F4796;
    padding: 30px 0;
    font-size: 20px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
}

.divider .line {
    flex: 1;
    width: 30px;
    height: 2px;
    background-color: #2A78E6;
    ;
}

.star-icon {
    color: #0F4796;
    font-size: 22px;
}

.banner-container {
    width: 100%;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.about-content {
    font-size: 19px;
    line-height: 31px;
    color: #2c79e6;

}