.offerte-flex-container {
    background-color: #6F6F6F;
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.offerte_text p {
    color: #fff;
    text-align: center;
    margin-top: 5%;
    text-decoration: none;
}
.offerte_text p a {
    color: #d1d1d1!important; 
}
.offerte_text p a:hover {
    color: #e92e33!important; 
}

.offerte-flex-wrapper-1, .offerte-flex-wrapper-2 {
    font-family: 'proximanova', sans-serif;
    font-weight: 700;
    border: 2px solid #fff;
    background-color: #6F6F6F;
    width: 40%;
    height: 85px;
    display: -ms-grid;
    display: grid;
    margin-top: 1em;
}
.offerte-flex-wrapper-1 {
    margin-right: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}
.offerte-flex-wrapper-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.offerte_icon-left {
    background-image: url("phone-call.svg");
    width: 25%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #6F6F6F;
    display: block;
    margin: 0 auto;
    margin-top: -8%;
    padding-top: 48px;
}

.offerte_icon-right {
    background-image: url("letter.svg");
    width: 25%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #6F6F6F;
    display: block;
    margin: 0 auto;
    margin-top: -8%;
    padding-top: 48px;
}


@media (max-width: 480px) {
    .offerte-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 200px;
    }
    .offerte-flex-wrapper-1, .offerte-flex-wrapper-2 {
        width: 80%;
        height: 55px;
        margin: 0;
    }
    .offerte-flex-wrapper-1 {
        margin-bottom: 2.5em;
        margin-top: .8em;
    }
    .offerte_icon-left, .offerte_icon-right  {
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5);
        width: 35%;
        margin-top: -10%;
    }
    .offerte_text p {
        margin-top: 0;
    } 
}