.top-selection{
    margin: 100px auto;
}

.ts-job-insertion a{
	align-items: stretch;
	margin-bottom: 3rem;
	background: #1775FC;
	border: 3px solid #1775FC;   
}

.ts-job-insertion a:hover{
    box-shadow: 0 10px 30px rgb(0, 48, 117, 0.3);
}

.ts-job-logo{
    width: 230px;
    background-position: center;
    background-size: cover;
}

.ts-job-logo a{
    display: block;
    width: 100%;
    padding-top: 100%;
}

.ts-job-content{
    width: calc(100% - 230px);
    padding: 2rem 4rem;
    position: relative;
}

.ts-job-content h2{
    color: #fff;
    font-size: 24px;
}

.ts-job-content h3{
    color: #fff;
    font-size: 20px;
}

.ts-job-content a{
    color: #fff;
}

.ts-job-content p{
    color: #fff;
    margin: 10px 0;
}

.ts-job-content .italic{
    font-weight: bold;
    font-style: italic;
}

.ts-job-content .top-selection-badge:after{
    border-width: 3px;
    border-radius: 0;
    position: absolute;
    top: -3px;
    right: -3px;
    padding: 4px 10px;
    background: #fff;
}

.top-selection .clmn-12{
    text-align: center;
}