<style>
* {
  box-sizing: border-box;
}

.columnz {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

.rowz {margin: 0 -5px;}

/* Clear floats after the columnzs */
.rowz:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .columnz {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.cardz {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
  background-color: white;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: none;
  text-align: left;
}
tr:nth-child(2) td {
    padding-top: -50px;
}
tr:nth-child(3) td {
    padding-top: 0;
}
tr:nth-child(4) td {
    padding-top: 0;
}
.image{
	width : 100%;
	height : 250px;
}
.caption{
	font-size : 25px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 800;
}
.caption2{
	font-size : 10px;
	vertical-align : bottom;
}
.caption3{
	font-size : 30px;
	vertical-align : bottom;
}
.caption4{
	font-size :10px;
	font-weight : 1000;
}
.caption6{
		font-size : 13px;
		font-weight : 200;
	}
.caption5{
	font-size :13px;
}
.rectangle{
	height : 40px;
	width : 80px;
	background-color : white;
	border-radius : 10px;
}
@media screen and (max-width: 600px){
	.caption6{
		font-size : 10px;
	}
	.caption3{
		font-size : 25px;
	}
	.caption{
		font-size :  12px;
	}
}

.containerz {
  position: relative;
  text-align: center;
  color: white;
}
.top-rightz {
  position: absolute;
  top: -10px;
  left: -10px;
}
.bottom-rightz {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.shapez{
  text-align:center;
  background:
    linear-gradient(65deg , transparent 50%,rgba(3,78,136,0.7) 50%) left no-repeat, 
    linear-gradient(0deg , rgba(3,78,136,0.7),rgba(3,78,136,0.7)) 30px 0 no-repeat;
  
  background-size:30px 100%, 100% 100%;
  width:100px;
  height:30px;
  line-height:30px;
  padding:0 10px;
  color:white;
  position:relative;
  margin:10px auto;
}
</style>