body{
  word-break: break-word;
}

.button-link {
  background: #fff;
  border: 1px solid #d6d6d4;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  color: #383838;
}

.btn-links {
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  padding: 18px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 32px;
  border: 1px solid #d6d6d6;
}

.btn-links:hover {
  outline: 2px solid #fbe157;
  background-color: #fff;
}

.section-4-links {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.heading-2 {
  font-size: 32px;
  margin-top: 120px;
  white-space: nowrap;
}

.bg-shaded {
  background-color: #EDEDF1;
}

.customer-name {
  font-size: 12px;
}

.heading-3 {
  font-size: 32px;
}

.hero-1-wrapper {
  display: flex;
  flex-direction: column;
  padding: 80px 30px;
  justify-content: center;
}

.heading-4 {
  color: #D44513;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
}

.logo{
  max-width: 250px;
  width: 100%;
}

@media (min-width: 768px) {
  .heading-4 {
    color: #D44513;
    font-size: 36px;
    line-height: 64px;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .heading-4 {
    color: #D44513;
    font-size: 40px;
    line-height: 64px;
    font-weight: 600;
  }
}

@media (min-width: 1400px) {
  .max-width-wrapper {
    width: 100%;
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  .heading-4-subtext {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .hidden-text {
    display: flex;
  }
}

@media (max-width: 768px) {
  .hidden-text {
    display: none;
  }
}

@media (min-width: 768px) {
  .heading-4-subtext {
    font-size: 12px;
  }
}

.hero-0-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 300px) {
  .img-model {
    transform: scale(1.3);
  }
}

@media (min-width: 768px) {
  .img-model {
    transform: scale(1.4);
  }
}

.more-insurance-link {
  text-decoration: none;
  color: #383838;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.more-insurance-link:hover {
  text-decoration: underline;
}

@media sti {
  .heading-1 {
    font-size: 50px;
    line-height: 1.4;
  }
}

@media (max-width: 576px) {
  .heading-1 {
    font-size: 31px!important;
    line-height: 1.4!important;
  }

  .logo{
    width: 200px;
  }

  .navbar-brand img{
    width: 300px;
  }
}

.navbar .container{
  padding:0;
}

.heading-1 {
  font-size: 50px;
  line-height: 1.4;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e3f7ff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.secondary-color {
  color: #e8c402;
}

#tbl-1 {
  border-spacing: 0;
}

#tbl-1 li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

#tbl-1 td {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

