.text1 {
    font-size: 1.5rem
}

.text2 {
    font-size: 1rem
}

.lead {
    font-size: 1rem;
    font-weight: 300;
}

/* Region Buttons */
.region-btn {
    background-color: white;
    color: black;
    border: 1px solid white;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-weight:700;
    width: 256px;
    transition: background-color 0.3s ease;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 10px;
}

/* Application Process */
.application-process {
    margin-top: 30px;
}

.application-title{
    text-align: start;
    font-size: 1.4rem;
}

.application-text1{
    text-align: start;
    font-size: 1rem;
    padding-top: 15px;
}

.application-text2{
    text-align: start;
    font-size: 1rem;
}

.application-cta{
    text-align: start;
    font-size: 1.1rem;
    font-weight: bold
}

.footer {
    background-color: white;
    color: black;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonial {
        margin-top: 20px;
    }
}

.text3 {
    font-size: 1rem;
    /* Make the heading font size a bit larger */
    white-space: nowrap;
    margin-bottom: 10px;
    font-weight: bold;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    font-size: 0.8rem;
    text-align: center;
    /* Adjust the font size to match your desired look */
}

.feature-list li {
    margin-bottom: 15px;
    /* Increase the space between list items */
}

.feature-list li strong {
    display: block;
    /* Make the strong element stand on its own line */
    font-weight: bold;
}

.feature-list li::before {
    content: '';
    /* Optionally, you can use this to add bullet or icon styling */
}
.diagram {
    display: block;
    margin: 0 auto;

}