footer {
background: rgba(255, 255, 255, 0.69);
}
section#sectionTop {
color: white;
#mainDiv {
position: relative;
width: auto;
margin: auto;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
flex-direction: column;
margin-top: 15vh;
padding-top: 40vh;
> h1 {
opacity: 0.8;
font-size: min(6vw, 4em);
text-align: center;
}
> h2 {
font-size: min(4vw, 1.5em);
text-align: center;
}
}
#imageBlur {
position: relative;
top: 12.5%;
width: 100%;
margin-top: 100px;
overflow: visible;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
> img {
object-fit: contain;
object-position: center;
position: absolute;
width: 70%;
height: auto;
max-width: 1100px;
filter: blur(20px);
z-index: -1;
opacity: 0.5;
}
.zooming-image {
width: 65%;
max-width: 1000px;
> img {
max-width: initial!important;
}
}
}
}
@media screen and (max-width: 600px) {
section.split-section {
> div {
flex-direction: column-reverse!important;
> div.content {
width: 100%!important;
margin-top: 50px;
}
> div {
&:not(.content) {
width: 100%!important;
}
}
}
}
}
section.split-section {
width: 100vw;
min-height: 50vh;
background: #FFFFFF;
&.invert > div {
flex-direction: row-reverse;
}
> div {
width: 90%;
padding: 10% 5%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;
justify-content: space-evenly;
> div.content {
width: 50%;
}
> div {
&:not(.content) {
width: 40%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
align-items: center;
justify-content: center;
}
}
}
}
.qna-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: flex-start;
justify-content: flex-start;
@media screen and (max-width: 1200px) {
flex-direction: column;
}
> div {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
align-items: flex-start;
justify-content: center;
@media screen and (min-width: 1200px) {
&:not(:last-of-type) {
margin-right: 100px;
}
}
}
}
