section.gt-block.section--parking {
padding: 8.25rem 0;
}
@media screen and (max-width: 600px) {
section.gt-block.section--parking {
padding: 6.25rem 0;
}
}
section.gt-block.section--parking .section--parking-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 600px) {
section.gt-block.section--parking .section--parking-content {
gap: 2.7rem;
}
}
@media screen and (max-width: 530px) {
section.gt-block.section--parking .section--parking-content {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
section.gt-block.section--parking .section--parking-content .header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
section.gt-block.section--parking .section--parking-content .header h2 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
@media screen and (max-width: 530px) {
section.gt-block.section--parking .section--parking-content .header h2 {
text-align: center;
}
}
section.gt-block.section--parking .section--parking-content .header .qr-code {
width: 100%;
max-width: 19.8rem;
height: 19.8rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
@media screen and (max-width: 530px) {
section.gt-block.section--parking .section--parking-content .header .qr-code {
display: none;
}
}
section.gt-block.section--parking .section--parking-content .header .qr-code svg {
width: 100%;
max-width: 19.9rem;
height: 19.9rem;
border-radius: 2rem;
aspect-ratio: 1/1;
}
section.gt-block.section--parking .section--parking-content-desc {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 3.4rem;
}
@media screen and (max-width: 530px) {
section.gt-block.section--parking .section--parking-content-desc {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
section.gt-block.section--parking .section--parking-content-desc .left-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 39.6rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3.8rem;
}
@media screen and (max-width: 530px) {
section.gt-block.section--parking .section--parking-content-desc .left-col {
max-width: 40.6rem;
}
}
section.gt-block.section--parking .section--parking-content-desc .left-col--title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2.9rem;
}
@media screen and (max-width: 530px) {
section.gt-block.section--parking .section--parking-content-desc .left-col--title {
display: none;
}
}
section.gt-block.section--parking .section--parking-content-desc .left-col--title .icon svg {
width: 100%;
max-width: 3.5477rem;
height: 4.0363rem;
}
section.gt-block.section--parking .section--parking-content-desc .left-col p a {
color: #fff;
border-bottom: 1px solid #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
section.gt-block.section--parking .section--parking-content-desc .left-col p a:hover {
border-color: transparent;
}
section.gt-block.section--parking .section--parking-content-desc .right-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 76.5rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
}
@media screen and (max-width: 768px) {
section.gt-block.section--parking .section--parking-content-desc .right-col {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 100%;
}
}
section.gt-block.section--parking .section--parking-content-desc .right-col img {
width: 100%;
max-width: 37rem;
height: 27.7rem;
-ms-flex-negative: 0;
flex-shrink: 0;
aspect-ratio: 370/277;
border-radius: 2rem;
}
@media screen and (max-width: 768px) {
section.gt-block.section--parking .section--parking-content-desc .right-col img {
max-width: 100%;
height: 100%;
}
}
section.gt-block.section--parking .section--parking-content-desc .button-mobile {
display: none;
}
@media screen and (max-width: 768px) {
section.gt-block.section--parking .section--parking-content-desc .button-mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
}