.toggle-container {border-radius: 5px;overflow: hidden;margin-bottom: 0px;max-width: 611px;width: 100%;margin-left: auto;margin-right: auto;}.toggle-icon {padding: 10px;cursor: pointer;display: flex;align-items: flex-start;gap: 10px;}.toggle-icon img {width: 16px;transition: transform 0.3s ease;margin-top: 0px;}.toggle-icon.open img {margin-top: 7px;}.toggle-content {padding: 10px;background-color: #fff;display: none;opacity: 0;max-height: 0;transition: max-height 0.3s ease, opacity 0.3s ease;}.toggle-content p {margin-top: 0;}.toggle-content a{font-weight: 700;font-decoration: underline;}.toggle-content.open {display: block;opacity: 1;max-height: 500px; margin-left: 30px;}.toggle-icon.open span {font-weight: 700;}#faqs h1 {color: #197B30;font-family: Lato;font-size: 2em;font-style: normal;font-weight: 700;line-height: 26px; text-align: center;margin-bottom: 40px;}.section--faqs {margin-bottom: 100px;}