.intrkt_confirm-action {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}
.intrkt_cod_action {
    padding: 10px 20px;
    margin-top: 10px;
    font-weight: 900;
    background: white;
    border: 1px solid black;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#intrkt_action_confirm {
    background-color: #008652;
    border: 1px solid #008652;
    color: white;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .intrkt_confirm-action {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
