.shortcode-main-btn {
    transform: skewX(-10deg) !important;
    border-radius: 8px !important;
    background: #1DB954 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10.5px 20px !important;
    color: #FFF !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    margin-top: 24px;
    width: fit-content;
    min-width: 240px;
    max-width: calc(100% - 10px);
    margin-left: 5px;
    text-decoration: none !important;
}

@media screen and (min-width: 992px) { 
    .shortcode-main-btn:hover {
        background: #32CC32;
    }
}

@media screen and (max-width: 767px) {
    .shortcode-main-btn {
        width: 335px;
    }
}