.column {
    padding:0;
    margin-bottom: 40px;
    position: relative;
}
.sanj,.sanj1{
	position: absolute;
	top:-60px;
	left: -60px;
	width: 120px;
	height: 120px;
	transform: rotate(45deg);
}
.left-content{
        min-height: 860px;
}
.sanj{
	background: #FD8C01;
}
.sanj1{
	background: #AEADAD;
}
.column:last-child{
	    margin-bottom: 150px;
}
.content .left{
	min-height: initial;
}
.column t{
	position: absolute;
	top: 18px;
	transform: rotate(-45deg);
	color: #FFFFFF;
}
.apply{
	width: 100%;
	border: 1px solid #BFBFBF;
	border-top: none;
	padding: 10px;
	padding-top:13px;
}
.apply:hover{
	border: 1px solid #FD8C01;
	border-top: none;
}
.apply div{
	width: 100%;
}
.apply div p{
	display: inline-block;
}
.apply div p:first-child{
	font-size: 20px;
	color: #5a5959;
}
.activityImg{
	width: 100%;
}
.apply div p:last-child{
	width: auto;
	    padding: 2px 5px;
	background:#FD8C01 ;
	height: auto;
	line-height:initial;
	float: right;
	color: #ffffff;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    margin-top: 4px;
}
.apply .text{
	margin-top: 11px;
}
@media screen and (max-width: 500px){
	.column {
	    margin-bottom: 30px;
	}
	.apply div p:first-child {
	    font-size: 16px;
	}
	.apply .text {
    margin-top: 5px;
        line-height: 1.3;
}
.sanj,.sanj1 {
    top: -70px;
    left: -50px;
    width: 100px;
    height: 100px;
    
}
.column t {
    top: 11px;
    font-size: 12px;
    left: -4px;
}
}
