.scroll-container {
overflow-x: auto;
overflow-y: scroll;
}
.top-row {
display: flex;
flex-direction: row;
max-width: 100vw;
margin-top: 2em;
}
@media (width > 578px) {
.top-row {
flex-wrap: nowrap;
}
.top-row img {
width: 800px;
}
.top-row .hide-lg {
display: none;
}
}
@media (width <= 578px) {
.top-row {
flex-wrap: wrap;
gap: 2em;
}
.top-row img {
width: 500px;
}
.top-row .hide-sm {
display: none;
}
}
.top-row .left-container {
display: flex;
flex-direction: column;
min-width: 30em;
}
.top-row .left-container .lead {
margin-right: 1em;
}
.top-row .left-container .lead.hide-lg {
margin-left: 3em;
}
.top-row .left-container .side-nav {
display: flex;
flex-direction: column;
flex: 1 1 auto;
margin-left: 3em;
}
.top-row .left-container .side-nav-home {
padding: 1em;
}
.top-row .right-container {
flex: 1 1 auto;
text-align: center;
}
.teja-row {
display: flex;
}
@media (width > 578px) {
.teja-row.row-3 img {
width: 500px;
}
}
@media (width <= 578px) {
.teja-row.row-3 img {
width: 500px;
}
}
@media (width > 578px) {
.teja-row.row-2 img {
width: 650px;
}
}
@media (width <= 578px) {
.teja-row.row-2 img {
width: 500px;
}
}
@media (width > 578px) {
.teja-row {
flex-direction: row;
flex-wrap: nowrap;
gap: 2em;
padding: 2em;
}
}
@media (width <= 578px) {
.teja-row {
flex-direction: column;
flex-wrap: wrap;
}
.teja-row div {
text-align: center;
}
}
/*# sourceMappingURL=teja.css.map */