
p  {
	margin-bottom: 0px!important;	
}
	
.top-bottom-padding{
	padding: 10rem 0;
	width: 90%;
}
	
	
.containers_flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1rem;
	width: 1000px;
	margin: 3rem auto;
}
	
a {
	transition: transform 0.3s ease, opacity 0.3s ease;
}
	
a:hover {
	 transform: translateY(-2px);
      opacity: 0.7;
      cursor: pointer;	
}	

.main_cont_button::after {
	content: '➔';
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(0px);
}
	
	
.main_cont_button {
    padding: 0.7rem;
    font-size: 1rem;
    color: white;
    background: #0B1F4B;
    font-weight: 700;
    border-radius: 10px;
    width: 250px;
    text-align: center;
	margin: 1rem auto;
}
	
.main_cont_title {
	margin-top: 1rem;
	color:#0B1F4B;
	font-size: 1rem;
	font-weight: 700;
	height: 60px;
}
	
.main_cont_text {
	color:#0B1F4B;
	font-size: 0.79rem;
	font-weight: 700;
	height: 110px;
	line-height: 1.8;

}	
	
.cat_buttons {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 0.5rem;
}	
	
.blue_button {
	padding: 0.4rem;
	color: white;
	font-weight: 700;
	background: #339CD3;
	font-size: 0.6rem;
	border-radius: 10px;
}	
	
.page_title_new {
	margin: 5rem 0;
	color: #0B1F4B;;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
}
	
.main_container {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	position: relative;
	border-radius: 10px;
	width: 300px;
	margin-bottom: 1rem;
} 
.cont_im_cont {
	padding: 1rem;
	background: #f8f7f6;
}
.main_container_inner_text_box {
  padding: 1rem;
	
}

#plus_margin {
	margin-left: 0.6rem;
}

#less_height {
	height: 50px;
}
.site-wrapper-lp {
		width: 1200px;
		margin: 3rem auto;
	}
		
	
img.cover_img {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px!important;
	width: 320px; 
	height: 220px; 
	margin: 0 auto!important;
}
		

.main_flex {
	display: flex;
	justify-content: center;
	gap: 3rem;
    flex-direction: row;
}	
	
.main_flex_text {
	display: flex;
	flex-direction: column;
	gap: 0.5rem!important;
}


.dowload_text,
.dowload_text_title,
.dowload_text_sub_title,
.dowload_text_text
{
	color: #0B1F4B!important;
	
}
.dowload_text {
	font-size: 1rem;
}
	
	
.dowload_text_title {
	font-size: 1.4rem;
	font-weight: 700;
}
	
.dowload_text_sub_title {
	font-size: 1.3rem;
	font-weight: 700;
}
	
	
.img_cont_tex {
	display: flex;
	justify-content: center;
	gap: 2rem;
    flex-direction: row;
	margin-top: 1rem;
}

.dowload_text_text {
	font-size: 0.9rem!important;
	font-weight: 700;
	line-height: 1.9!important;
}	
	
.form_title {
	font-size: 0.8rem;
	color: #666;
	}
	
	
@media(max-width: 600px){	
	
.new_form {
    width: 380px;
	}
	
.containers_flex  {
		width: auto;
		flex-direction: column;
	}
	
.main_container {
    width: 350px;
    margin: 0 auto;
}
	
#plus_margin {
    margin-left: auto;
}
	
.site-wrapper-lp {
    width: 380px;
}
	
.img_cont_tex,
	.main_flex {
	flex-direction: column!important;	
}
	

.top-bottom-padding{
			padding: 2rem 0;
			width: 90%;
		}
	}