.page-node-type-article .what-detail-body .launch-btn, .download-pdf-flie	{
	-webkit-user-select: none !important;
    background-color: initial;
    background-image: linear-gradient(#8614f8 0, #760be0 100%);
    border-radius: 5px;
    border-style: none;
    box-shadow: rgba(245, 244, 247, 0.25) 0 1px 1px inset;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
    height: 60px;
    margin-left: -4px;
    margin-top: 15px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
    user-select: none;
    vertical-align: bottom;
    width: auto;
    padding: 10px;
}