.tgmenu__nav .logo img {
    max-height: 100px;
}

.choose__list-box {
    margin-bottom: 50px;
}

.truncate-1-custom{
  -webkit-line-clamp: 3;
}
.truncate-2-custom {
  -webkit-line-clamp: 9;
}
.truncate-3-custom {
  -webkit-line-clamp: 7;
}
.section-title .sub-title {
  padding-top: 10px;
}

.request__content-two .title {
    text-transform: initial;
}

textarea.form-control {
    min-height: 500px; /* Fixed height */
}