<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.card {
    background-color: #000;
    color: #fff;
    width: 100%;
       border-radius: 0%;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
    /* text-align: center; */
}


.card-br{
    border-right:0.1px solid white
}

.card img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 20px;
    height:250px;
}

.card h3 {
    margin: 10px 0;
    font-size: 1.2em;
    color: white;
}

.card p {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 0;
    color: white;
}

.spc-top {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 15px;
}

.spc-pack-hs {
    font-size: 45px;
    font-weight: 800;
    font-family: 'poppins';
}

.spc-pack-hd {
    font-size: 40px;
    padding-top: 70px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'poppins';
}


.spc-pack-ht {
    font-size: 45px;
    margin-top: 50px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'poppins';
}

.spc-des-top {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    font-family: 'poppins';
}

.spc-des {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    font-family: 'poppins';
}


.req {
    color: #ff718a;
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 5px;
    text-decoration: overline;
}
.hdrParacraph p{
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    font-family: 'poppins'
}

@media  (max-width:765px) {

.h2, h2 {
font-size: 2rem;
}

.spc-pack-hd, .spc-pack-ht{
font-size: 2rem;
}
}</pre></body></html>