section.sec3 {
    background: url(../assets/about-sec3-bg.png);
    background-size: cover;
    background-position: center;
}

section.sec2 h2 {
    margin-bottom: 2rem !important;
}

.list-box {
    padding: 7rem 5rem 5rem;
    background: #fff;
    box-shadow: 1px 4px 13px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 1px 4px 13px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 4px 13px 2px rgba(0, 0, 0, 0.24);
}

.row.list-box ul {
    padding: 0;
    list-style: none;
}

.row.list-box ul li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.row.list-box ul li:before {
    content:'';
    width:13px;
    height:9.4px;
    position:absolute;
    background: url(../assets/list-caret.png);
    left:0;
    background-repeat:no-repeat;
    top:1rem
}



.gold-header {
    max-width: fit-content;
    margin: 5rem auto -3rem;
    background:#956B45;
    padding:1rem 3rem;
    position:relative
  
}

.gold-header h3 {
      font-size: 2.8rem;
    color:#fff;
    font-family:dm sans
}

.gold-header:before {
    content: '';
    width: 25px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 100%;
    border-bottom: solid 14px #4B2C10;
    border-right: solid 14px #4B2C10;
    border-left: solid 14px transparent;
    border-top: solid 14px transparent;
}

.gold-header:after {
    content: '';
    width: 25px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 100%;
    border-bottom: solid 14px #4B2C10;
    border-left: solid 14px #4B2C10;
    border-right: solid 14px transparent;
    border-top: solid 14px transparent;
}

.proud-box ul {
    list-style: none;
    display:flex;
    padding: 3rem;
    border:1px solid #956B45;
    border-top:none;
    justify-content:space-between;
    margin: 0;
}
.proud-box ul li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 0;
    font-size: 2rem;
}

.proud-box ul li:before {
    content:'';
    width:13px;
    height:9.4px;
    position:absolute;
    background: url(../assets/list-caret.png);
    left:0;
    background-repeat:no-repeat;
    top:1rem
}

.proud-head {
    text-align: center;
    position: relative;
}

.proud-head h3 {color:#956B45;font-size:2.8rem;font-family:DM sans;font-weight:600;width: fit-content;margin: 0 auto -2rem;background: #fff8f1;z-index: 2;position: relative;padding: 0 1rem;}

.proud-head:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #956B45;
    position: absolute;
    left: 0;
}

.proud-box {
    margin-top: 5rem;
}

.button-box {
    margin: 5rem auto 0!important;
}

.teamwork-img {
    display: flex;
}

.teamwork-img > div {
    flex: 0 0 25%;
}

.teamwork-img img {
    width: 100%;
}

@media only screen and (max-width:767px) {
	.gold-header h3 {
    font-size: 2.5rem;
    text-align: center;
}
.button-box {
    margin-bottom: 4rem !important;
}


.row.list-box ul li {
    font-size: 2.2rem;
}

.row.list-box ul {
    margin: 0;
}

.gold-header {
    padding: 1rem 1.5rem;
    margin-top:2rem;
}

section.sec2 .font28 {
    text-align: left !important;
}

.gold-header:before , .gold-header:after {
    display: none;
}

.list-box {
    padding: 5rem 3rem 2rem;
}

.proud-head h3 {
    font-size: 2.5rem;
    border-bottom: 1px solid;
   
    padding-bottom: 1rem;
}

section.sec3 .font35 {
    text-align: left !important;
    font-size: 3rem;
}

section.more-info .font35 {
    font-weight: 500;
    font-size: 3.2rem;
}

.info-list ul {
    align-items: flex-start;
}

.proud-box ul {
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.proud-box ul li {
    font-size: 2.3rem;
        margin-bottom: 1rem;
        text-align: left;
}

.teamwork-img img {
    margin: 0;
}

.teamwork-img > div {
    flex: 0 0 50%;
}

.teamwork-img {
    flex-wrap: wrap;
}
	
	
}