@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Open+Sans&display=swap');
.branchhome {
    height: 400px;
    max-height: 400px;
    z-index: 9;
    overflow-y: scroll;
    background-color: white;
    margin: 120px auto 80px auto;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: gray;
    padding: 20px 15px;
}

.branchh1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #458a03;
    font-family: "Lobster";
    justify-self: center;
    margin-left: 10px;
}

.branchbody {
    background-image: url("./../images/Franchise.jpg");
}

li {
    list-style: none;
}

.card {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    max-width: 240px;
    justify-content: center;
    display: none;
    border-radius: 5px;
    box-shadow: 5px grey;
    background-color: white;
    padding: 8px;
    margin-left: 48px;
    z-index: 99;
    font-size: 15px;
}

.fas {
    color: orangered;
    font-size: 20px;
    margin-right: 4px;
}

#kid2 li {
    margin-bottom: 20px;
    color: #444444;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#kid21 li {
    margin-bottom: 20px;
    color: #444444;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#kid31 li {
    margin-bottom: 20px;
    color: #444444;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.our-branches .modal-content {
    margin: 0 auto;
    width: 50%;
}
.our-branches .modal-body {
    padding: 30px;
}
#kid2 li {
    display: inline-block;
    padding: 0 10px;
}
#kid2 .card {
    display: none !important;
}