h3 {
	text-align: center!important;
    font-size: 20px;
	font-family: "Nunito Sans", sans-serif;
    line-height: 1.5;
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important;
    font-weight: 600;
	margin-bottom: .5rem;
	box-sizing: border-box;
	border-radius: 5px !important;
	overflow: hidden!important;
}
.h3 {
	font-size: 1.75rem;
}
p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem;
}
b, strong {
    font-weight: bold;
}
.text-center {
    text-align: center!important;
}
/* FLEX */

.flex2-container {
	display: flex;
	flex-wrap: wrap;
    margin-left: 30px;
	margin-bottom: 60px;
}
}

.flex2-container .container {
	text-align: center;
}

.flex2-child {
    /*border: 1px solid white;*/
	background: #141414;
	border-radius: 5px !important;


    padding-right: 10px;
    padding-left: 10px;
	margin: 3px;
}
@media (max-width: 1024px) {
  .flex2-child {
	justify-content: center !important;
	align-items: center !important;
    min-width: 85%;
	max-width: 85%;
	flex: 85%;
  }
}
@media (max-width: 1200px) {
  .flex2-child {
    max-width: 30%;
	flex: 0 0 30%;
  }
}
@media (max-width: 2200px) {
  .flex2-child {
    max-width: 30%;
	flex: 0 0 30%;
  }
}
.flex2-child2 {
    /*border: 1px solid white;*/
}
.text-warning {
    color: #ffc107 !important;
}
.flex2-child .title {
	margin: 1.5rem!important;
	text-align: center;
	font-size: 20px;
	line-height: 2;
}
.flex2-child .price {
	margin-top: 5px;
	text-align: center;
	font-size: 20px;
}
.flex2-child .description {
	margin: 15px;
	line-height: 0;
	color: #fff;
	z-index: 1;
}
.flex2-child .nice_button {
	margin: 15px;
    display: block;
    max-width: 100%;
    margin-top: 15px;
}
.flex2-child .list {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0;
}

.flex2-child .list .text {
	display: inline-block;
}
.flex2-child .line {
border-bottom: 1px solid white;
}
.flex2-child:last-child {
/*border-top: 1px solid white;*/
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
