.status-next{
    background-image: none;
    background-color: #4CAF50;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    margin-bottom: 0;
    padding: 6px 15px;
    position: absolute;
 }
 .status-next-course {
    background-image: none;
    background-color: #4CAF50;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    display: block;
    padding: 6px 15px;
    position: inherit;
}
 
 .status-open{
     background-image: none;
     background-color: #17204D;
     color: #ffffff;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     left: 0;
     margin-bottom: 0;
     padding: 6px 15px;
     position: absolute;
 }

 .status-open-course {
    background-image: none;
    background-color: #17204D;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    display: block;
    padding: 6px 15px;
    position: inherit;
}
 
 .status-init{
     background-image: none;
     background-color: #FF5722;
     color: #ffffff;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     left: 0;
     margin-bottom: 0;
     padding: 6px 15px;
     position: absolute;
 }
 
 .status-init-course {
    background-image: none;
    background-color: #FF5722;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    display: block;
    padding: 6px 15px;
    position: inherit;
}

 .status-final{
     background-image: none;
     background-color: #A20404;
     color: #ffffff;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     left: 0;
     margin-bottom: 0;
     padding: 6px 15px;
     position: absolute;
 }

 .status-final-course {
    background-image: none;
    background-color: #A20404;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    display: block;
    padding: 6px 15px;
    position: inherit;
}

 .team-newclassic-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease .35s;
}

.team-newclassic-img + * {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.team-newclassic-img + * {
		margin-top: 40px;
	}
}