@media (min-width: 768px) {
    .h2 {
        font-size: 54px;
        line-height: 64px !important;
        margin-top: -20px !important;
    }
    .h3 {
        font-size: 36px;
        line-height: 46px !important;
        margin-top: -16px !important;
    }
    .h4 {
        font-size: 28px;
        line-height: 38px !important;
        margin-top: -14px !important;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    color: #41404e;
    font-family: "Jost", sans-serif;
}

.section__title2 {
    margin-bottom: 15px;
}

.custom-row {
    border-radius: 0.35rem;
    padding: 1.25rem;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #fff;
}

a.bg-gray-200:hover, a.bg-gray-200:focus, button.bg-gray-200:hover, button.bg-gray-200:focus {
    background-color: #d4d9dd !important;
}

.bg-gray-200 {
    background-color: #f1f2f4 !important;
}

.badge-cl {
	color: #1f1f1f;
}

.come-ac-title {
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px; max-height: 24px;
    word-break: break-all !important;
    word-break: break-word;
}

.min-width-0 {
    min-width: 0;
}

.main-content ul, .main-content ol {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.main-content ul li, .main-content ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.main-content ul li::before, .main-content ol li::before {
  content: "•";
  position: absolute;
  top: 1px;
  left: 0;
  color: #4f46e5; /* indigo */
  font-weight: bold;
  font-size: 20px;
}

.main-content h2,.main-content h3,.main-content h4,.main-content h5{
	padding: 10px 10px 10px 0px;
}
.main-content h2 {
    font-size: 30px;
}
.main-content h3 {
    font-size: 24px;
}
.main-content h4 {
    font-size: 18px;
}
