  @media screen and (max-width: 480px) {
  	.jumbotron {
  		background-color: rgb(70, 195, 218);
  		padding-top: 100px;
  	}

  	h2 {
  		font-size: 17px;
  	}

  	.logo-big {
  		color: rgb(70, 195, 218);
  		width: 100%;
  	}

  	.side-img {
  		height: 200px;
  		box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  		border-radius: 10px;
  	}
  }