
@media only screen and (min-width: 992px) {
    .navbar-brand{
        max-width: 200px;
    }
    /* .pos-absolute {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    } */
}
@media only screen and (max-width: 991px) {
    .navbar-brand{
        max-width: 200px;
    }
}
@media only screen and (max-width: 768px) {
	.service-text{
		top: 24%;
	}
	.header-logo{
	    width: 150px;
	}
}