.developer-detail-wrapper .developer-full-img {
    position: relative;
    min-height: 262px;
    background-color: #fff;
    border: 1px solid rgba(131, 131, 131, .2);
    border-radius: 2px;
    overflow: hidden;
}
.developer-detail-wrapper .developer-full-img>img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 20px;
}
.developer-detail-wrapper .right .developer-name {
   
    font-size: 30px;
    font-weight: 500;
    color: #30333a;
    line-height: 1;
    margin-bottom: 10px;
}
.developer-detail-wrapper .right .developer-full-name {
    font-size: 16px;
    color: #444c59;
    line-height: 1.5;
    margin-bottom: 20px;
}
.developer-info {
    width: 100%;
    margin: 0 auto;
}
.developer-detail-wrapper .right .developer-info td {
    padding: 0 0 15px;
    font-size: 14px;
	border-bottom: unset;
}
.developer-detail-wrapper .right .developer-info .light {
    color: rgba(68, 76, 89, .76);
    width: 80px;
}
.developer-detail-wrapper .right .developer-info .bold {
    font-weight: 600;
    color: #444c59;
}
.developer-heading {
    display: block;
   
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #30333a;
    margin-bottom: 30px;
}
.term-description p{
	margin-bottom: 6px;
}

@media only screen and (max-width:480px){
	.developer-detail-wrapper .left {
    
    margin: 0 0 30px 0;
}
	.developer-detail-wrapper .developer-full-img {
    max-width: 223px;
    max-height: 100%;
    min-height: 223px;
    margin: auto;
}
	.developer-detail-wrapper .right .developer-name {
    text-align: center;
    font-size: 20px;
}
	.developer-detail-wrapper .right .developer-full-name {
    text-align: center;
    font-size: 14px;
}
}