.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;
}
.style-three .hero-content p {
    width: 100%;
    color: #000000;
}
.links {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .contact-area.style-three.inner {
        padding: 20px 0 20px !important;
    }
}
