@media screen and (max-width: 768px) {

    .rating {
        gap: 10px;
        justify-content: space-between;
    }

    .question-box {
        padding: 10px;
    }
    
    .rating label {
        padding: 5px 2.5% ;
    }

    .log-button {
        text-align: right;
        margin-bottom: 20px;
        float: none;
    }

    .section {
        margin-top: 15px;
    }

    .q-img {
        height: 50vh;
    }
}   


@media only screen and (max-width: 1300px) {
    .int-card-bd {
      display: flex;
      align-items: center;
      flex-direction: column;
    }

    .int-card-bd i {
        margin-bottom: 1.5rem;
    }
}
 

@media only screen and (min-width: 1500px) {
    .int-card-bd {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}
  