.why {
    display: block;
    background-image: url(images/download\ \(9\).jpg);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}

h5 {
    font-size: xx-large;
    color: #F6EAAB;
    margin-bottom: 10px;
}

.bgcolor1{
    background-color: bisque;
}

.why2 {
    color: white;
    font-size: large;
    margin-top: 0;
}

.choose {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 30px 20px;
}

.ch1 {
    border: 2px solid none;
    width: 290px;
    height: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.choose2 {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 30px 20px;
}

.ch2 {
    border: 2px solid none;
    width: 290px;
    height: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

h6 {
    margin: 5px 0;
    font-size: 22px;
}

.par1, .par2 {
    margin: 0;
    font-size: 16px;
}

.ani{
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}
