
                            a.first__text .text_color,
                            a.first__text {
                                transition: all 0.3s;
                            }

                            a.first__text:hover .text_color,
                            a.first__text:hover {
                                color: #fff;
                            }
                        