/**TEMPLATES PAGE**/

.templates-terms{
    border-radius: 5px;
    background-color: #e6efff;
}
.download-btn .elementor-button-text{
    position:relative;

}
.download-btn .elementor-button-text:after{
    content:url(../images/download-template.svg);
    position:absolute;
    top: 3px;
    right: -32px;


}
.download-btn:hover .elementor-button-text:after {
    content:url(../images/download-template-white.svg);
    position:absolute;
    top: 3px;
    right: -32px;
}