
/* =============== Adwords page =============== */
.adword-page-image {
    background-image: url("https://cdn2.hubspot.net/hubfs/3417639/WebsiteMigrationImages/Images/home-img2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.adwords-table-wrapper{
    padding-top: 200px;
    text-align: center;
    position:relative;
}

.adwords-intro p {
    color: #fff
}

.adwords-scroll-down {
    position: absolute;
    bottom: 100px;
    color: #fff;
    right: 0;
}

.custom-banner a.start-saving.adwords-start-saving {
        padding: 2px 6px 0;
        display: inline-block !important;
        margin-top: 20px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #3dc1c7;
        font-size: 20px;
        width: 100%;
        max-width: 125px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.2s ease-in-out 0s;
        border-radius: 3px;
    }
    .custom-banner a.start-saving:hover{
        background: #f86f8a;
        color: #fff;
    }


@media (max-width: 767px) {

    .adwords-intro {
        padding: 30px;
        background: rgba(255,255,255,0.8);
        margin: 20px !important;
        margin-bottom: 70px !important;
    }
    
    .adwords-intro p {
        color: #212336 !important;
    }
    
    .adwords-scroll-down {
        bottom: 50px;
        padding: 30px;
       
    }
    
    .adwords-scroll-down h3 {
        font-size: 22px;
    }
}  

@media (max-width: 425px) {
    .adwords-scroll-down {
        bottom: 30px;
        padding: 20px;
    }
    
    .adwords-scroll-down h3 {
        font-size: 18px;
    }
}

@media (min-width: 768px){
    .adwords-header {
        margin-top: 50px;
    }
    
    .custom-banner a.start-saving.adwords-start-saving.visible-phone {
        display: none !important;
    }
    
}

