.card-why-ricoh{
	margin: 30px 0 50px;
}

.card-why-ricoh .mb-4{
	margin-bottom: 1.5rem !important;
}

.card-why-ricoh .grey {
    background-color: #f3f3f3;
    border-radius: 12px;
    margin-top: 50px;
    padding: 50px 30px;
}

.card-why-ricoh .grey h3{   
	color: #333;
    font-weight: 700;
}

.card-why-ricoh-row{
	display: flex;
    flex-wrap: wrap;
	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 1.5rem  !important;
}

.card-why-ricoh-row .col{
	width: 100%;
	margin-top: var(--bs-gutter-y);
	margin-bottom: 0px;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	flex: none;
}

@media (min-width: 992px){
	.card-why-ricoh-row{
	--bs-gutter-y: 1.5rem  !important;
		--bs-gutter-x: 1.5rem  !important;
	}
	.card-why-ricoh-row .col{
		width: 33.333333%;
		flex: none;
	}
	
	.card-why-ricoh .group {
	}
	
	.card-why-ricoh .grey {
		padding: 30px 50px 50px;
	}
}

.card-why-ricoh .group .card-top-buffer {
    padding-top: 50px;
	margin-top: var(--bs-gutter-y);
}

.card-why-ricoh .group .card-top-buffer img {
    width: 111px;
    height: 111px;
    margin-top: -50px;
    position: relative;
    left: 30px;
}

.card-why-ricoh .group .card-top-buffer .card-body {
    flex: auto;
    padding: 1rem;
}

.card-why-ricoh .group .card-top-buffer .card-body .card-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
	margin-bottom: .5rem;
}

.card-why-ricoh .group .card-top-buffer .card-body .card-text {
    margin-bottom: 0px;
}

.card-why-ricoh .group .card-top-buffer .card {
    border: 1px solid #00000020;
    border-bottom: 5px solid #768ec7;
    border-radius: 12px 12px 0 0;
    position: relative;
	min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	flex-direction: column;
    display: flex;
	margin: 0px;
}

.card-why-ricoh .center-heading {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 1.3rem;
    display: block;
	color: #333;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 3rem;
}

.card-why-ricoh .subtitle{
	line-height: 2.125rem;
    font-size: 1.625rem;
}

.card-why-ricoh .description {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

@media screen and (min-width: 992px) {
  .card-why-ricoh span.br-before:before, .card-why-ricoh span.br-after:after {
    content: "\a ";
    white-space: pre;
  }
}