n2-embed-block .row  {

               background: initial;
    		   height: auto;

}
.btn-1{
    transition: 400ms;
}

.btn-1:hover{
    background-color: #006169 !important;
    border-bottom: 4px solid #20B1BE !important;
    border-radius: 4px;
    border-right: 3px solid #20B1BE !important;
    color: #fff !important;
    transition: 400ms;
}