/* Minification failed. Returning unminified contents.
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body {
    background-color: #f4f5f8;
}

.fddsjjdsf {
    text-decoration: none;
}

.phonetel {
    font-weight: bold;
    text-decoration: none;
    color: #ff0000;
}

    .phonetel:hover {
        color: #F44336;
        text-decoration: underline;
    }

.card:hover {
    --bs-card-border-color: rgba(255, 255, 255, 0.15);
}

.agsfhja {
    background-color: white;
    width: 205px;
    color: black;
}

    .agsfhja:hover {
        border: 1px solid black;
    }


@media (max-width:767px) {
    .textsisze-slider {
        font-size: 40px;
    }

    .my-class-slid {
        color: white;
        margin-left: auto;
        background-color: transparent;
    }

    .btn-sled {
        margin-top: 10px;
    }

    .imgfond {
        height: auto;
    }

    .agsfhja {
        margin-top: 10px;
        margin-left: -10px;
    }
    .dmkdasdmk {
        text-align: center;
        color: white;
    }
   
}

@media (min-width:767px) {
   
    .dmkdasdmk {
        text-align: center;
        color: white;
        padding: 10px 100px 10px 100px
    }
    .textsisze-slider {
        font-size: 60px;
    }
    .my-slider-class {
        width: 50%;
        float: right;
    }

    .my-class-slid {
        margin-left: 0;
        background-color: #282828;
        color: white;
        width: 50%;
    }

    .btn-sled {
        margin-top: 0px;
    }

    .imgfond {
        height: 200px;
    }
}

