/* this is updtes */
.ad_section_container {
    width: 100%;
    height: auto;
     
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 2px 2px 3px 3px rgba(220,220,220,.4);
}

.image_section {
    margin-top: auto;
    margin-bottom: auto;
   /* width: 22%; */
    width: 200px;  
    height: 80px; 
    /*height: 100px;*/
}

.ad_image{
    padding-bottom: 11px;
    width: 180px;  
    height: 100px;
}

.ad_copy_section {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    width: 60%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid #e7e7e7;
    border-left: 2px solid #e7e7e7;
}

.ad_section_container .ad_copy_section p {
    line-height: 1 !important;
    font-size: 14px;
}

.click_here_section {
    width: 18%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3%;
}

.ad_section_container .click_here_section button {
    font-size: 18px;
    color: white;
    border-radius: 0px;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
}

@media screen and (max-width: 820px) {
    .ad_section_container {
        display: block;
        width: 100%;
    }
    .image_section {
        width: 100%;
        display: block;
        clear: both;
        padding-left: 74px;
        margin-bottom: 29px;
    }
    .ad_copy_section {
        width:100%;
        display: block;
        clear: both;
    }
    .click_here_section {
        width: 120px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto; 
        margin-right: auto;
        padding: 16px 0px; 
    }
    .ad_copy_section {
        border-right: none; 
        border-left: none; 
    }
    
    .ad_section_container .click_here_section button {
        font-size: 16px;
    }
} 
