.job-info {
    width: 100%;
    text-align: center;
}

.apply-btn {
    background-color: #f7941d !important;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px !important;
    border: none;
    border-radius: 5px !important;
    cursor: pointer;
    width: 100%;
}

.apply-btn:hover {
    background-color: #e48310;
}

.job-details {
    background: #f7f9fc;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}

.job-details p {
    margin: 8px 0;
}

.job-details strong {
    font-weight: bold;
}
@media(max-width:849px) {
	.large-70{
		order:2;
	}
	.large-30{
		order:1;
	}
}