.container1 {
    border-top: 1px dashed #C598A1;
    border-bottom: 1px dashed #C598A1;  
    background: #FFF;
    position: relative;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    gap: 6px;
    padding: 60px 100px;
    margin-top: 40px;
}

.container2 {
    border-top: 1px dashed #C598A1;
    border-bottom: 1px dashed #C598A1;  
    background: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 60px 100px;
    margin-top: 40px;
}

.p2 {
    color: #1E1E1E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 50%;
}

.header {
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

@media (max-width:768px) {
    .container1 {
        border-top: 1px dashed #C598A1;
        border-bottom: 1px dashed #C598A1;  
        background: #FFF;
        position: relative;
        gap: 6px;
        padding: 60px 10px;
        margin-top: 40px;
    }

    .container2 {
        border-top: 1px dashed #C598A1;
        border-bottom: 1px dashed #C598A1;  
        background: #FFF;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding: 60px 10px;
        margin-top: 40px;
    }

    .p2 {
        width: 100%;
    }

}
