
.what-button {
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 1080;
}
.what-button img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

@media only screen and (min-width: 768px){
	.what-button {
		right: 120px;
	}
}

@media only screen and (min-width: 992px){
	.what-button {
		bottom: 35px;
	}
	.what-button img {
		width: 70px;
		height: 70px;
	}
}

.g-recaptcha{
    width: 302px;
    margin: auto;
}

@media only screen and (max-width: 380px) {
	.navbar-brand img {
		max-width: 182px;
		max-height: 30px;
	}
}
@media only screen and (min-width: 381px) {
	.navbar-brand img {
		max-width: 182px;
		max-height: 40px;
	}
}