.footer{
    padding: 100px 0;
    background-color: $bg;

    .footer_wrapper{
        h3{
            font-size: 30px;
            font-weight: 600;
            color: $black;
           line-height: 36px;
           padding: 20px 0;
           span{
               color: $primaryColor;
           }
        }
        p{
            font-size: 16px;
            font-weight: 400;
            color: $text;
            padding-right: 30px;
        }
        h4{
            font-size: 16px;
            font-weight: 400;
            color: $text;
            font-family: $font2;
            line-height: 26px;
        }
        .fotter_img{
            img{
                width: 30%;
                margin: 10px 1px;
                border-radius: 10px;
            }
        }
    }
}
.copy_right{
    background-color: $primaryColor;
    padding: 30px 0 20px 0;
    h4{
        font-size: 17px;
        font-weight: 400;
        color: $white;
    }
}