.technology-page{flex-direction:column;flex:1;justify-content:center;width:100%;display:flex}.technology-page .section{justify-content:center;padding:0 2rem;display:flex}.technology-page .section.stretch{flex:1;align-items:center;margin:0 -2rem;display:flex}.technology-page .section.top{background-color:#fff9;font-size:2rem}.technology-page .section.stretch .content{width:100%;padding:0 2rem}.technology-page .section .main-title{padding:5rem 0;font-size:3rem;font-weight:700}.technology-page .section .title{width:fit-content;margin-bottom:1rem;font-size:x-large;font-weight:600}.technology-page .section .title:after{content:"";border-bottom:2px solid var(--accent-font-color);width:2rem;display:block}.technology-page .section.upper{background-blend-mode:lighten;background:#fff9 url(/images/bg_6.jpeg) 100% 0/contain no-repeat;min-height:300px;padding:2rem;font-size:larger}.technology-page .section.upper div{font-size:1.5rem}.technology-page .section.upper .content{display:flex}.technology-page .section.gray{background-color:var(--light-gray-color)}.technology-page .section.upper .content>div:first-child{flex:3}.technology-page .section.upper .content>div:nth-child(2){flex:1}.technology-page .section.upper a{color:var(--accent-font-color)}.technology-page .section.edge{padding:2rem}.technology-page .tiles-wrapper{flex-wrap:wrap;gap:2rem;padding:2rem 0;display:flex}.technology-page .tiles-wrapper .tile{flex:1;min-width:190px;padding:1rem}.technology-page .tiles-wrapper .tile-title{font-size:larger}.technology-page .tiles-wrapper .tile-desc{font-weight:100}.technology-page .section.bottom{padding:2rem}@media screen and (width<=829px){.technology-page .section.upper{background-color:#fffc;background-position:top;background-size:cover}.technology-page .section.upper .content>div:nth-child(2){flex:0}.technology-page .section.upper div{font-size:1.25rem}}@media screen and (width<=619px){.technology-page .section.edge .tiles-wrapper,.technology-page .section.bottom .tiles-wrapper{gap:0}}