.faq-page-links {
	text-align: center;
    padding-top: 20px;
	padding-bottom: 20px;
}

.faq-page-links a {
	text-decoration: none !important;
}

p.faq-page-section-headings {
    margin-bottom: 0px;
    font-weight: bold;
    font-style: italic;
}

.our-team-row {
    border: none;
    border-radius: 12px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
    margin: 0px 0px 36px 0px;
}

@media screen and (max-width: 410px) {
    .our-team-row {
        padding: 4px;
    }
    .our-team-row img.our-team {
        height: 136px !important;
        min-width: 96px !important;
    }
    .our-team-row div.side-column {
        height: 136px !important;
    }
    .em-hide-small {
        display: none !important;
    }
}

@media screen and (min-width: 411px) and (max-width: 624px) {
    .our-team-row {
        padding: 12px;
    }
    .em-hide-small {
        display: none !important;
    }
}

@media screen and (min-width: 625px) {
    .our-team-row {
        padding: 24px;
    }
    .em-show-small {
        display: none !important;
    }
}

.our-team-row img.our-team {
    padding: initial !important;
    border-radius: 12px;
    border: 2px solid #ffcc00;
    min-width: 141px;
    height: 200px;
    aspect-ratio: 121 / 177;
}

.our-team-row div.side-column {
    height: 196px;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: column;
    border-bottom: 2px solid;
    border-color: #ffcc00;
    padding: 0px;
}

img.success-story {
    border-radius: 12px !important;
    padding: 8px 16px !important;
    margin-bottom: 18px !important;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%) !important;
}
