.About-description {
    background-image: url(../png/about_bg.png);
    background-position: center;
    object-fit: cover;
    padding: 30px 0px;
    background-size: cover;
    margin: 10px 0px;
}

.description-content {
    max-width: 750px;
    margin: auto;
}

.description-border {
    border: 2px solid #ffde16;
    width: 15%;
    border-radius: 20px;
}

.description-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.description-title {
    font-size: 20px;
    color: white;
    font-family: 'montserratblack';
    margin: 0;
}

.description-text-yellow {
    color: #ffde16;
    font-weight: 600;
}

.description-heading {
    color: white;
    text-align: center;
    padding: 0;
    font-family: 'montserratblack';
    margin: 0;
}

.description-text {
    color: white;
    text-align: center;
    line-height: 1.5rem;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

.About-main-containercard {
    background: #f1f5f9;
    padding-top: 50px;
    padding-bottom: 70px;
}

.About-title-container {
    text-align: center;
    line-height: 1.1;
}

.containerCard {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.About-card-title {
    letter-spacing: -0.005em;
    margin: 0;
    font-family: 'montserratblack';
    font-size: 22px;
}

.About-card-title2 {
    font-size: 39px;
    letter-spacing: -0.005em;
    font-family: 'montserratblack';
}

.About-pg {
    line-height: 1.375;
    font-weight: 500;
    font-family: 'montserratmedium';
    margin: 0 auto;
    width: 310px;
}

.About-card-continer {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    width: 300px;
    font-family: 'montserratmedium';
    font-size: 15px;
}

.card-name {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 20px;
}

.About_trust-cards {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    text-align: center;
    padding-top: 15px;
    /* padding-bottom: 15px; */
}

.About-trust-svg {
    background: #ee632c;
    color: #ffde16;
    height: 82px;
    width: 82px;
    margin: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.About-trust-svg img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.About-trust-svg img.small {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.About-btn-container {
    text-align: center;
}

.About-start-btn:hover {
    color: black;
    text-decoration: none;
}

.About-start-btn {
    background: #ffde16;
    padding: 16px 20px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'montserratextrabold';
    font-size: 17px;
}

.About-rent-own-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}

.Rent-To-Own-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    /* padding-bottom: 100px; */
}

.rent-own-title {
    font-size: 26px;
    letter-spacing: -0.05em;
    padding-bottom: 10px;
    font-family: 'montserratregular';
}

.rent-own-title-org {
    color: #ee632c;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -0.05em;
}

.rent-own-upr-para {
    padding-right: 13px;
    padding-left: 26px;
    width: 50%;
    text-align: left;
}

.rent-img-upr-container {
    width: 50%;
    /* height: 40vh; */
    text-align: left;
    height: 300px;
}

.rent-own-para {
    padding-right: 26px;
    padding-left: 26px;
    width: 50%;
    text-align: left;
}

.rent-img-container {
    width: 50%;
    /* height: 40vh; */
    text-align: right;
    height: 320px;
}

.rent-img {
    margin-right: 0;
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.rent-pg {
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.025em;
    font-size: 16px;
    padding-right: 5px;
}

@media screen and (max-width: 768px) {

    /* Adjust the breakpoint as needed */
    .About_trust-cards {
        flex-direction: column;
        align-items: center;
        /* Optional: center items horizontally */
        width: 100%;
    }

    .About-card-continer {
        width: auto;
    }

    .About-rent-own-container {
        flex-direction: column;
        align-items: center;
        /* Optional: center items horizontally */
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .rent-own-upr-para {
        width: auto;
        order: -1;
        margin-bottom: 20px;
    }

    .rent-img-upr-container {
        width: 100%;
        height: 100%;
    }

    .rent-img-container {
        width: auto;
        height: 100%;
    }

    .rent-own-para {
        width: auto;
        margin-bottom: 20px;
    }

    .About-start-btn {
        font-size: small;
    }

    .fullWidthEmail {
        height: auto;
        min-height: auto;
        padding: 20px 0;
        margin-top: 0;
    }

    .input_join_tn {
        width: 90%;
    }

    .career_customer-instruction {
        padding: 0 15px;
    }
}