.descover{
      padding: 50px 0;
    .descover_wrapper{
        background-color: #141623;
        padding: 110px 0;
        border-radius: 10px;
        text-align: center;
        h2{
            color: $white;
            font-size: 48px;
            font-weight: 600;
            line-height: 58px;
        }
        p{
            color: #eaeaea;
            text-align: center;
            padding: 10px 400px;
        }

        .store_btn {
            padding-top: 15px;
            cursor: pointer;
            ul {
                display: flex;
                justify-content: center;

                li {
                    width: 150px;
                    height: 55px;
                    background-color: $primaryColor;
                    display: inline-block;
                    margin:0 16px;
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    border-radius: 7px;

                    .store_icon {
                        i {
                            font-size: 30px;
                            color: #fff;
                        }
                    }

                    .store_text {
                        h6 {
                            font-size: 11px;
                            color: #e7e7e7;
                            font-weight: 400;
                            line-height: 12px;
                        }

                        h5 {
                            font-size: 15px;
                            color: #e7e7e7;
                            font-weight: 400;
                            line-height: 8px;
                        } 
                    }
                }
                .white_btn{
                    background-color: $white;
                    .store_icon{
                        i{
                            color: $black;
                        }

                    }
                    .store_text{
                        h6{
                            color: $black;
                        }
                        h5{
                            color: $black;
                        }
                    }
                }
            }
        }  

    }
}