.text-color-nirma {
    color: #061427;
}

.group-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

[data-aos="new-animation"] {
    opacity: 0;
    transition-property: transform, opacity;

    &.aos-animate {
        opacity: 1;
    }

    @media screen and (min-width: 768px) {
        transform: translateX(10%);

        &.aos-animate {
            transform: translateX(50px);
        }
    }
}
