.about-us-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.about-us-title__minor-text {
    font-size: 16px;
    color: #73777b;
}

.about-us-title__heading-text {
    margin-top: 50px;
    font-size: 40px;
    font-weight: 600;
}