body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

button:focus,
a:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

section.sec-aboutus {
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.about img {
    border-radius: 45px;
    border-top-right-radius: 0;
    width: 100%;
    object-fit: cover;
    border: 3px solid #ffffff !important;
}

.about-bg {
    width: 500px;
    height: 480px;
    border: 80px solid #624322



;
    border-radius: 50%;
    position: absolute;
    left: -170px;
    bottom: -115px;
}

.who-we-bg {
    width: 500px;
    height: 480px;
    border: 80px solid #fff7d8

;
    border-radius: 50%;
    position: absolute;
    right: -170px;
    bottom: -115px;
}

.card-set img {
    width: 50px;
    height: 50px;
}

.cardrow-main {
    width: 100%;
    display: inline-block;
}

.cardrow-left {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px;
    padding-top: 80px;
}

.cardrow-right {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px;
}

section.sec-Certifications {
    padding: 50px 0;
    background: #624322;
}
.sec-stand{
    padding: 80px 0;
    background: #fff7d8;
}
.stand-box{
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    box-shadow: 0px 4px 20px 0 #fff7d8

;
}
.stand-box-title{
    font-size: 16px;
    background: #fff7d8

;
    padding: 10px;
    border-radius: 20px 20px 0 0;
}
@media(max-width:480px) {
    .cardrow-left {
        width: 100%;
        padding-top: 0;
    }

    .cardrow-right {
        width: 100%;
    }
}

