.frame-hero {
    display: flex;
    width: 100%;
    height: 368px;
    padding: 50px 120px;
    margin-top: 80px;
}

.card-contact {
    /* display: flex; */
    height: 725px;
    flex-direction: column;
    background-color: #fff;

    padding: 40px;
    justify-content: center;
    align-items: stretch;
    /* Menyesuaikan tinggi card-contact dengan konten di dalamnya */
    gap: 40px;
    border-radius: var(--Space-space-20, 20px);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 100px;

    background-image: url('https://dev.kazee.id/public/Solution/aboutus/asset/Background (5).svg');
    background-repeat: no-repeat;
    background-position: center;
}


.text1 {
    color: var(----Dark-900, #3C476C);
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 48px */
}

.text2 {
    color: var(----Base-700, #525252);

    /* 16px/regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 23.2px */
}

.card-contact2 {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: var(--Space-space-10, 10px);
    background: var(----Dark-50, #F0F5FA);
}

.text3 {
    color: var(----Dark-900, #3C476C);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 23.4px */
    text-transform: capitalize;
    width: 500px
}

.psource {
    color: var(----Dark-900, #3C476C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;

}

.card-form {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-20, 20px);
    flex: 1 0 0;
    border-radius: var(--Space-space-10, 10px);
    border: 1px solid var(----Base-100, #F5F5F5);
    background: var(--Netral-White, #FFF);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.btn-form {
    display: flex;
    width: 200px;
    min-width: 47px;
    min-height: 47px;
    padding: var(--Space-space-12, 12px) var(--Space-space-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--Space-space-8, 8px);
    border-radius: var(--Radius-rad-8, 8px);
    background: var(--Brand-Primary-500, #ec474d);

    color: var(--Brand-Primary-50, #FEF2F2);
    text-align: center;
    border: none;

    /* 16px/medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 23.2px */
    margin-top: 20px;
}

.row-form {
    margin-bottom: 15px;
}

.card-section {
    display: flex;
    width: 100%;
    /* height: 368px; */
    padding: 50px 120px;
    margin-top: -300px;

}

.btn-form:hover {
    background-color: #d9292f;
}
