.forwarding-container {
    width: 100%;
    padding: 25px;
    font-size: 14px;
}

.forwarding-button {
    background: var(--success);
    text-decoration: none !important;
    cursor: pointer;
    height: 3.6rem;
    font-weight: 900;
    margin: 10px 10px 10px 0;
    line-height: 3.6rem;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    text-align: center;
    position: relative;
    color: black;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
}

@media screen and (max-width: 991px) {
    .forwarding-container {
        width: 100%;
        padding: 8px;
        font-size: 13px;
    }
}