.main-product-card{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inside-main-product-card {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.inner-main-product-card{
    height: 100%;
    width: 50%;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.impc2 {
    background-color: #fff;
    flex-direction: column;
    padding: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.impc1{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background-color: #d9d9d9;
    z-index: 1;
}

.impc2 h1{
    font-size: 42px;
    font-weight: 600;
    color: #2b2b2b;
}

.impc2 p {
    color: #bebebe;
    font-size: 14px;
    padding-left: 0.25rem;
}

.impc2 h2{
    color: #434343;
    font-size: 22px;
    font-weight: 600;
    margin-top: 2rem;
    padding-left: 0.25rem;
    margin-bottom: 1rem;
}

p.kp {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4rem;
    margin-bottom: 1rem;
}

.dkl h2 {
    color: #434343;
    font-size: 28px;
    font-weight: 600;
    margin-top: 2rem;
    padding-left: 0;
    margin-bottom: 1rem;
    text-align: center;
    width: max-content;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0.8rem;
}

.dkl{
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px){
    .impc2 h1 {
    font-size: 36px;
    }

    .impc2 h2 {
    font-size: 22px;
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}

p.kp {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35rem;
    margin-bottom: 0.5rem;
}

.impc2 {
    padding-bottom: 1rem;
}

}

@media screen and (max-width: 767px){
    .inside-main-product-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.inner-main-product-card {
    width: 100%;
}


}

