body {
  min-width: none;
  /*min-height: nonepx;*/
  background-color: rgb(255, 255, 255);
  font: 400 12px/1.38 Helvetica;
  color: #787878;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-overflow-scrolling: touch;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes up {
    from {-webkit-transform: rotateZ(0deg);}
    to {-webkit-transform: rotateZ(180deg);}
}

@keyframes up {
    from {transform: rotateZ(0deg);}
    to {transform: rotateZ(180deg);}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes dn {
    from {-webkit-transform: rotateZ(180deg);}
    to {-webkit-transform: rotateZ(0deg);}
}

@keyframes dn {
    from {transform: rotateZ(180deg);}
    to {transform: rotateZ(0deg);}
}

.maincontainer {
  /*position: relative;*/
  width: 100%;
  min-width: none;
  height: auto;
  min-height: none;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

.prodtitlecontainer {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: #03a1d7;
}

.prodtexttitle {
  margin: 0 auto;
  padding: 20px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.prodcontainer {
  max-width: 655px; 
  margin: 0 auto;
}

.prodholder {
    /*flex-direction: row;*/
    max-width: 98%;
    margin: 20px auto;
    padding: 15px 0;
    border: 2px solid #000;
    border-radius: 5px;
    /*display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;*/
    /*align-items: center;*/
    /*align-content: space-around;*/
}

.titlestyle {
    margin: 0 20px;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.7em;
    text-align: center;
    font-weight: 800;
    letter-spacing: 5px;
    color: #ffffff;
    /*background-color: #BCC9C0;*/
    /*background-color: #747D77;*/
    /*background-color: #003399;*/
    background-color: rgb(3, 118, 164);
}

.prodiconholderleft {
    margin: auto;
    order: 1;
}

.prodiconholderright {
    margin: auto;
    order: 2;
}

.prodicon {
    width:100px;
    height: 100px;
    border-radius: 5px;
}

.prodtextright, .prodtextleft {
    width: 75%;
    /*height: 100px;
    border: 1px solid black;
    background-color: green;*/
    margin: auto;
    padding: 10px 0;
    font-style: italic;
    font-family: 'Magra', sans-serif;
    font-size: 1.5em;
    letter-spacing: .5px;
    color: #000000;
}

.prodtextright {
    text-align: left;
    order: 2;
}

.prodtextleft {
    text-align: right;
    order: 1;
}

.prodtextright p {
    padding: 3px;
}

.container_base {
  width: 70%;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: pink;
}

.textbase1 {
  padding: 8px 10px;
  border: 2.5px solid rgba(0,0,0,.4);
  border-radius: 3px;
  font-family: 'Baloo Paaji', cursive;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: rgba(0,0,0,.65);
}

.textbase2 {
  margin-top: 15px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
  color: #787878; 
}

/*
@media(max-width: 499px) {
    
    .prodholder {
        flex-direction: column;
    }
    
    .prodiconholderright {
        margin: auto;
        order: 1;
    }
    
    .prodtextleft {
        margin: 10px auto 0;
        text-align: center;
        order: 2;
    }
    
    .prodtextright {
        margin: 10px auto 0;
        text-align: center;
    }
    
    
}
*/













