section.home_sec_1n2{
	background: #1f2e4b url('../images/backs_vol_youtube.jpg') top center repeat-x;	
	width: 100%; 
	min-height: 700px;
	height: auto;
}
section.home_sec_1n2 .title {
    background-color: #d0e9f4;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.home_sec_1n2 .title h1 {
    font-size: 13px;
    display: inline;
    color: #2c55a0;
    font-weight: 500;
}

section.home-sec-1{
	min-height: 550px;
	background-color: #d0e9f4;
	padding-top: 180px;
	padding-bottom: 0px;
}

@media screen and (max-width: 767px){

    section.home_sec_1n2{
        background-size: contain;
        min-height: 280px;
        padding-top: 3rem;
    }
    section.home_sec_1n2 .title{
        justify-content: inherit;
        align-items: inherit;
        height: auto;
    }
    section.home_sec_1n2 .py-4{
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    section.home-sec-1{
        padding-top: 70px;
        min-height: 400px;
    }

}