* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 10rem;
  padding: 5px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}



/* The expanding image container */
.container {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {

}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
.caption-box{
	font-size:0.8rem;
	margin:-0.8rem 0 1rem 0;
}
.warpper-main{
	width:100%;
	display:flex;
	
}
.content-img{width:80%;}
.content-description{width:20%;
padding:0 1rem;
font-size:1rem;}
.text-small{
	font-size:0.9rem;
}

.small-box{
	width:80%;
}
.make-center-cv{
	width:75%;
	margin:0 auto;
	margin-top:-7em;
}

.make-center{
	width:60%;
	margin:0 auto;
}