.ry-pg-assesment-quiz .myopia--each__question .ry-image {
    max-width: 250px;
}

.ry-pg-assesment-quiz .myopia--each__question {
    display: flex;
}

.ry-pg-assesment-quiz .myopia--each__question {
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
}


.ry-pg-assesment-quiz .ry-question .ry-text p {
    font-size: 1.5rem;
    font-weight: 700 !important;
    color: #3d706d;
}

.ry-pg-assesment-quiz .ry-question .ry-text p:first-letter {
    font-size: 2rem;
}

.ry-pg-assesment-quiz .ry-question .ry-text {
    margin-bottom: 5px;
}

.ry-pg-assesment-quiz .ry-text-small span {
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
}

.ry-pg-assesment-quiz .ry-question .ry-text p span {
    color: red;
}

.ry-pg-assesment-quiz {
    width: 100%;
    max-width: 100%;
}

.ry-pg-assesment-quiz .ry-question {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (max-width: 991px) {
    .myopia--each__question {
        flex-direction: column;
    }

   
}



@font-face {
	font-family: 'Satoshi';
	src: url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Light.woff2') format('woff2'),
		url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Light.woff') format('woff'),
		url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}


@font-face {
	font-family: 'Satoshi';
	src: url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Regular.woff2') format('woff2'),
		url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Regular.woff') format('woff'),
		url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}


@font-face {
	font-family: 'Satoshi';
	src: url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Bold.woff2') format('woff2'),
		url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Bold.woff') format('woff'),
		url('https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
.ry-text p {
	font-family: 'Satoshi' !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.7;
}

.ry-btn {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 25px;
	padding-right: 25px;
	/*max-width: max-content;*/
	color: #342215 !important;
	/*background: #3d706d !important;*/
	font-family: 'Satoshi';
	font-size: 20px !important;
}
.ry-btn:hover {
	background: #62cbb2 !important;
	color: #ffffff !important;
}
.ry-btn:after {
	display: none;
}


.btn-submit-questionnaire div {
    display: flex;
    align-items: center;
    justify-content: center;
}