.azen-rafale-our-services { 
    .azen-title() {
        //font-family: "@{google-font-family-Raleway}";
        font-size: 40px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 7px;
        color: @white-lighter;
        text-transform: capitalize;
    }

    .azen-description() {
        //font-family: "@{google-font-family-Lato}";
        color: @black-lighter;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.65;
        margin-bottom: 40px;
    }
    text-align: center;
    margin-bottom: 40px;
    .azen-general {
        text-align: left;
        .azen-title {
            .azen-title();
            color: @black-darker;
            text-transform: capitalize;
            font-size: 30px;
            margin-bottom: 33px;
        }
        .az-steps {
            border: 1px solid @white-darker;

            @media (max-width: 680px) {
                border-top: 0;
            }
            .azen-choice {
                margin-top: -1px;
                .vendor(display, flex);
                .vendor(justify-content, space-between);
                .vendor(box-lines, multiple);
                .vendor(flex-wrap, nowrap);
                .vendor(box-align, start);
                .vendor(align-items, flex-start);

                @media (max-width: 680px) {
                    display: block;
                }
                .azen-choice-item {
                    flex-grow: 1;
                    text-align: center;
                    display: inline-block;
                    box-sizing: border-box;
                    background-color: @white;

                    @media (max-width: 680px) {
                        display: block;
                    }
                    a {
                        display: block;
                        .azen-description();
                        margin-bottom: 0;
                        color: @black-darker;
                        font-size: 14px;
                        font-weight: 400;
                        text-transform: capitalize;
                        line-height: 54px;
                        border: 1px solid @white-darker;
                        border-left: 0;
                        outline: 0;

                        @media (max-width: 680px) {
                            width: 100%;
                            text-align: center;
                            padding: 0;
                            margin-top: -1px;
                        }
                    }
                    &:last-child {
                        a {
                            border-right: 0;
                        }
                    }
                    &:hover {
                        a {
                            color: @brand-color;
                        }
                    }
                }
                .azen-choice-item.az-active {
                    background-color: transparent;
                    a {
                        border-bottom: 0;
                        color: @brand-color;

                        @media (max-width: 680px) {
                            border-bottom: 1px solid @white-darker;
                        }
                    }
                    &:last-child {
                        a {
                            border-right: 0;
                        }
                    }
                }
            }
            .azen-variants {
                .azen-variants-item {
                    display: table;
                    padding: 40px;
                    width: 100%;
                    box-sizing: border-box;
                }
            }
        }
    }
}