body {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #151515;
	font-family: "PP Hatton", "Times New Roman", Times, serif;
}

header {
	width: 100%;

}

.navbar-toggler {
	border: solid 1px #ccc !important;
}

.navbar-toggler:focus {
	border: solid 1px #ccc !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.top-head {
	z-index: 3;
}

.mn-head {
	z-index: 2;
}

.top-menu {
	padding: 15px 0;
}

.top-menu .row {
	align-items: center;
}

.logo-brand {
	margin-right: 120px;
	margin-left: 30px;

}

.mn-head .container {
	padding: 0;
}

.navbar {
	padding-bottom: 0;
	border-radius: 0;
	padding: 15px;
}

.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.top-head .nav-link {
	color: #111;
	font-size: 15px;
	transition: all 0.5s;
	padding-left: 26px;
	padding-right: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.active>.nav-link {
	color: #826FB1;
}

.top-head .nav-link:hover {
	color: #826FB1;
}

.fixed-menu {
	background: #fff;
	position: fixed;
	top: 0;
	animation: slide-down 0.7s;
	left: 0;
	right: 0;
	box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
	z-index: 250;
	border-bottom: 1px solid #eae5e5;
}

.fixed-menu .nav-link {
	color: #1f2729 !important;
}

.fixed-menu .active>.nav-link {
	color: #e4a04e !important;
}

.fixed-menu .nav-link:hover {
	color: #e4a04e !important;
}

@keyframes slide-down {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.owl-carousel .owl-item {
	overflow: hidden;
}

.owl-carousel .item .carousel-caption {
	text-align: left;
	left: 0;
	padding: 30px 80px;
	width: 70%;
}

.owl-carousel .item .carousel-caption h1 {
	color: #ffffff;
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}

.owl-carousel .item .carousel-caption h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);

}

.hero-carousel .item {
	height: 700px;
	border-radius: 15px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.box-bordered {
	border-radius: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.section-nosso-proposito {
	background-color: #213780;
	border-radius: 15px;
	padding: 50px 40px 30px 80px;
	color: #ffffff;
}

.section-nosso-proposito h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	padding-top: 20px;
}

.section-nosso-proposito h1 {
	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
}

.strong {
	font-weight: 600;
}

.section-somos-diferentes {
	background-color: #141514;
	border-radius: 15px;
	padding: 40px 100px 30px 60px;
	color: #ffffff;
}

.section-somos-diferentes h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
	padding-bottom: 20px;
}

.section-somos-diferentes p {
	padding: 0;
}

.section-somos-diferentes-img {
	background: url(../images/img-somos-diferentes.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.section-o-que-acontece {
	border-radius: 15px;
	padding: 40px;
	color: #141514;
}

.section-o-que-acontece h2 {
	color: #141514;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 20px;
}

.section-o-que-acontece-img {
	background: url(../images/img-o-que-acontece.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.section-como-criamos-impacto {
	background-color: #B4B7FF;
	border-radius: 15px;
	padding: 50px;
	color: #141514;
}

.section-como-criamos-impacto h2 {
	color: #141514;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	padding-top: 7px;
}

.section-como-criamos-impacto h1 {
	color: #141514;
	font-weight: 400;
	font-style: italic;
	font-size: 40px;
}

.section-the-fob-comunidade {
	background-color: #868076;
	border-radius: 15px;
	padding: 80px 70px;
	color: #ffffff;
}

.section-the-fob-comunidade h1 {
	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	padding-bottom: 40px;
}

.section-the-fob-comunidade h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 40px;
}

.section-the-fob-comunidade p {
	padding: 0;
}

.section-the-fob-comunidade-img {
	background: url(../images/img-the-fob-comunidade.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.tittle-insta {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.section-rodape {
	background-color: #D2A7A7;
	border-radius: 15px;
	padding: 40px;
	color: #141514;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 700;
}

.section-rodape .fa {
	font-style: normal;
	color: #141514;
	font-size: 24px;
	margin-right: 5px;
}

.section-rodape p {
	padding: 0;
	margin: 0;
}

.section-rodape img {
	margin-top: 10px;
}

.section-rodape a {
	text-decoration: none;
	color: #141514;
}

.section-rodape a:hover {
	text-decoration: underline;
}

.section-somos-diferentes-tfob {
	background-color: #213780;
	border-radius: 15px;
	padding: 30px 50px;
	color: #141514;
}

.section-somos-diferentes-tfob h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	padding-top: 7px;
}

.section-somos-diferentes-tfob h1 {
	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	text-align: right;
}

.section-somos-diferentes-img2 {
	background: url(../images/img-somos-diferentes-2.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.container-tittle-roxo {
	background-color: #B4B7FF;
	padding: 70px 30px;
	position: relative;
	margin-top: -60px;
	z-index: -1;
}

.container-tittle-roxo h1 {
	font-weight: 500;
	font-style: italic;
	font-size: 45px;
	text-align: center;
}

.container-tittle-pink {
	background-color: #D2A7A7;
	padding: 70px 30px;
	position: relative;
	margin-top: -60px;
	z-index: -1;
}

.container-tittle-pink h1 {
	font-weight: 500;
	font-style: italic;
	font-size: 45px;
	text-align: center;
}

.section-tittle-fundadora {
	background-color: #868077;
	border-radius: 15px;
	padding: 40px;
	margin-top: -50px;
}

.section-tittle-fundadora h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	padding-top: 7px;
}

.section-tittle-fundadora h1 {
	color: #ffffff;
	font-weight: 500;
	font-style: italic;
	font-size: 40px;
	text-align: right;
}

.section-fundadora-blue {
	background-color: #1A3884;
	border-radius: 15px;
	padding: 40px;
	color: #ffffff;
	font-size: 20px;
}

.section-fundadora-white {
	border-radius: 15px;
	padding: 60px 40px;
	color: #141514;
	font-family: "PP Hatton", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	font-weight: 300;

}

.section-fundadora-white cite {
	font-weight: 200;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
}

.section-fundadora-img {
	background: url(../images/img-fundadora.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.three-col {
	background-color: #213780;
	border-radius: 15px;
	padding: 25px;
	color: #ffffff;
	text-align: center;
	margin-top: -40px;
}

.three-col span {
	font-weight: 500;
}

.tittle-white {
	text-align: center;
	font-size: 26px;
	font-weight: 500;

}

.fob-labs {
	background-color: #868077;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 30px;
}

.fob-labs h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 20px;
}

.fob-labs h3 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
}

.fob-labs p {
	color: #ffffff;
	margin: 0;
}

.fob-labs-img {
	background: url(../images/img-fob-labs.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.fob-labs-three {
	min-height: 300px;
}

.fob-comunidade-black {
	background-color: #141514;
	border-radius: 15px;
	padding: 40px 60px;
	color: #ffffff;
}

.fob-comunidade-green {
	background-color: #BFD564;
	border-radius: 15px;
	padding: 20px;
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
}

.fob-comunidade-green a {
	color: #000000;
	font-weight: 600;
	text-align: center;
	font-size: 26px;
}

.fob-comunidade-img {
	background: url(../images/img-fob-comunidade.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.fob-stories-black {
	background-color: #1A3884;
	border-radius: 15px;
	padding: 60px;
	color: #ffffff;
}

.fob-stories-black h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 20px;
}

.fob-stories-green {
	background-color: #BFD564;
	border-radius: 15px;
	padding: 20px;
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
}

.fob-stories-green a {
	color: #000000;
	font-weight: 600;
	text-align: center;
	font-size: 26px;
}

.fob-stories-img {
	background: url(../images/img-fob-stories.jpg);
	background-position: center center;
	background-size: cover;
	height: 217px;
	border-radius: 15px;
}

.section-quem-caminha {
	background-color: #868077;
	border-radius: 15px;
	padding: 60px;
	color: #ffffff;
}

.section-quem-caminha h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 20px;
}

.section-quem-caminha-img {
	background: url(../images/img-quem-caminha.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.networking {
	background-color: #141514;
	border-radius: 15px;
	padding: 60px;
	color: #ffffff;
	line-height: 40px;
	margin-top: -40px;
}

.networking h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 20px;
}

.section-unica-black {
	background-color: #D9A4A5;
	border-radius: 15px;
	padding: 60px;
	color: #ffffff;
	line-height: 40px;
}

.section-unica-black h1 {
	color: #141514;
	font-weight: 300;
	font-style: italic;
}

.section-unica-black span {
	font-weight: 400;
}

.section-unica-img {
	background: url(../images/img-section-unica.jpg);
	background-position: top left;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
}

.quem-faz-parte-img {
	background: url(../images/img-quem-faz-parte.jpg);
	background-position: top center;
	background-size: cover;
	height: 350px;
	border-radius: 15px;
}

.section-unica-blue {
	background-color: #213780;
	border-radius: 15px;
	padding: 40px 50px;
	color: #ffffff;
	height: 100%;
	display: flex;
	align-items: center;
}

.section-unica-blue h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 35px;
}

.section-unica-ocre {
	background-color: #868077;
	border-radius: 15px;
	padding: 40px 50px;
	color: #ffffff;
}

.section-unica-ocre h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 40px;
}

.quem-faz-parte-black {
	background-color: #141514;
	border-radius: 15px;
}

.quem-faz-parte-black-text {
	padding: 40px 60px;
	color: #ffffff;
	line-height: 30px;
}

.quem-faz-parte-black-text h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}

.quem-faz-parte-black-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #ffffff;
}


.img-depoimentos img {
	border-radius: 15px;
}

.caption-depoimentos {
	font-size: 16px;
	padding: 20px;
}

.caption-depoimentos cite span {
	font-weight: 600;
}

.owl-prev,
.owl-next {
	position: absolute;
	bottom: -40px;
	display: block !important;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

.owl-prev i,
.owl-next i {
	font-style: normal;
	font-size: 30px;
}

.carousel-depoimentos .owl-prev:hover,
.carousel-depoimentos .owl-next:hover {
	background: transparent !important;
	color: #000000 !important;
}

.owl-theme .owl-dots {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, 0);
}

.carousel-marcas .owl-dots {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}

#carousel_depoimentos {
	margin-bottom: 50px;
}

.carousel-marcas {
	background-color: #868077;
	border-radius: 15px;
}

.carousel-marcas .item {
	padding: 30px !important;
}

.carousel-marcas .owl-prev,
.carousel-marcas .owl-next {
	position: absolute;
	top: -40px !important;
	display: block !important;
}

.carousel-marcas .owl-prev {
	left: 10px;
	color: #ffffff !important;
}

.carousel-marcas .owl-next {
	right: 10px;
	color: #ffffff !important;
}

.carousel-marcas .owl-prev:hover,
.carousel-marcas .owl-next:hover {
	background: transparent !important;
}

.quer-fazer-parte {
	background-color: #1A3884;
	color: #ffffff;
}

.quer-fazer-parte .container {
	padding: 70px 70px 90px 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quer-fazer-parte h2 {
	color: #ffffff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 20px;
}

.quer-fazer-parte-green {
	border-radius: 15px;
	background-color: #BFD564;
	text-align: center;
	padding: 20px 30px;
}

.quer-fazer-parte-green a {
	color: #151515;
	font-weight: 600;
	font-size: 22px;
}

.rodape-top-margin {
	margin-top: -70px;
}

.container-tittle-contato {
	background-color: #B4B7FF;
	padding: 60px 30px;
	position: relative;
	margin-top: -40px;
	z-index: -1;
}

.container-tittle-contato h2 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	padding: 0 30px;
}

.container-tittle-contato .strong {
	font-weight: 700 !important;
}

.form-contato {
	background-color: #F6F6F6;
	border-radius: 25px;
	padding: 30px;
	margin-top: -40px;
}

.form-contato input,
.form-contato textarea {
	padding: 15px 20px;
	border-radius: 30px;
	margin-bottom: 20px;
	resize: none;
}

.form-control:focus,
.btn:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

input::placeholder,
textarea::placeholder {
	color: #999 !important;
}

input:focus::placeholder,
textarea:focus::placeholder {
	color: transparent !important;
}

input:focus,
textarea:focus {
	border: solid 1px #CED4DA !important;
}

.form-contato button {
	background-color: #F0945B;
	border: none;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 13px 40px;
	border-radius: 30px;
	text-transform: uppercase;
	transition: all 0.5s;

}

.form-contato button:hover {
	background-color: #151515;
	color: #ffffff;
}

.nossos-canais {
	background-color: #BFD564;
	border-radius: 15px;
	padding: 40px 30px;
	position: relative;
}

.nossos-canais a {
	text-transform: lowercase;
	color: #000000;
	font-weight: 600;
	margin-left: 50px;
}

.nossos-canais i {
	font-style: normal;
	margin-right: 10px;
	font-weight: 600;
	font-size: 45px;
	position: absolute;
	top: 20px;
}

.nossos-canais h2 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	padding-bottom: 20px;
}

.rodape-contato {
	background-color: #1A3884;
	text-align: center;
	margin-top: -40px;
	padding-top: 90px;
	padding-bottom: 70px;
}

.container-details {
	position: relative;
}

.container-details img {
	position: absolute;
	z-index: 9;
}

.container-details.detail-01 img {
	bottom: -100px;
	right: 30px;

}

.container-details.detail-02 img {
	bottom: -60px;
	right: 400px;
	transform: rotate(95deg);
}

.container-details.detail-03 img {
	bottom: -140px;
	left: 300px;
	transform: scale(0.7)
}

.container-details.detail-04 img {
	top: -550px;
	right: 570px;
	transform: rotate(-100deg);
}

.container-details.detail-05 img {
	bottom: -140px;
	right: 10px;
	transform: scale(0.7)
}

.container-details.detail-06 img {
	bottom: -120px;
	left: 10px;
	transform: scale(0.6) rotate(180deg);
}

.container-details.detail-07 img {
	top: -700px;
	right: 400px;
	transform: rotate(-90deg);
}

.container-details.detail-08 img {
	bottom: -120px;
	left: 10px;
	transform: scale(0.8) rotate(180deg);
}

.container-details.detail-09 img {
	bottom: -5px;
	left: 360px;
	transform: rotate(100deg);
}

.icon-rodape {
	margin-right: 5px;
	margin-top: -5px !important;
	margin-left: -4px !important;
}

.row-tiktok {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.nossos-canais .icon-rodape {
	margin-right: -40px;
	transform: scale(1.4);
}

.mais-que-networking {
	text-align: center;

}

.btn-whatsapp {
	background-color: #28A219;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99999;
	border-radius: 50%;
	text-align: center;
	transition: all 0.5s;
}

.btn-whatsapp:hover {
	transform: scale(1.1);
}

.btn-whatsapp i {
	font-style: normal;
	color: #ffffff;
	font-size: 34px;
	line-height: 50px;
}

.form-contato .form-group {
	position: relative;
}

.help-block {
	position: absolute;
	top: 5px;
	right: 15px;
	color: rgb(129, 0, 0);
	font-size: 14px;
}

.result-send-form {
	display: none;
	margin-left: 15px;
	color: #28A219;
}

.flip-card {
	background-color: transparent;
	text-align: center;
	width: 100%;
	height: 350px;
	perspective: 1000px;
	margin: auto;
	margin-top: 20px;
}

.flip-card-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	border-radius: 15px !important;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card h1 {
	font-size: 30px;
	font-weight: 500;
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 15px !important;
}

.flip-card-front {
	background-color: #B4B7FF;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flip-card-front h1 {
	color: #141514;
}

.flip-card-back {
	transform: rotateY(180deg);
	padding: 40px;
	background-color: #A08775;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flip-card-back ul li {
	font-weight: 400;
	font-size: 22px;
	font-style: italic;
	padding: 8px 0;
	line-height: 23px;
	text-align: left;
	color: #ffffff;
}