.wcs_wrapper {
    max-width: 850px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    min-height: 500px;
    margin: 25px auto;
    background-color: #f8f8f8;
    padding: 25px 20px;
    box-sizing: content-box;
}

.wcs_logo {
    width: 273px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    /*margin-bottom: -90px;*/
    margin-bottom: -60px;    
    display: block;
}

.crt-label {
    display: inline-block;
    position: absolute;
    right: 138px;
    bottom: -35px;
}

.wcs_certificate_details {
    	padding: 75px 75px 10px;
	background: #fff;
	width: 630px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 0px 28px rgba(242,91,71,0.17);
	position: relative;
}

.wcs_wrapper p {
    margin: 0;
    padding: 10px;
    color: #6b6b6b;
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.wcs_detail_list {
    list-style: none outside;
    padding: 20px 30px 30px;
    margin: 0px;
    font-weight: bold;
    color: #363636;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 550px;
    margin: 0 auto;
}

.wcs_detail_list li {
    padding-bottom: 20px;
}

.wcs_detail_list .wcs_label {
    float: left;
    display: block;
    width: 220px;
}

.wcs_service_details {
    padding: 50px;
}

.wcs_service_details::after, .wcs_item_details::after {
    content: "";
    clear: both;
    display: table;
}

.wcs_item_img {
    float: left;
    width: 150px;
    /*height: 155px;*/
    padding-right: 35px;
    text-align: center;
}

.wcs_item_description {
    float: left;
    width: 560px;
}

.wcs_item_title {
    margin: 0px;
    padding: 0 0 10px;
    font-size: 20px;
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
}

.wcs_item_details {
    padding: 25px 0;
}

.wcs_item_details .wcs_item_content {
    text-align: justify;
    padding: 0;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.wcs_disclaimer {
    padding: 0 20px;
}

.wcs_disclaimer label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #363636;
    font-size: 12px;
}

.wcs_disclaimer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #363636;
    font-size: 10px;
    text-align: justify;
    padding: 10px 0;
}

.wcs_wrapper:after {
    content: "";
    clear: both;
    display: table;
}

.wcs_disclaimer .left-content{
	width: 70%;
	float: left;
}

.wcs_disclaimer .right-content{
    float: right;
    width: 25%;
    text-align: center;
    padding-top: 25px;
}

@media (min-width: 768px) and (max-width: 995px) {
	.wcs_wrapper {
	    max-width: 680px;
	}

	.wcs_certificate_details {
	    padding: 75px 15px 10px;
	}
	
	.wcs_item_description{
		max-width:380px;
	}
	.wcs_disclaimer .right-content{
		    width: 22%;
	}
}


@media (min-width: 320px) and (max-width: 767px) {
.wcs_wrapper{
	max-width: 80%;
}

.wcs_certificate_details {
    padding: 75px 20px 10px;
    max-width: 90%;
}

.wcs_detail_list {
    padding: 20px 10px 10px;
    width: 90%;
}

.wcs_detail_list .wcs_label {
    float: none;
    display: block;
    width: auto;
    text-align: center;
}

.wcs_value {
    float: none;
    display: block;
    text-align: center;
}

.wcs_service_details {
    padding: 50px 5% 5%;
}


.wcs_item_img {
    float: none;
    width: 100%;
    height: 155px;
    padding-right: 0;
    text-align: center;
    padding-bottom: 20px;
}

.wcs_item_description {
    float: none;
    width: 100%;
}
.wcs_item_title{
    text-align: center;
}

.crt-label{right:48px;}

}

@media (min-width: 320px) and (max-width: 480px) {



.wcs_wrapper {
    max-width: 90%;
    padding: 25px 10px;
}

.wcs_certificate_details {
    padding: 75px 10px 10px;
}

.wcs_logo{width:243px;}

}

@media (max-width: 700px) and (min-width: 320px){
.wcs_disclaimer .left-content{
	width:100%;
	float:none;
}
.wcs_disclaimer .right-content {
    float: none;
    text-align: center;
    padding-top: 25px;
    width:100%;
}
