.suivez_nous {
    text-align: center;
    padding: 80px 0;
    background: #F8F8F8;
}

.suivez_nous .heading {
    margin: 25px 0;
}

.suivez_nous .heading h2 {
    font-size: 35px;
    color: #ABB2C4;
    margin-bottom: 10px;
    font-weight: bold;
}

.suivez_nous .heading h2 span {
    color: #224B9D;
}

.suivez_nous .heading p {
    font-family: Arial, Helvetica, sans-serif;
    color: #5E5E5E;
    line-height: 2;
    font-size: 18px;
}

.suivez_nous .newslettre input {
    width: 100%;
    height: 70px;
    border-radius: 50px;
    padding: 0 25px;
    border: none;
    outline: none;
    box-shadow: 0px 13px 30px -20px rgba(0, 0, 0, 1);
}

.suivez_nous .newslettre button {
    position: relative;
    right: 5px;
    margin: auto;
    top: -67px;
    border: none;
    border-radius: 50px;
    padding: 18px 0;
    width: 160px;
    float: right;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to bottom, #224B9D, #11264F);
    font-size: 18px;
}

.suivez_nous .newslettre button img {
    margin-left: 10px;
    max-width: 15%;
}

.suivez_nous .social_icon {
    margin-bottom: 25px;
}

.suivez_nous .social_icon img {
    margin: 20px 10px;
    width: 70px;
}