@charset "utf-8";
section.first-section {
    min-height: 60vh;
}

.heading-img {
    margin-bottom: 32px;
    position: relative;
    padding-top: 50px;
}

.heading-img img {
    position: absolute;
    height: 40px;
    width: 100%;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.heading-with-accent {
    margin-top: -12px;
    border: 2px solid #007a3e;
    border-top: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
}

.wrapp-heading-text {
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #007a3e;
    border-radius: 8px;
    font-size: 24px;
    color: #007a3e;
    position: relative;
    background-color: #fff;
    font-family: tsukuAR;
    line-height: 1.5;
    font-weight: bold;
}

.wrapp-heading-text .left {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    left: -2px;
    top: -2px;
    border: 2px solid #fff;
}

.wrapp-heading-text .left-bottom {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    left: -2px;
    bottom: -2px;
    border: 2px solid #fff;
}

.wrapp-heading-text .right {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    right: -2px;
    top: -2px;
    border: 2px solid #fff;
}

.wrapp-heading-text .right-bottom {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    right: -2px;
    bottom: -2px;
    border: 2px solid #fff;
}

.privacy-policy-area {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
}

.social-media {
    margin-top: 65px;
}

@media only screen and (max-width: 767px) {
    .heading-img {
        margin-bottom: 16px;
    }
}