section.whatsapp {
    background-color: #393f41;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0, #202a2a), color-stop(.814, #4b4e50), color-stop(1, #4b4e50));
    background-image: -webkit-linear-gradient(left, #202a2a 0, #4b4e50 81.4%, #4b4e50 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#202a2a), color-stop(81.4%, #4b4e50), to(#4b4e50));
    background-image: -o-linear-gradient(left, #202a2a 0, #4b4e50 81.4%, #4b4e50 100%);
    background-image: linear-gradient(to right, #202a2a 0, #4b4e50 81.4%, #4b4e50 100%);
    background-image: -ms-linear-gradient(left, #202a2a 0, #4b4e50 81.4%, #4b4e50 100%);
    border: 0;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .18);
  font-family: 'Gilroy';
}
.whatsapp .container{
    position: relative;
    width: 100%;
    padding-top: 29px;
    padding-left: 0;
    position: relative;
    padding-bottom: 25px;
}

.whatsapp .check {
    display: inline-block;
    max-width: 37%
}
    .whatsapp .check .icon{
        margin-left: -13px;
        position: relative;
        left: -7px;
    }

.whatsapp .items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.whatsapp .header {
    color: #fdaf00;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    line-height: .9
}

.whatsapp .text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 59px;
    margin-top: 11px;
}

.whatsapp .white {
    width: 90%;
    background-color: #f7f7f7;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 25px 33px 22px;
    color: #242424;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 49px;
    letter-spacing: -0.15px;
}
    .whatsapp .white a{
        color: #0fb445;
        font-weight: bold;
    }
    .whatsapp .white i{
        font-style: normal;
        font-weight: 800;
        border-bottom: 2px dashed;
    }
    .whatsapp .white a:hover i,
    .whatsapp .white a:active i,
    .whatsapp .white a:focus i{
        border-bottom-color: transparent;
    }
.whatsapp .logo {
    width: 38px;
    vertical-align: middle;
    margin-bottom: 5px
}

.whatsapp .phone-wrapper {
    padding-top: 28px;
    width: 75%;
    letter-spacing: -1px;
    text-align: left;
    padding-left: 61px;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 50px;
    line-height: 1.2
}

.whatsapp .phone {
    text-decoration: none;
    color: #fdaf00;
    font-weight: 700;
    white-space: nowrap
}

.whatsapp .iphone {
    position: absolute;
    bottom: 0;
    right: 20px
}

@media only screen and (min-width:1201px){
    .whatsapp .iphone{
        right: -111px; 
    }

    .whatsapp .white {
        -webkit-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
    }
    .whatsapp .check {
        max-width: 33.5%;
        padding-right: 5px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1200px){
    .whatsapp .white {
        width: 78%;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px){
    .whatsapp .iphone{
        right: -92px
    }
    .whatsapp .header{
        font-size: 1.1em
    }
}

@media only screen and (max-width:767px){
    .whatsapp .container{
        padding-top: 35px
    }
    .whatsapp .white{
        padding: 15px 34px;
        width: 99%;
        line-height: 1.3;
        font-size: 21px;
        border-radius: 40px;
        margin-bottom: 23px
    }
        .whatsapp .white a{
            display: inline-block;
            margin-bottom: -3px;
        }
    .whatsapp .iphone{
        right: -135px
    }
    .whatsapp .check{
        max-width: 80%
    }
    .whatsapp .items{
        display: block;
        position: relative;
        padding-left: 52px
    }
        .whatsapp .check .icon{
            position: absolute;
            left: 0;
            top:  0;
        }
        .whatsapp .check img{
            width: 46px
        }
        .whatsapp .text{
            padding-left: 52px
        }
    .whatsapp .phone-wrapper{
        padding: 10px 0 20px;
        text-align: center;
    }
}
@media only screen and (max-width:575px){
    .whatsapp .iphone{
        width: 232px;
    }
}
@media only screen and (max-width:400px){
    .whatsapp .container{
        padding: 35px 10px;
    }
    .whatsapp .iphone{
        display: none;
    }
    .whatsapp .white{
        width: 100%;
        margin-left: 0
    }
    .whatsapp .check{
        width: 100%
    }
    .whatsapp .phone-wrapper{
        width: 100%
    }
}