.moduletable-aacc{
	width: 100%;
  	position:relative;
	margin-left: 0px;
}
.moduletable-aacc .aacc-left-img {
  width: 40%;
}

.moduletable-aacc .aacc-left-img img{
    width:170px;
  	height:170px;
}
.moduletable-aacc .aacc-container .row{
  margin-bottom:35px
}
.moduletable-aacc .aacc-right-info{
	width: 60%;
  padding-top:25px;
}
.moduletable-aacc .aacc-right-info .aacc-title{
  font-size:20px;
  text-transform: uppercase;
}
.moduletable-aacc .aacc-right-info .aacc-title a{
  color:#000;
}
.moduletable-aacc .aacc-right-info .aacc-title a:hover{
  text-decoration:none;
}
.moduletable-aacc .aacc-header	{
	position: relative;
}
@media (min-width: 1000px) and (max-width: 1199px){
	.moduletable-aacc .aacc-left-img img{
		width: 100%;
	}
	.moduletable-aacc .aacc-left-img{
	    width:141px;
	  	height:141px;
	  	overflow: hidden;
	  	padding:15px;
	}
}
@media (min-width: 980px) and (max-width: 999px){
	.moduletable-aacc .aacc-left-img img{
		width: 100%;
	}
	.moduletable-aacc .aacc-left-img{
	    width:141px;
	  	height:141px;
	  	overflow: hidden;
	  	padding:15px;
	}
	.moduletable-aacc .aacc-right-info {
	    padding-top: 0px;
	    width: 50%;
	}
	.moduletable-aacc .aacc-right-info .aacc-title{
		font-size: 18px;
	    font-weight: 600;
	    margin-top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	.moduletable-aacc .aacc-left-img img{
	    width:85px;
	  	height:85px;
	}
	.moduletable-aacc .aacc-right-info {
	    padding-top: 0px;
	}
	.moduletable-aacc .aacc-right-info .aacc-title{
		font-size: 18px;
	    font-weight: 600;
	}
}
@media (min-width: 768px){
	.-aacc{
	    margin-left: 6.333333%;
	}
	.moduletable-aacc .aacc-header h6{
	    transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    position: absolute;
	    width: 315px;
	    left: -170px;
	    right: 0;
	    text-align: right;
	    top: 140px;
	    font-weight: bold;
	    letter-spacing: 10px;
	    z-index: 1;
	}
}
@media (max-width: 767px){
	.moduletable-aacc .aacc-left-img {
	    width: 140px;
	    height: 140px;
	    padding:0;
	    overflow: hidden;
	}
	.moduletable-aacc .aacc-right-info {
		width: 60%;
	}
	.moduletable-aacc .aacc-left-img img{
		width: 140px;
	    height: 140px;
	}
	.moduletable-aacc .aacc-header h6{
	    font-weight: bold;
    	letter-spacing: 10px;
	}
}
@media (max-width: 320px){
	.moduletable-aacc .aacc-left-img {
	    width: 100px;
	    height: 100px;
	    padding:0;
	    overflow: hidden;
	}
	.moduletable-aacc .aacc-right-info {
		width: 60%;
		padding-top: 0;
	}
	.moduletable-aacc .aacc-left-img img{
		width: 100px;
	    height: 100px;
	}
}