﻿
                    .job-offers-tile {
	width: 100%;
	position: relative;
}
.job-offers-text{
    width: calc(100% - 30px);
    position: absolute;
    background: rgba(240,240,240,0.9);
    color: #3b647c;
    font-size: 2.5em;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    bottom: 20px;
	display: block;
}

 @media (max-width: 426px) { 
 .job-offers-text { 
    width: calc(100% - 30px);
    position: absolute;
    background: rgba(240,240,240,0.9);
    color: #3b647c;
    font-size: 1.5em;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    bottom: 20px;
    display: block;
}
.job-offers-text:after{
	content: "";
	width: 20%;
	position: absolute;
	text-align: center;
	margin: 0 40%;
	top:0px;
	height: 10px;
	background-color: #3b647c;
	display: block;
}
.job-offers-p{
	line-height: 1.5em;
	font-size: 1.5em;
	padding: 10px 30px;
	position: relative;
	display: block;
	width: 100%;
	float: left;
}
.job-offers-p a {
	color: #25b6bb;
}
                