.Product { text-decoration: underline; font-weight: 600; }
.sub_title {font-size: 35px;
    color: #065CE1;
    line-height: 40px;
    font-family: 'CalibriBold';
    font-weight: normal;
    margin-bottom: 25px;}
p
{
  font-size: 20px;
  font-family:Calibri,Cambria,Arial,sans-serif;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
}
.p-4 {padding: 5.5rem 1.5rem 1.5rem 1.5rem!important ;}
.inner h2
{
  font-size:48px;
  color:#06cbe2;
  line-height:40px;
  font-family:'CalibriBold';
  font-weight:normal;
  margin-bottom:25px;
}

.product-image
{
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.inner h3
{
  font-size:35px;
  color:#065CE1;
  line-height:40px;
  font-family:'CalibriBold';
  font-weight:normal;
  margin-bottom:25px
} 
/*only screen or all*/
@media only screen  and (max-width: 768px)
{
    p
     {
      font-size: 17px;
      line-height: 25px;
     }

    .inner h2
     {
      font-size: 24px;
      line-height: 30px;
     }

    .product-image
     {
      width: 30%;
      height: 30%;
     }

    .inner h3
     {
      font-size: 20px;
      line-height: 27px;
     }
}

			
