.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.checkbox-wrapper input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
}

@media only screen and (max-width: 767px) {
    .business-one.style-five {
        padding: 50px 0px 70px !important;
    }
    .sec-title_heading {
        font-size: 23px !important;
    }
    .map img {
        width: 100% !important;
        height: auto !important;
        left: 0px !important;
    }
}
.map img {
    width: 70%;
    position: relative;
    left: 70px;
    height: 560px;
}
