.bq{
    background-color: #0ef0ad;
    color: #181830;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 75%, 0 100%);
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: 600;
    position: absolute;
    right: 5%;
    top: 0;
}