.stry-cmn-hd {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
}

.row-disk-full {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
}
.row-disk-full .col-size-width {
    width: 24%;
    height: 235px;
    padding: 20px;
}
p.stry-cmn-tx.lumiara-second-para {
    max-width: 800px;
    float: none;
    margin: 10px auto 30px;
}

p.result-milli {
    font-size: 22px;
    font-weight: 700;
}

p.stry-cmn-hd.neading-styles {
    font-size: 34px;
    padding-bottom: 20px;
}

.row-girls-group {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.col-hlf-lrft {
    width: 49%;
    text-align: left;
}
.col-half-g {
    width: 49%;
}
.pad-btm {
    padding-bottom: 40px;
}

img.stry-s3-img-new {
    max-width: 100%;
    width: 100%;
}

p.heard-horror {
    font-size: 18px;
    line-height: 26px;
    margin-top: 18px;
}
p.heading-enrgy {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 25px;
}

@media(max-width:767px){
.row-disk-full {
    flex-direction: column;
}
.row-disk-full .col-size-width {
    width: 100%;
        height: auto;
    padding: 20px;
}
.row-girls-group {
    flex-direction: column-reverse;
}
.row-girls-group.pad-btm {
    flex-direction: column;
}
.col-half-g {
    width: 100%;
}
.col-hlf-lrft {
    width: 100%;
    text-align: left;
}
.stry-cmn-hd {
    padding-top: 5px;
}
}