main {
	width: 100%;
	/*height: calc(100vh - 70px)*/;
	background-color: #1A253A;
	margin-top: 70px;
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

main .main-center h3 {
	font-size: 128px;
	line-height: 148px;
}

main p {
	font-size: 18px;
	line-height: 30px;
}

main a {
	margin-top: 30px;
	font-size: 18px;
	display: block;
	background-color: var(--site-color-01);
	padding: 10px 20px;
	width: fit-content;
	text-decoration: none;
}

main h3 {
    color: #fff;
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
	align-self: center;
	justify-self: center;
}

main a:hover {
	text-decoration: underline dotted;
}

.gta-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.main-left {
	width: 100%;
	display: block;
	justify-content: center;
}

.main-center {
	width: 100%;
	display: block;
}

.main-center p {
	left: 40px;
	right: 20vh;
	padding-botton: 8vh;
	padding-left: 10px;
}

.main-right {
	width: 100%;
	display: block;
}

.main-right p {
	border-left: 4px solid var(--site-color-01);
	padding-left: 20px;
	margin: 20px 0px;
}

.qrcode {
  max-width: 60%;
  height: auto;
  margin: auto;
}

img {
	
}

.iyslogo {
	max-width: 60%;
	object-fit: contain;
	height: auto;
}

.appcontent2 {
	display: block;
	left: auto;
	right: auto;
}

.column {
  float: left;
  width: 33.33%;
}

.column h3 {
	font-size: 96px;
	line-height: 106px;
}

 .phone img {
     display: block;
     margin-left: auto;
}

@media only screen and (min-width: 768px) {
.iyslogo2 {
	max-width: 60%;
	object-fit: contain;
	height: auto;
}

.gta-wrapper {
	flex-direction: row;
}

.main-left {
	width: 33%;
	display: flex;
	flex-direction: row;
}

.main-center {
	width: 34%;
	display: flex;
	justify-content: center;
	align-text: center;
}
.main-right {
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	
}