.verify {
    padding-bottom: 40px;
    .section_header {
        padding-bottom: 20px;
        h4{
            font-size: 26px;
            font-weight: 600;
            color: $white;
            padding: 5px 0;
            i{ 
             color: $primaryColor;
             font-style: 26px;
            }
        }
    }
    .verify_wrapper {
        .verify_card{
            border: 1px solid #252525;
            padding: 20px 15px 10px 15px;
            border-radius: 7px;
            background-color: #252525;
             .verify_top{
                display: flex;
                align-items: center;
                background-color: #8ba1bb8c;
                padding: 10px;
                border-radius: 7px;
                  .square{
                    height: 100px;
                    width: 100px;
                    border-radius: 5px;
                    background-color: $black;
                    text-align: center;
                    position: relative;
                    h5{
                       height: 70px;
                       width: 70px;
                       border-radius: 50%;
                       background-color: $white;
                       color: $black;
                       text-align: center;
                       line-height: 70px;
                       font-size: 24px;
                       font-weight: 600;
                       display: inline-block;
                       position: absolute;
                       top: 50%;
                       left: 50%;
                       transform: translate(-50%,-50%);
                    }
                  }
                  .top_text{
                    padding-left: 10px;
                     h4{
                        font-size: 20px;
                        color: $white;
                        font-weight: 500;
                        line-height: 27px;
                     }
                     p{
                        font-size: 14px;
                        line-height: 20px;
                        color: $text;
                     }
                     h5{
                        font-size: 12px;
                        padding: 3px 15px;
                        background-color: $primaryColor;
                        color: $white;
                        font-weight: 500;
                        border-radius: 5px;
                        display: inline-block;
                     }
                  }
             }
             .verify_bottom{
                ul{
                     padding-top: 10px;
                    li{
                        font-size: 15px;
                        font-weight: 400;
                        color: $white;
                        line-height: 24px;
                        padding-bottom:8px ;
                    }
                }
             }
        }
    }
}