@media only screen and (max-width: 1000px) and (min-width: 888px)  {
    .text-title {
        font-size: 16px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 888px) and (min-width: 768px)  {
    .text-title {
        font-size: 14px;
        font-weight: 800;
    }
}

.linethrough {
    text-decoration: line-through;
}

.message-g {
    background-color: #7CB041;
    color: #000000;
    position: fixed;
    top: 120px;
    font-weight: 500;
    font-size: 20px;
    z-index: 50;
    padding: 30px 35px;
    right: 0;
    border-radius: 25px 0 0 25px;
}
  
.message-r {
    background-color: #E05757;
    color: #000000;
    position: fixed;
    top: 120px;
    font-weight: 500;
    font-size: 20px;
    z-index: 50;
    padding: 30px 35px;
    right: 0;
    border-radius: 25px 0 0 25px;
}