.reference{
    padding-bottom: 130px;
    .section_header{
        h3{
            font-size: 35px;
            font-weight: 700;
            color: $primaryColor;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 20px 0;
            line-height: 45px;
        }
        p{
            font-size: 16px;
                font-weight: 400;
                color: $text;
                line-height:32px;
        }
    }
    .reference_wrapper{ 
        padding-top: 75px;
            .reffer_card{
                padding: 20px 20px;
                background-color: $primaryColor;
                border-radius: 10px;
                .reffer_img{
                    img{
                        width: 100%;
                    }
                }
                 .reffer_text{
                     padding-top: 20px;
                    h4{
                        font-size: 20px;
                        font-weight: 500;
                        color: $white;
                    }
                    h5{
                        font-size: 18px;
                        font-weight: 400;
                        color: $white;
                        padding: 10px 0; 
                    }
                    h6{
                        font-size: 16px;
                        font-weight: 400;
                        width: 100%;
                        padding: 10px 0;
                        background-color: $white;
                        border-radius: 8px;
                        border: 1px solid transparent;
                       &:hover{
                           background-color: transparent;
                           border: 1px solid $white;
                           color: $white;
                           font-weight: 500;
                       }
                    }
                 }
            }
    }
}