.center-cls{
  justify-content: center;
}

.wel_content2 {
    margin-top: 50px;
    padding: 56px 29px 62px 44px;
}

.welcome:before {
    content: "";
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%;
    min-width: 1167px;
    left: 50%;
    transform: translateX(-50%);
    /* max-width: 1000px; */
    background: #693823;
    border-radius: 22px;
}

#head-content {
    padding: 120px 0 0;
    background-color: #693823;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
}

.trapezium-section::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #ffc843; */
    background-color: #693823;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 200px, 0 400px);
    transform-origin: top left;
}

#beingInclusicePage .headings {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    text-transform: uppercase;
    color: #693823;
    font-family: var(--heading-font);
    transition: font-size 0.3s ease;
}



.RFG .owl-carousel .item {
    /* background-color: #ff7f38; */
    background-color: #693823;
    border-radius: var(--border-radius);
    padding: 30px 30px;
    height: 220px;
}




.border-box {
    color: #ffffff;
    /* border: 2px solid #6b2653; */
    border-radius: var(--border-radius);
    padding: 20px 20px 60px;
    height: 90%;
    margin-top: 30px;
    background-color: #693823;
}