.box-1 {
    padding-right: 2rem;
    background-color: #f5d358;
}

.watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 100%;
}

.watermark img {
    height: 100%;
    opacity: 0.2;
}

.founder-image{
    width: 30%;
    margin: 0rem 1rem 1rem 3rem;
    border-radius: 20px;
    object-fit: cover;
}

.founder-text h3{
    color: #be000f;
}

.header-underline{
    height: 3px;
    border-radius: 30px;
    background-color: #be000f;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.para{
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .box-1{
        padding-right: 0;
    }
}


@media screen and (max-width: 630px) {
    .founder-text h3{
        text-align: center;
    }
    .founder-text .founder-image{
        float: none!important;
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }
}