a {
    text-decoration: none !important;
}

.text-white {
    color: #fff !important;
}

.h-full {
    height: 100% !important;
}

button {
    font-weight: 600;
    color: rgb(45, 45, 45);
    background-color: rgb(255, 255, 255);
    border-color: rgb(61, 177, 102) !important;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    text-align: inherit;
    padding: 19px 21px;
    width: fit-content;
}

.founder .pp {
    max-width: 135px;
    max-height: 135px;
}

.founder p {
    font-size: 12px;
}

.fs-7 {
    font-size: 14px !important;
}

.quform-elements p {
    /* min-height: 55px; */
    margin: 0 0 5px 0;
}

.students .pp {
    max-width: 150px;
    height: 280px;
    max-height: 280px;
}

.comment input, .comment textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    /* border-radius: 5px; */
}

.shadow-tk {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}