.sec2{
    padding: ;
    width: 100vw;
    background-color: black;
    max-width: 100%;
    min-height: 76vh;
    color: white;
}
.about-us{
    font-size: clamp(1.5rem, 1.3644rem + 0.678vw, 2rem);
    padding: 1.9rem 0;
    background-color: black;
    color: rgb(252, 174, 28);
}
.cof-outer-div{
    width: 80%;
    max-width: 80rem;
    min-height: 40vh;
    display: flex;
    flex-basis: 33%;
    border: 2px solid white;
}
.cof-outer-div img{
    flex: 1;
}
.cof-info{
    padding:0 3rem;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cof-info h3{
    font-size: 1rem;
    text-transform: capitalize;
    margin: 1rem 0rem;
    font-size: 1.5rem;
}
.cof-info p{
    margin-bottom: 1rem;
    max-width: 484px;

}
.cof-info button{
    margin-bottom: 1rem;
    width: fit-content;
    background-color: rgba(250, 168, 68, 0.7);
    border: none;
    padding: 0.8rem 0.9rem;
}