.astroid-component-section {
    padding:0!important;
}
#artHome .landingPageSection p:last-child {
margin: 0;
padding: 0;
}
.astroid-content {
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
#artHome .sectionContentImg {
width: 100%;
height: 100vh;
display: inline-flex;
align-items: center;
padding: 0;
}
@media ( max-width: 991.98px ) {
	#artHome .sectionContentImg { 
	    height: 100%;
	    padding: 3.75rem 0;
	}
}
#artHome .sectionContentImg h1 {
color: #012970;
font-weight: 600;
line-height: 1.25;
letter-spacing: 0.03em;
margin: 0 0 1.5rem;
}
#artHome .sectionContentImg p {
color: #444;
font-size: 24px;
line-height: 31px;
letter-spacing: 0.02em;
}
#artHome .sectionContentImg .grpButtons {
margin-bottom: 0;
}
#artHome .sectionContentImg .imgContent {
margin: 3rem 0;
}
#artHome .sectionContentImg2 {
/*margin-top: 3.75rem;*/
padding: 3.75rem 0;
background-color: #fff;
}
#artHome .sectionContentImg2 .ContentPrt2 {
background: #f6f9ff;
padding: 2rem;
}
#artHome .sectionContentImg2 .ContentPrt2 h4 {
color: #4154f1;
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
margin-bottom: .5rem !important;
}
#artHome .sectionContentImg2 .ContentPrt2 h3 {
font-size: 1.5rem;
font-weight: 600;
}
#artHome .sectionContentImg2 .ContentPrt2 p:last-child {
margin-bottom: 1.875rem !important;
}

/*video*/
.astroid-content {
position: relative;
overflow: hidden;
}
#HomeBackGroundVideo {
background-size: contain!important;
position: fixed;
right: 0;
top: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1;
left: 0;
}