.banner_home{
    
    background-size: cover !important;
}
.banner_home .container_web{
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}

.banner_home .container_web .t{
    font-family: 'Oswald';
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner_home .container_web .d{
    margin-bottom: 35px;
    font-size: 20px;
}
.banner_home .container_web .btn{
    background-color: #0D72B1;
    color:#fff;
    padding:12px 45px;
    display: inline-block;
}

@media screen and (max-width:1010px) {
	.banner_home .container_web{
		padding:0px 25px;
	}

}


@media all and (max-width: 768px) {

    .banner_home .container_web .t{
        font-size: 25px;
    }
    .banner_home .container_web .d{
        font-size: 16px;
    }
    .banner_home .container_web{
        padding:50px 25px;
        min-height: inherit;
    }

}