#talk-about-us .card {
	max-width: var(--wide-card);
	display: inline-block;
	margin-right: 5px;
}

#talk-about-us .card-text {
	line-height: 140%;
}

#talk-about-us .round-photo {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: none;
}

#talk-about-us .red.card .round-photo {
    background: var(--own-red);
}

#talk-about-us .yellow.card .round-photo {
    background: var(--own-yellow);
}

#talk-about-us .comma {
	margin-bottom: -80px;
    padding-right: 30px;
    font-size: 150px;
    font-weight: 900;
}

#talk-about-us .red.card .comma {
    color: #FF6B59;
	opacity: 0.2;
}

#talk-about-us .yellow.card .comma {
    color: #AADE1A;
	opacity: 0.3;
}

#talk-about-us .red.card .arrow {
  	color: var(--own-red);
}

#talk-about-us .yellow.card .arrow {
  	color: var(--own-yellow);
}

@media screen and (min-width: 768px) {
    #talk-about-us .comma {
        margin-left: -40px;
    }
}

@media screen and (max-width: 767px) {
 	#talk-about-us .more-link {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
