﻿.imagehomee{
    object-fit:cover;
    height:450px;
    width:100%;
    border-radius:10px;
}
.headingh3 {
    color: #0f0f0f;
    font-weight:bold;
}

.service-list {
    list-style: none;
    padding: 0;
}

    .service-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 14px;
        font-size: 13px;
    }

    .service-list .icon {
        min-width: 25px;
        height: 25px;
        background: #ffc804;
        color: #0f0f0f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        flex-shrink: 0;
    }

.btndiscuss {
    border: 1px solid #0f0f0f!important;
    border-radius: 10px!important;
    color: #0f0f0f!important;
}
    .btndiscuss:hover {
        background: #ffc804 !important;
        border: 1px solid #ffc804!important;
        border-radius: 10px;
        color: #0f0f0f;
    }

@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .imagehomee {
        height: 650px !important;
    }
}

@media only screen and (max-width: 509px) {
    .imagehomee {
       margin-block:10px;
    }
}