.team-member-container {
    width: 100%;
    max-width: 100%;
}

.team-member-container .team-member-wrapper {
    display: flex;
    gap: 0;
    align-items: stretch;
}

@media (max-width: 767px) {
    .team-member-container .team-member-wrapper {
        flex-direction: column;
    }

    .team-member-container .team-member-wrapper .team-member-img {
        width: 100% !important;
    }

    .team-member-container .team-member-wrapper .team-member-img img {
        height: 300px !important;
        min-height: unset !important;
        object-position: 50% 30% !important;
    }

    .team-member-container .team-member-wrapper .team-member-content {
        padding: 48px 16px 60px 16px !important;
    }
}

.team-member-container .team-member-wrapper .team-member-img {
    width: 30%;
    min-width: 30%;
}

.team-member-container .team-member-wrapper .team-member-content {
    flex-grow: 1;
    padding: 48px 48px 60px 5%;
}

.team-member-container .team-member-wrapper .team-member-img img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* max-height: 70vh; */
    min-height: 40vh;
    object-fit: cover;
    object-position: 50% 28%;
}

.team-member-container .team-member-wrapper .team-member-content .member-intro {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .team-member-container .team-member-wrapper .team-member-content .member-intro {
        flex-direction: column;
		margin-bottom: 24px;
    }
	.team-member-container .team-member-wrapper .team-member-content .member-speech blockquote {
		font-size: 24px!important;
		margin: 12px;!important;
	}
}

.team-member-container .team-member-wrapper .team-member-content .member-intro .member-job {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.team-member-container .team-member-wrapper .team-member-content .member-intro .member-job h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.team-member-container .team-member-wrapper .team-member-content .member-intro .member-job p {
    margin-top: 0;
    font-size: 20px;
}

.team-member-container .team-member-wrapper .team-member-content .member-intro .member-cta {}

.team-member-container .team-member-wrapper .team-member-content .member-intro .member-cta a {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004155;
	border: 1px solid transparent;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
	transition: .2s ease-in-out;
}

.team-member-container .team-member-wrapper .team-member-content .member-intro .member-cta a:hover {
	border: 1px solid #004155;
	background: transparent;
	color: #000;
}

.team-member-container .team-member-wrapper .team-member-content .member-speech {
    width: 100%;
}

.team-member-container .team-member-wrapper .team-member-content .member-speech .member-says {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.team-member-container .team-member-wrapper .team-member-content .member-speech blockquote {
    margin-bottom: 24px;
    font-size: 32px;
    max-width: 36ch;
    color: #535353;
    position: relative;
}

.team-member-container .team-member-wrapper .team-member-content .member-speech blockquote::before {
    left: -20px;
    width: 6px;
    content: "";
    display: flex;
    height: calc(100% - 0.5em);
    background-color: #09203d;
    position: absolute;
    top: 0.25em;
}


/* buy sell  */

/* buying + selling links  */

.buy-sell-container {
    padding: 64px 32px;
    background-color: #f9f9f9;
    width: 100%;
    display: flex;
    justify-content: center;
}

.buy-sell-container .buy-sell-wrapper {
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.buy-sell-container .buy-sell-wrapper .buy-sell-intro {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 32px auto;
}

.buy-sell-container .buy-sell-wrapper .buy-sell-intro h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: bold;
}

.buy-sell-container .buy-sell-wrapper .buy-sell-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
}

@media (max-width: 1024px) {
    .buy-sell-container .buy-sell-wrapper .buy-sell-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .buy-sell-container {
        padding: 32px 16px !important;
    }
}

/* card */

.buy-sell-container .tool-card {
    border-radius: 16px;
    overflow: hidden;
	color: black!important;
    position: relative;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1.9px 5.3px rgba(0, 0, 0, .027),
        0 6.5px 17.9px rgba(0, 0, 0, .043),
        0 29px 80px rgba(0, 0, 0, .07);
	transition: box-shadow 0.2s ease-in-out;
}

.buy-sell-container .tool-card:hover {
	text-decoration: none;
    color: black;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), 0 26px 70px rgba(0, 0, 0, 0.28);
}

.buy-sell-container .tool-card .tool-card-inner {
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 480px;
    padding: 220px 45px 35px;
    position: relative;
}

@media (max-width: 576px) {
    .buy-sell-container .tool-card .tool-card-inner {
        padding: 200px 24px 24px !important;
        min-height: unset;
    }
}

/* bg circle + icon */

.buy-sell-container .tool-card .tool-card-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.buy-sell-container .tool-card .tool-card-bg svg {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

.buy-sell-container .tool-card .tool-card-bg .img-top {
    left: 50%;
    position: absolute;
    top: 40px;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.buy-sell-container .tool-card .tool-card-bg .img-top img {
    width: 86px;
    height: 86px;
    max-width: 100%;
    height: auto;
    fill: #fff;
}

/* card theme colours */
.buy-sell-container .tool-card--buy .bg-circle {
    fill: #09203d;
}

.buy-sell-container .tool-card--sell .bg-circle {
    fill: #bf9903;
}

/* content */

.buy-sell-container .tool-card .tool-card-content {
    position: relative;
    z-index: 2;
}

.buy-sell-container .tool-card .tool-card-content span {
    font-size: 18px;
    font-weight: bold;
}

.buy-sell-container .tool-card .tool-card-content h3 {
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}

.buy-sell-container .tool-card .tool-card-content p {
    margin-top: 0;
    margin-bottom: 18px;
}

.buy-sell-container .tool-card .tool-card-content svg {
	width: 20px;
    height: 20px;
    min-width: 20px;
    max-width: 100%;
    transform: scale(1);
    transform-origin: center;
    transition: .2s ease-in-out;
}

.buy-sell-container .tool-card .tool-card-content svg * {
	stroke-width: 3px;
    fill: #000 !important;
    stroke: black !important;
    stroke-linejoin: round;
    stroke-linecap: round;
    paint-order: stroke fill;
    transition: .2s ease-in-out;
}

.buy-sell-container .tool-card .tool-card-points {
    padding: 0;
    margin: 0 0 18px 0;
    list-style-type: none;
}

.buy-sell-container .tool-card .tool-card-points li {
    margin-bottom: 10px;
    display: flex;
    font-weight: normal;
    gap: 8px;
}

.buy-sell-container .tool-card .tool-card-points li img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    max-width: 100%;
}

.buy-sell-container .tool-card .tool-card-points li span {
    font-weight: normal;
}

.buy-sell-container .tool-card .tool-card-cta {
    margin-top: 18px;
}

.buy-sell-container .tool-card .tool-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: bold;
    border: 1px solid #e9ecf1;
    background: #fff;
}

.buy-sell-container .tool-card:hover .tool-card-btn {
    border-color: #000;
}

/* end of buying + selling links  */

/* who we are  */

.who-we-are-container {
    width: 100%;
    position: relative;
    background-image: url('https://nicholsonandwoolf.com/wp-content/uploads/2026/02/54140102-scaled.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .3s background-size ease-in-out;
}

.who-we-are-container::before {
    position: absolute;
    content: '';
    inset: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
    transition: .3s background-color ease-in-out;
}

.who-we-are-container:hover {
    background-size: 105%;
}

.who-we-are-container:hover::before {
    background-color: rgba(0, 0, 0, .4);
}

.who-we-are-container a {
    display: flex;
    align-items: center;
    padding: 10% 5%;
    gap: 20px;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff!important;
    z-index: 2;
    position: relative;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .who-we-are-container a {
        padding: 100px 32px;
    }

    .who-we-are-container {
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .who-we-are-container a span {
        font-size: 32px !important;
    }

    .who-we-are-container a svg {
        width: 72px !important;
        height: 72px !important;
        min-width: 72px !important;
    }
}

.who-we-are-container a span {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.who-we-are-container a svg {
    width: 96px;
    height: 96px;
    min-width: 96px;
    max-width: 100%;
    fill: #fff;
}