.navbar-brand {
    padding-bottom: 0;
}

.about .heading__title {
    margin-bottom: 20px;
}

.project-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-position: center;
}

.project-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.45;
}

.content-title {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    /* z-index: ; */
}

.content-desc {
    color: #fff;
    position: relative;
}

.small-btn {
    transform: scale(0.75);
    transform-origin: left;
}

.enquiry .heading__title {
    font-size: 28px;
}
