.bg-syndicate{
   background-image: url(../images/syndication_banner.png);
    background-repeat: no-repeat; 
    /*background-attachment: fixed;*/
  background-position: center; 
}
.syn_banner_cont {
    min-height: 675px;
	/*    margin-top: 13%;*/
}

.bg-syn {
    height: 100vh;
    min-height: 100vh;
}

.syn_cont_span {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 2.5px;
}
.menu_a_class {
    font-family: 'Montserrat', sans-serif;    
    width: 212px;
    height: 19px;
    color: #ffffff !important;    
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.menu_a_col_class{
    font-family: 'Montserrat', sans-serif;    
    color: #ffffff !important;    
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.epi_name_p {
    color: #263669;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 90px;
    line-height: 30px;
}
.card_tile_cust{
color: #263669;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 600;
line-height: 28px;
}
.card_text-cust{
	color: #3b5987;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
}
.syn_epi_name{
    margin-top:54px !important;
    margin-bottom: 67px !important;
}
.more_a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.link_class {
    color: #3b5987;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
}
.link_logo_span {
    margin-right: 12px;
}

.view_more_btn {
    border-radius: 50px;
    background-color: #263669;
    /* background-color: #00aaff; */
    color: #ffffff;
    font-family: 'Metrophobic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 15px 39px;
    margin-top: 19px;
    margin-bottom: 27px;
    border: 2px solid #263669;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
.syn_cont_span {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.07);   
    font-size: 22px !important;    
    align-self: center!important;
    letter-spacing:0px !important;
}
}

@media(min-width:768px){
	.syn_banner_cont {
		 min-height: auto !important;
		/* margin-top: 13%; */
	}
	.syn_cont_span{
		margin-top: 20% !important;
	}
}