/********************************************************************/

.access{
	text-align: center;
	font-size: 30px;
	line-height: 35px;
}

.access img{
  display: inline-block;
  width: 50%;
  height: 50%;
}

.access h1{
	font-size: 80px;
	color: rgb(0, 0, 0);
  margin-bottom: 30px;
}

.access h2{
	font-size: 80px;
	color: rgb(255, 94, 0);
}

p{
  margin: 0.1em,0px;
}

@media screen and (max-width: 768px) {
  .access h1{
    font-size: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .access h2{
    font-size: 55px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .br{
    display:inline;
    line-height: 75px;
  }
  
}

@media screen and (max-width: 420px) {
  .access{
    font-size: 18px;
    line-height: 30px;
  }
  
  .access img{
    width: 80%;
    height: 80%;
  }

  .access h1{
    font-size: 25px;
    margin-top: 30px;
  }
  
  .access h2{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .br{
    display:inline;
    line-height: 50px;
  }
} 

@media screen and (max-width: 375px) {
  .access{
    font-size: 15px;
    line-height: 30px;
  }
  
  .access img{
    width: 80%;
    height: 80%;
  }

  .access h1{
    font-size: 25px;
    margin-top: 30px;
  }
  
  .access h2{
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .br{
    display:inline;
    line-height: 50px;
  }
} 

@media screen and (max-width: 360px) {
  .access{
    font-size: 15px;
    line-height: 30px;
  }
  
  .access img{
    width: 80%;
    height: 80%;
  }

  .access h1{
    font-size: 25px;
    margin-top: 30px;
  }
  
  .access h2{
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .br{
    display:inline;
    line-height: 50px;
  }

} 

@media screen and (max-width: 320px) {
  .access{
    font-size: 13px;
    line-height: 20px;
  }
  
  .access img{
    width: 80%;
    height: 80%;
  }

  .access h1{
    font-size: 20px;
  }
  
  .access h2{
    font-size: 25px;
  }

  .br{
    display:inline;
    line-height: 50px;
  }
}