.toyota-km-container {
    font-family: Arial, sans-serif;
    padding: 20px;
    margin: 20px 0;
}
.km-title {
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.km-description {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
}
.km-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.km-buttons a {
    flex: 1 1 calc(50% - 8px);
    padding: 6px;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}
.btn-orange {
    background: #fd6e1d!important;
}
.btn-blue {
    background: #288ad6!important;
}
.km-rows {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.km-col-left {
    flex: 0 0 35%;
    text-align: center;
}
.km-col-left img {
    max-width: 100%;
    height: auto;
}
.km-col-left p {
    margin: 10px 0;
}
.btn-call {
    display: inline-block;
    background: #B1020A;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}
.km-col-right {
    flex: 0 0 60%;
}
.km-ul {
    margin-top: 10px;
}
.km-ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.btn-text {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}

.btn-subtext {
    font-size: 0.9rem;
    color: #fff;
}

.km-col-left p {
        font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.km-col-right h3 {
        font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700 !important;
    font-style: normal !important;
    border-left: 3px solid #ff6a00;
    padding: 2px 0 2px 10px;
    color: #e74c3c;
    text-transform: uppercase;
}

.promo-content {
    margin-bottom: 1.8rem;
        background-color: #f5f6f7;
    border-left: 3px solid #ff6a00;
    border-radius: 4px;
    color: #3c4043;
    padding: 12px 10px;
    margin-bottom: 1rem;
}

.ul-footer-text {
    background-color: #f5f6f7;
    border-left: 3px solid #ff6a00;
    border-radius: 4px;
    color: #3c4043;
    padding: 12px 10px;
    margin-bottom: 1rem;
}

.promo-content a {
    color: #3367d6;
    
}

@media (max-width: 767px) {
    .km-buttons {
        flex-direction: column;
    }

    .km-buttons a {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
  .km-buttons {
    flex-direction: column !important;
  }

  .km-buttons a {
    flex: none !important;
    width: 100% !important;
  }

  .km-col-left,
  .km-col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}