.franchise-packages_block_main {
    display: flex;
    border-bottom: 1px solid rgb(243, 205, 122, 0.1);
    padding-bottom: 40px;
    padding-top: 32px;
}
.franchise-packages_block_main:nth-child(3) {
	 border-bottom: none;
}
.franchise-packages .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; 
}
.franchise-packages .h-block {
    background: #0F0F0F url(../img/blot_franchise.png) center/contain no-repeat;
    margin-bottom: 32px;
    padding: 74px 0;
}
.franchise-packages .h-block h2 {
    text-align: center;
    color: #0F0F0F;
}
.franchise-packages .principles-header {
    position: relative;
    color: #F3CD7A;
    background: url(../img/fra_block1.png) no-repeat;
    margin-bottom: 32px;
    padding:25px 0;
	font-weight: 700;
	background-size: contain;
    background-position: center;
	font-size: 32px;
}



.packages_fra {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #D7B56D;
}

.franchise-packages .left_franchise-packages {
    width: 100%;
    max-width: initial;
    text-align: center;
}

.price_block {
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
}
.price_block_bottom {
	font-size: 16px;
	color: #ffffff;
}
.price_block_bottom span {
	font-size: 24px;
	color: #D7B56D;
	font-weight: 700;
}

.block_right_white h2 {
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	    margin-bottom: 21px;

}

.right_franchise-packages {
    color: #ffffff;
    font-size: 16px;
    position: relative;
}
.arrow_yellow li:before {
   	background-image: url(../img/done_arrow.png);
   	position: absolute;
	content: '';
	left: 0;
	width: 20px;
	height: 20px;
	background-size: cover;
}
.arrow_yellow {
   	padding-left: 30px;
   	gap: 16px;
    display: grid;
}
@media (max-width:769px) {
	.franchise-packages_block_main {
    display: flex;
    flex-direction: column;
   }
}