.header {
    display: flex;
}

.lineOn {
    width: 96%;
}

.headerRow {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15pc;
    box-shadow: 1px 1px 1px -1px;
    padding-left: 15pc;
    margin-bottom: 35px;
}

.firstBox {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.iconArea {
    margin-top: 1px;
}

img.img_with {
    width: 100px;
    padding: 7px;
}

.mainBox {
    width: 50%;
    margin: 0 auto;
    background-color: #367df3;
    border-radius: 5px;

}
.last_img_box {
  display: flex;
  margin-top: 35px;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
}


p.price {
    text-align: end;
    margin-top: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    color: white;
}

p.pric {

    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: white;
}

.w_50 {
    width: 50%;
}

.flexBox_on {
    display: flex;
    border-bottom-style: dashed;
    border-color: white;
}
.last_text {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 15px;
    color: white;
}
.flex-box {
    display: flex;
}

p.mainText {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.lastImg {
    display: flex;
    justify-content: space-around;
    padding-bottom: 5px;
}

img.w-Last.img-responsive {
    width: 200px;
}


@media only screen and (max-width: 480px) {
    h3.lineOn {
        width: 87%;
        padding-left: 15px;
    }

    .Icon {
        margin-left: 5px;
    }

    p.price {
        text-align: end;
        margin-top: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        color: white;
    }

    p.pric {

        margin-top: 10px;
        padding-left: 10px;
        margin-bottom: 10px;
        color: white;
    }
    .last_text {
        text-align: center;
        margin-top: 15px;
        font-size: 15px;
        margin-bottom: 15px;
        color: white;
    }


    .headerRow {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 0pc;
        box-shadow: 1px 1px 1px -1px;
        padding-left: 0pc;
    }

    .mainBox {
        width: 85%;
        margin: 0 auto;
    }
    .lastImg {
        display: flex;
        justify-content: space-around;
        padding-bottom: 25px;
    }
    
}

@media only screen and (min-width: 768px) {
    .headerRow {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 4pc;
        box-shadow: 1px 1px 1px -1px;
        padding-left: 2pc;
    }

    .mainBox {
        width: 75%;
        margin: 0 auto;
    }
    .lastImg {
        display: flex;
        justify-content: space-around;
        padding-bottom: 25px;
    }
}