.btn_yell .tn-atom {
background:url(https://static.tildacdn.com/tild3033-3663-4465-b135-303239313230/bg.png) no-repeat center;
background-size:100% 100%;
border-radius:6px;
position:relative;
z-index:5;
}
.btn_yell:before {content: '';position: absolute;left: 0;top: 5px;width: 100%;height: 100%;background: #c7be41;z-index: 1;border-radius: 20px;box-shadow: 0px 20px 35px rgba(255,247,0,0.2);}
.btn_yell:hover:before {
    opacity: 0;
}

.btn_yell:hover .tn-atom {
    transform: translate(0px,5px);
}
.btn_yell .tn-atom, .btn_yell:before {
    -webkit-transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important;-o-transition:all .3s ease-in-out!important;-ms-transition:all .3s ease-in-out!important;

}

.round_bg .tn-atom{
border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
	box-shadow:0px 15px 30px rgba(85,57,47,0.3)
}
.round_bg2 .tn-atom{
border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
	box-shadow:0px 5px 30px rgba(85,57,47,0.1)
}
.btn_faq .tn-atom {text-align:left!important}
.faq_btn .tn-atom {
    text-align: left;
    padding: 0 50px 0 25px;
}

