.Our_Belief {
    margin: 90px 0 40px;
}

.Our_Belief .Our_Belief_title {
    text-align: center;
}

/* Heading */
.Our_Belief .Our_Belief_title .common_heading {
    font-size: 45px;
    font-weight: 800;
    color: #202020;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 00;
}

.Our_Belief .Our_Belief_title .common_heading::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background: #153B89;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

/* Quote Text */
.Our_Belief .Our_Belief_title .safe_text {
    font-size: 35px;
    font-weight: 800;
    font-style: italic;
    font-family: Cambria;
    letter-spacing: 0.17px;
    color: #202020;
    margin: 0;
}

/* CEO Name */
.Our_Belief .Our_Belief_title .CEO_text {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 400;
    font-family: Calibri;
    color: #202020;
    position: relative;
}

.Our_Belief .Our_Belief_title .CEO_text::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 2px;
    background: #F16625;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

/* Content Section */
.Our_Belief .Our_Belief_content_div {
    margin-top: 100px;
}

/* Layout */
.belief_row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.belief_col_left {
    width: 40%;
}

.belief_col_right {
    width: 60%;
}

/* Image */
.Our_Belief .Our_Belief_img {
    height: 100%;
    border-radius: 14px;
}

.Our_Belief .Our_Belief_img .CEO_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* Right Content */
.Our_Belief .right_div .orange_title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.6px;
    color: #F16625;
}

.Our_Belief .right_div .right_title_div {
    width: 500px;
}

.Our_Belief .right_div .right_title_div .purpose {
    font-size: 45px;
    font-weight: 800;
    color: #202020;
}

.Our_Belief .right_div .right_title_div .purpose span {
    font-style: italic;
    font-family: Cambria;
}

.Our_Belief .right_div .right_div_content {
    text-align: justify;
}

.Our_Belief .right_div .right_div_content .name {
    font-size: 26px;
    font-weight: 700;
    color: #202020;
}

.Our_Belief .right_div .right_div_content .founder {
    font-size: 26px;
    font-weight: 700;
    color: #202020;
}

.Our_Belief .right_div .right_div_content .founder span {
    color: #F16625;
}

.Our_Belief .right_div .right_div_content .content_div .content {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #202020;
}

/* ===================== Responsive =================== */

@media (max-width: 574px) {
    .Our_Belief {
        margin: 60px 0 40px;
    }

    .belief_row {
        flex-direction: column;
    }

    .belief_col_left,
    .belief_col_right {
        width: 100%;
    }

    .Our_Belief .right_div {
        margin-top: 20px;
    }

    .Our_Belief .right_div .right_title_div {
        width: 100%;
    }

    .Our_Belief .right_div .right_title_div .purpose {
        font-size: 28px;
    }

    .Our_Belief .right_div .right_div_content .founder,
    .Our_Belief .right_div .right_div_content .name {
        font-size: 17px;
    }

    .Our_Belief .right_div .right_div_content .content_div .content {
        font-size: 14px;
    }

    .Our_Belief .Our_Belief_title .safe_text {
        font-size: 20px;
    }

    .Our_Belief .Our_Belief_title .CEO_text {
        font-size: 15px;
    }

    .Our_Belief .Our_Belief_title .CEO_text::after {
        width: 150px;
    }

    .Our_Belief .Our_Belief_content_div {
        margin-top: 75px;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .belief_row {
        flex-direction: column;
    }

    .belief_col_left,
    .belief_col_right {
        width: 100%;
    }

    .Our_Belief .right_div .right_title_div .purpose {
        font-size: 38px;
    }

    .Our_Belief .Our_Belief_title .safe_text {
        font-size: 24px;
    }

    .Our_Belief .Our_Belief_title .CEO_text::after {
        width: 250px;
    }
}