/*Müşteriye özel geliştirmeler*/

@import "colors/customer-color.css";

#mainRakamlarlaYardimHayirYolu{
    width: 100%;
    height: 450px;
    background-color: rgba(0, 154, 230, 0.08) !important;
    position: relative;
}
#mainRakamlarlaYardimHayirYolu::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://devug3kw1weq2.cloudfront.net/upload/images/default/map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}