.site-header{
	position: sticky;
    top: 0;
    background: white;
    z-index: 100;
}

#why-inner-blocks .elementor-container{
	    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 !important;
    width: 100%;
	
}
#why-inner-blocks .elementor-container > .elementor-element{
	width: 49% !important;
	min-height: 594px;
}
.key-points ul{
	padding: 0;
    list-style-position: inside;
}

.orange-underline{
	position: relative;
  display: inline-grid;
}

.orange-underline::after{
	    content: "";
    background-repeat: no-repeat;
    height: 12px;
    width: 100%;
    bottom: 37px;
    top: auto;
    right: -360px;
    background-image: url(https://sitg.dev/wp-content/uploads/2023/05/Vectorunderline.svg);
    background-size: contain;
    left: auto;
    z-index: -1;
}

.button-trans{
	flex-direction: row;
  align-items: center;
}

.button-trans a{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	background-color: transparent;
	padding: 15px 24px !important;
	color: #141518;
}
.button-trans a:hover{
	background: #F7F7F8;
	border-radius: 4px;
}

.button-trans a:active{
	background: #E9E9EA;
	border-radius: 4px;
}

.button-blue{
	flex-direction: row;
  align-items: center;
}

.button-blue a{
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	background-color: transparent;
	padding: 15px 24px !important;
	color: #FFFFFF;
	background: #033399;
	border-radius: 4px;
}
.button-blue a:hover{
	background: #02287A;
}

.button-blue a:active{
	background: #011E5B;
}

footer{
	display: none;
}

.page-header{
	display: none
}

a:where(:not(.wp-element-button)){
	text-decoration: none
}

@media screen and (max-width: 768px) {
	.orange-underline::after{
		background-image: url('');
	}
	#why-inner-blocks .elementor-container > .elementor-element{
	width: 100% !important;
	min-height: 594px;
		margin-top:10px
	}
}