.tf-vacation-hero .flat-img-with-text {
    gap: 10px;
}


.scroll-to-top {
    bottom: 60px;
}

.whatsapp-chat {
    position: fixed;
    left: 20px;
    bottom: 30px;
    /*width: 62px;
    height: 62px;*/
    color: #757d97;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 0px;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.whatsapp-chat img {
    width: 50%;
}