  .kriti-box{
	width: 100%;
    height: 440px;
    margin-top:10px;
	margin-bottom:10px;
	background-color: #716462;
	overflow:hidden;
	padding:10px;
	
}
@media only screen and (max-width: 768px)  {
          .kriti-box{
	width: 100%;
    height: auto;
	
}
      }
      
      @media only screen and (max-width: 768px)  {
          .kriti-box p{
display:none;
	
}
      }
.kriti-pic{
width:175px;
height:auto;
padding:5px;
float:left;

border-radius:50%;
}
@media only screen and (max-width: 768px)  {
          .kriti-pic{
	width:175px;
	height:auto;
	margin-left:25px;
}
      }

.kriti-textbox{
	width:75%;
	height:auto;
	float:right;
}

@media only screen and (max-width: 768px)  {
          .kriti-textbox{
	width:100%;
	height:auto;
}
      }
.kriti-title{
	width:100%;
	height:25px;
	padding:5px;
	float:left;
	text-align:center;
	font-size:22px;
	font-weight:700;
}

@media only screen and (max-width: 768px)  {
          .kriti-title{
	width:100%;
	height:auto;
	font-size:14px !important;
}
      }


.kriti-designation{
	width:100%;
	height:25px;
	margin:15px 10px;
	float:left;
text-align:center;
	font-size:18px;
	font-weight:700;	
}


@media only screen and (max-width: 768px)  {
          .kriti-designation{
	width:100%;
	height:auto;
	margin:3px 3px;
	float:left;
text-align:center;
	font-size:12px;
	font-weight:500;	
}
      }

.kriti-details{
	width:100%;
	height:auto;
	padding:10px;
	float:left;
	text-align:justify;
	margin-top:10px;
	margin-left:10;
	
}

@media only screen and (max-width: 768px)  {
          .kriti-details {
	width:100%;
	height:auto;
	margin:3px 3px;
	float:left;
text-align:justify;
	font-size:12px;
	font-weight:500;	
}
      }


.dbutton5 {
    padding: 12px 38px;
    background-color: #fa4620;
    border-radius: 4px;
    width: auto;
    float: left;
    color:#fff;
    margin-top: 15px;
}

@media only screen and (max-width: 768px)  {
          .dbutton5 {
    padding: 5px 55px;
    background-color: #fa4620;
    border-radius: 4px;
    width: auto;
    float: left;
    color:#fff;
    margin-top: 8px;
    margin-left: 0px;
}
      }
.dbutton5:hover {
    background-color: #000;
	color:#fff;
    
}
	