.services-wrapper {
    display: flex;
    display: -webkit-flex; 
    flex-wrap: wrap;    
    -webkit-flex-wrap: wrap; 
}

.service-holder {
    padding: 36px;
    background-color: #C5E5FF;
    width: 47%;
	height: 380px;
    margin-right: 6%;
    margin-bottom: 6%;
}

.service-holder img {
    width: 80px;
    margin-bottom: 30px;
}

.service-title {
    font-size: 28px;
    line-height: 38px;
    color: #05215C;
    font-weight: 700;
}

.service-text {
    font-size: 15px;
    line-height: 25px;
}

.button-group-wrapper {
    margin-top: 50px;
}

.button-group-wrapper > a {
    margin-right: 1vw;
}

.button-group-wrapper > a:last-of-type {
    margin-right: 0;
}





a.button {
    display: inline-block;
    color: #1559A4;
    border: 2px solid #1559A4;
    text-align: center;
    padding: 12px 38px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 50px;
    transition: all .5s linear;
	background-color: #DEDEDE;
}

a.button:active {
    position: relative;
    top: 1px; 
}

a.button:hover {
    color: white;
    background-color: #1559A4;
	color: #ffffff;
}




/* Récursivité */
@media screen and (max-width: 1360px) {
	
	.service-holder {
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
	
}

@media screen and (max-width: 1300px) {
	
	.service-holder img {
        margin-bottom: 0;
    }
	
}

@media screen and (max-width: 767px) {
	
	.services-wrapper > div:last-of-type {
        margin-bottom: 0 !important;
    }
	
}

@media screen and (max-width: 650px) {     
	
	.service-holder {       
        margin-bottom: 30px !important;
        width: 100%;
        margin-right: 0;
    } 
}