section.content{
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 768px) {
	section.content{
    padding-top: 80px;
    padding-bottom: 80px;
	}
}
@media (max-width: 460px) {
	section.content{
    padding-top: 50px;
    padding-bottom: 50px;
	}
}
.content h1{
    font-size: 65px;
    font-weight: 900;
    line-height: 79.24px;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 768px) {
    .content h1 {
        font-size: 50px;
        line-height: 60px;
    }
}


@media (max-width: 460px) {
    .content h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

.content h2{
    font-size: 60px;
    font-weight: 900;
    line-height: 73.14px;
    margin-bottom: 50px;
    text-align: center;
}


@media (max-width: 768px) {
    .content h2 {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (max-width: 460px) {
    .content h2 {
        font-size: 35px;
        line-height: 45px;
    }
}
.content h3{
    font-size: 50px;
    font-weight: 900;
    line-height: 60.95px;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 768px) {
    .content h3 {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (max-width: 460px) {
    .content h3 {
        font-size: 35px;
        line-height: 45px;
    }
	.content ul li{
		padding: 10px 10px 10px 40px;
	}
}

.content h4{
    font-size: 50px;
    font-weight: 900;
    line-height: 60.95px;
    margin-bottom: 50px;
    text-align: center;
}

.content p{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.content ul, .content ol{
    margin: 20px;
	margin-bottom: 50px;
}
.content ul li, .content ol li{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    margin-bottom: 10px;
}

.content ul li {
	padding: 10px 10px 10px 88px;
    position: relative;
}

.content ul li:before {
    background: linear-gradient(180deg, #4f006f, #9800d5);
    border-radius: 30px;
    content: "";
    height: 30px;
    left: 38px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.Review_review__55p3p{
	overflow: hidden;
}
.Review_review__55p3p:before{
	background: url(/static/media/leftCircle.png);
	background-repeat: no-repeat;
	width: 428px;
	max-height: 479px;
	height: 100%;
	background-size: contain;
}
.Review_review__55p3p:after{
	background: url(/static/media/rightCircle.png);
    content: "";
    left: 100%;
	width: 369px;
	height: 330px;
	margin-left: -369px;
    position: absolute;
    top: 100%;
	background-size: 100%;
	margin-top: -329px;
	background-repeat: no-repeat;
}
.demo .Review_review__55p3p .Review_container__3OuZJ{
	padding: 50px;
	padding-left: 0;
	padding-right: 0;
}
.content .Button_button__OzJfg{
	margin: auto;
}
.star.Review_review__55p3p:before{
	display:none;
}
.star.Review_review__55p3p:after{
	background: url(/images/star.png);
	left:70%;
	top:0;
	width: 1697px;
	height:1261px;
	background-repeat: no-repeat;
	margin: 0;
}
@media (max-width: 460px) {
	.content ul li{
		padding: 10px 10px 10px 20px;
	}
	.content ul li:before {
    border-radius: 20px;
    height: 20px;
    left: -10px;
    margin-top: -15px;
    width: 20px;
}
	.no-mobile{
		display:none;
	}
}
p.center{
	text-align: center;
}
.pb-0{
	padding-bottom: 0!important;
}
p.f-25 {
	font-size: 25px;
	line-height: 31px;
}