.main-header {
    padding-bottom: 1px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.15);
}

.main-content {
    margin-top: 50px;;
}

img {
    max-width: 100%;
    height: auto;
}

.slick-prev::before, .slick-next::before { 
    color: #000;
}

.whatsapp-wrapper {
    line-height: 30px;
}
.whatsapp-wrapper svg {
    fill: white;
    vertical-align: top;
}
.whatsapp-wrapper a {
    display: block;
}
.whatsapp-logo {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    color: white;
    background:#56C64C;
    line-height: 1;
    vertical-align: top;
}
.whatsapp-wrapper a,
.whatsapp-wrapper a:link,
.whatsapp-wrapper a:visited {
    color:#56C64C;
    text-decoration: none;
}
.whatsapp-number {
    line-height: 30px;
    vertical-align: middle;
    height: 30px;
    display: inline-block;
}

@media only screen and (min-width:768px) {
    .whatsapp-wrapper {
        line-height: 50px;
    }
    .whatsapp-logo {
        line-height: 50px;
        height: 50px;
        width: 50px;
    }
    .whatsapp-number {
        font-size: 26px; 
        line-height: 50px;
        height: 50px;
    }
}