.heading-1 {
    position: relative;
    margin: auto;
    max-width: 380px;
    text-align: center;
    padding-top: 30px;
    font-size: 24px;
    font-weight: 900;
}

.heading-1:after, .heading-1:before {
    content: "";
    display: block;
    width: 49.5px;
    height: 2px;
    background: #d2ac67;
    top: 92%;
    position: absolute;
}

.cont-sec {
    padding: 40px;
    /* background-color: #f2f2f2; */
}

.cont-sec>section {
    margin-bottom: 30px;
}

.intro-head {
    font-weight: 600;
    padding-left: 13px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 21.09px;
}

.content-box {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 12px;
    background-color: #fff;
    padding: 12px;
    font-size: 14px;
    color: #757575;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
}

.content-box p{
        margin-bottom: 2px;
        color: #212121;
}

strong {
    color: #212121;
}