.verify {
    padding-bottom: 40px;

    .section_header {
        padding-bottom: 20px;

        h4 {
            font-size: 26px;
            font-weight: 500;
            color: $black;
            border-bottom: 2px solid $primaryColor;
            display: inline-block;
            padding: 10px 0;
        }
    }
    .verify_wrapper {
        .card_top {
            background-color: #1CC1FF;
            height: 160px;
            width: 100%;
            border-radius: 5px;
            text-align: center;

            h4 {
                line-height: 160px;
                font-size: 28px;
                color: $white;
                font-weight: 500; 
            }
        }
        .card_2_color{
            background-color: #25B979;
        }
        .card_3_color{
            background-color: $primaryColor;
        }
        .card_img{
             padding: 15px;
            box-shadow: 1px 0.532px 1px 1px rgba(0,0,0,0.1);
            display: inline-block;
            border-radius: 7px;
            margin-top: -80px;
            margin-left: 20px;
            z-index: 2;
            background-color: $white;
            img{
                width: 75px;
                height: 75px;
            }
        }
        p{
            font-size: 15px;
            color: $text;
            font-weight: 400;
            line-height: 24px;
            padding-top: 8px;
        }
    }
}