.understanding > h2{
    padding-top: 80px;
    font-size: 28px;
    padding-bottom: 30px;
}

.understanding > p {
    font-size: 18px;
    max-width: 70%;
    margin: auto;
}

.understanding {
    padding-bottom: 80px;
}

.challenges {
    background-color: #F0EFEF;
    padding: 50px 0px;
}

.challenges > div > h2 {
    padding-bottom: 30px;
}

.accordion-body {
  display: flex;
  flex-wrap: wrap;           /* allow wrapping on smaller screens */
  gap: 0px;
  justify-content: center;
  align-items: center;       /* vertically center items */
  padding: 30px 0px;
}

.accordion-body > div {
    width: 50%;
    text-align: end;
}

.accordion-body > ul {
    width: 50%;
}

.accordion-body > ul > li {
    padding-left: 50px;
    list-style-type: none;
    padding-bottom: 10px;
}

.accordion-body > div > img {
    max-width: 400px;
    height: auto;
    margin-right: 50px;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
  .accordion-body > div,
  .accordion-body > ul {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

    .accordion-body > div > img {
        margin-right: 0px;
    }

    .accordion-body > ul > li {
        padding-left: 0px;
    }
}

.future-development {
    padding-top: 100px;
}

.future-development > h2 {
    padding-bottom: 30px;
    font-size: 28px;
}

.future-development > p {
    font-size: 18px;
    max-width: 70%;
    margin: auto;
    padding-bottom: 50px;
}

.future-development-grid > div{
    padding-bottom: 100px;
}

.future-development-grid .col-12 > div {
    background-color: #A9A9A9;
    padding: 40px 80px;
    padding-bottom: 50px;
    border-radius: 20px;
}

.future-development-grid .col-12 > div > h2 {
    padding-bottom: 20px;
    font-size: 24px;
}

.future-development-grid .col-12 {
    padding: 20px 40px;
}

.future-development-grid .col-12 > div > p {
    font-size: 18px;
}

.tips-best-practises-outside {
    background-color: #F0EFEF;
}

.tips-best-practises > h2 {
    padding: 80px 0px;
    font-size: 28px;
}

.tips-best-practises .row {
    padding-bottom: 100px;
}

.tips-best-practises .col-12 > h2 {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 24px;
}

.tips-best-practises .col-12 > div > img {
    height: 350px;
}

.tips-best-practises .image-left > div {
    margin-right: 50px;
}

.tips-best-practises .image-right > div {
    margin-left: 50px;
}

.tips-best-practises .col-12 > ul {
    list-style-type: none;
}

.tips-best-practises .col-12 > ul > li {
    padding-bottom: 15px;
}

.learnmore-video > h2 {
    padding-top: 100px;
    font-size: 28px;
    padding-bottom: 10px;
}

.learnmore-video > p {
    font-size: 22px;
    padding: 0px 100px;
    padding-bottom: 20px;
}

.btn {
    background-color: #A9A9A9;
}

.btn:hover {
    background-color: #D3D3D3;
}

.learnmore-video {
    padding-bottom: 80px;
}