@font-face {
  font-family: "WremenaBold";
  src: url("../fonts/WremenaBold.woff2") format("woff2");
}
@font-face {
  font-family: "WremenaLight";
  src: url("../fonts/WremenaLight.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "UntitledSansWeb";
  src: url("../fonts/UntitledSansWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "UntitledSansWeb-Bold";
  src: url("../fonts/UntitledSansWeb-Bold.woff2") format("woff2");
}
/* BASIC SIZES */
html {
  font-size: 100%;
}

body {
  font-size: 1rem;
}

/* Headlines */
.header-title, .header-box-title {
  font-size: 4.2rem !important;
  line-height: 3.8rem !important;
}

.content-title {
  color: #58b1ff;
  font-family: "Wremena_Bold", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.02em;
  font-size: 3rem;
  padding-bottom: 1.5rem;
}

.ceo-name {
  display: block;
  font-family: "WremenaLight";
  font-size: 1.8em;
  font-weight: 100;
}

.ceo-position {
  color: #58b1ff;
  display: block;
  font-size: 1em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header-title-box, .header-box-title {
    font-size: 6.5vw !important;
    line-height: 8vw !important;
  }
  .header-title {
    font-size: 6.5vw !important;
    line-height: 8vw !important;
  }
  .header-copy-box, .content-copy {
    font-size: 1rem !important;
  }
  .statement-text {
    font-size: 4.2vw;
  }
  .statement-text-2 {
    font-size: 4.2vw;
  }
  .content-title {
    font-size: 6vw;
    line-height: 2rem;
  }
  .ceo-name {
    font-size: 1.5rem;
  }
  .ceo-position {
    font-size: 0.8rem;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 1rem;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-title, .header-box-title {
    font-size: 5.5vw !important;
  }
  .header-copy, .header-copy-box, .content-copy {
    font-size: 1rem !important;
    line-height: 1.8rem;
  }
  .statement-text {
    font-size: 1.4rem;
  }
  .statement-text-2 {
    font-size: 1.4rem;
  }
  .content-title {
    font-size: 4.2vw;
    line-height: 3rem;
  }
  .line_left {
    font-size: 3vw !important;
    line-height: 2rem !important;
    margin-left: 30vw;
  }
  .ceo-name {
    font-size: 1.8em;
  }
  .ceo-position {
    font-size: 1em;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 1rem;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header-title, .header-box-title {
    font-size: 5vw !important;
    line-height: 4.5rem !important;
  }
  .header-copy {
    font-size: 0.9rem;
  }
  .statement-text {
    font-size: 1.4rem;
  }
  .statement-text-2 {
    font-size: 1.4rem;
  }
  .content-title {
    font-size: 3.2vw;
    line-height: 3rem;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 0.9rem;
    line-height: 1.6rem !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .header-title, .header-box-title {
    font-size: 4.2rem !important;
    line-height: 4.8rem !important;
  }
  .statement-text {
    font-size: 1.6rem;
  }
  .statement-text-2 {
    font-size: 1.6rem;
  }
  .content-title {
    font-size: 3vw;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 1rem;
    line-height: 1.8rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .header-title, .header-box-title {
    font-size: 4.2rem !important;
    line-height: 4.8rem !important;
  }
  .statement-text {
    font-size: 2rem;
  }
  .statement-text-2 {
    font-size: 2rem;
  }
  .content-title {
    font-size: 3rem;
  }
  .header-copy, .copy-1, .copy-2, .copy-3, .copy-4, .copy-5,
  .content-copy, .text-quote p, .a_content p, .content-article p,
  .white-box-1 p, .white-box-2 p, .subtitle {
    font-size: 1rem;
    line-height: 1.8rem !important;
  }
}
body {
  background-image: none;
  background-color: #141f33;
}

.container {
  max-width: 2560px;
  height: auto;
  margin: 8rem 0rem 0rem 0rem;
}

.header {
  display: flex;
  height: 58rem;
  width: auto;
  margin: 0 auto;
  justify-content: flex-start;
  margin-left: 32rem;
}

.header-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.header-img {
  min-width: 28rem;
  max-height: 90%;
  padding-left: 5rem;
  padding-bottom: 6rem;
}

.header-title, .header-title-box {
  letter-spacing: 5px;
  text-align: left;
  color: #cf4990;
  font-family: "Wremena_Bold", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}

.header-title {
  display: block;
  margin-left: -5.7rem;
  margin-top: 12rem;
}

.header-title-box {
  display: none;
}

.header-copy {
  margin-top: 6rem;
  margin-left: 8rem;
  width: 24rem;
}

.header-copy-box {
  display: none;
  padding: 2rem 8vw 0vw 25%;
}

.header-right {
  position: absolute;
  z-index: -100;
  right: 0;
  top: 5rem;
}

.img-4 {
  width: 70rem;
  z-index: -1000;
}

.header-box {
  display: none;
}

.statement-div {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 4rem 0rem;
  margin: 12rem 0;
}

.statement-line hr {
  width: 40vw;
  margin: 0;
}

.statement-text {
  font-family: "Wremena_Bold", Georgia, "Times New Roman", Times, serif;
  color: #c7478c;
  padding-left: 8rem;
}

.bracket-right-1 {
  display: block;
  position: absolute;
  right: 0;
  margin-top: 10rem;
  z-index: -5;
  width: auto;
}

.content-block-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-left: 24rem;
}

.block-1-left {
  width: -moz-fit-content;
  width: fit-content;
}

.title-1 {
  width: 42rem;
}

.copy-1 {
  width: 23rem;
}

.img-1 {
  padding-right: 1rem;
  padding-bottom: 6rem;
  z-index: 5;
  width: auto;
  height: auto;
}

.block-1-right {
  padding-right: 0vw;
  padding-top: 15rem;
  display: flex;
  overflow: hidden;
  margin-left: -15rem;
  z-index: 50;
}

.blue-box-1 {
  content: "";
  display: block;
  position: absolute;
  background-color: #58b1ff;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 32rem;
  max-height: 38rem;
  margin-top: 3.7rem;
  margin-left: -30rem;
}

.content-block-2 {
  margin-top: 0rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  gap: 8vw;
}

.block-2-left {
  padding-top: 0;
}

.block-2-right {
  width: 34rem;
  padding-right: 1vw;
  padding-top: 4rem;
}

.title-2 {
  width: 25rem;
}

.img-2 {
  width: 25rem;
}

.bracket-left-1 {
  display: block;
  position: absolute;
  left: 0;
  margin-top: -36rem;
  z-index: -5;
  width: auto;
}

.content-block-3 {
  margin-top: 0rem;
  margin-bottom: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.block-3-left {
  margin-left: 0rem;
  margin-right: 6rem;
}

.block-3-left .content-title {
  width: 36rem;
  margin-top: 8rem;
}

.block-3-right {
  width: 40rem;
}

.img-3 {
  width: auto\9 ;
  height: auto;
  max-width: 100%;
  z-index: -1;
  position: relative;
  margin-top: -18rem;
  margin-left: 10vw;
}

.img-3-container {
  max-width: 60rem;
}

.blue-box-2 {
  content: "";
  display: block;
  position: relative;
  background-color: #58b1ff;
  z-index: -5;
  width: 40rem;
  height: 28rem;
  margin-top: -24rem;
  margin-left: 10rem;
}

.slider-box {
  margin-top: -5rem;
  margin-left: -10vw;
}

.statement-div-2 {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 4rem 0rem;
  margin: 8rem 0;
  justify-content: flex-end;
}

.statement-line-2 hr {
  width: 40vw;
  margin: 0;
  margin-left: auto;
}

.statement-text-2 {
  font-family: "Wremena_Bold", Georgia, "Times New Roman", Times, serif;
  color: #c7478c;
  padding-right: 8rem;
}

.bracket-right-2 {
  display: block;
  position: absolute;
  right: 0;
  margin-top: -167rem;
  z-index: -5;
  width: auto;
}

.bracket-left-2 {
  display: block;
  position: absolute;
  left: 0;
  margin-top: -10rem;
  z-index: -5;
  width: auto;
}

.blog-container {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 10rem;
  padding: 0 3rem;
}

.blog-container .content-title {
  padding-bottom: 1rem;
}

.blog-post-container {
  display: grid;
  gap: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
}

.blog-post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 36px 30px;
  padding-bottom: 28px;
  background-color: #fff;
  height: 20rem;
}

.blog-post-title {
  display: flex;
  color: #c7478c;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-family: "UntitledSans_Bold", sans-serif, Courier, mono;
  text-transform: uppercase;
}

.blog-post-copy {
  font-size: 1rem;
  line-height: 1.8rem !important;
  color: black;
  margin-bottom: 2rem;
  display: none;
}

.blog-post-bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: auto;
  align-items: center;
}

.blog-post-arrow {
  width: 55px;
  transform: rotateZ(90deg) scale(-1);
  margin-left: auto;
}

.blog-post-date {
  font-size: 12px;
  color: #cf4990;
  font-weight: 800;
  letter-spacing: 2px;
}

.blog-anchor-container {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0;
}

.blog-anchor-container a {
  text-transform: uppercase;
  font-family: "UntitledSans_Bold", sans-serif, Courier, mono;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #cf4990;
  display: block;
  border: 2px solid white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 200px;
  margin-top: 10px;
}

.blog-post:hover {
  background: #cf4990;
}

.blog-post:hover .blog-post-title, .blog-post:hover .blog-post-date {
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .container {
    margin: 8rem 0rem 0rem 0rem;
  }
  .header {
    align-items: flex-start;
    height: 20rem;
    padding: 5vw;
    display: none;
  }
  .header-left {
    margin-top: -8rem;
    margin-left: 0vw;
  }
  .header-img {
    display: none;
  }
  .header-right {
    margin-right: 0vw;
    z-index: -1;
  }
  .header-title {
    top: 0rem;
    z-index: 100;
    margin-left: 0rem;
    margin-top: 0rem;
  }
  .header-title-box {
    display: block;
    padding-top: 0rem;
  }
  .header-title-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 38vw;
    height: 48vw;
    background-image: url("/assets/images/library_header_image.jpg");
    background-size: cover;
    z-index: -10;
    margin-left: -3rem;
    margin-top: -5vw;
  }
  .header-copy {
    display: none;
  }
  .header-copy-box {
    display: block;
  }
  .header-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
    background-image: url("/images/tablet/bg01@2x.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    margin-top: -3rem;
  }
  .header-box .startslogan {
    top: 0vh;
  }
  .statement-div {
    padding: 2rem 0rem;
  }
  .statement-text {
    padding-left: 2rem;
    padding-right: 10vw;
  }
  .content-block-1 {
    flex-direction: column;
    margin-left: 0rem;
    margin-top: 1rem;
  }
  .block-1-left {
    margin-left: 2rem;
    width: auto;
    min-width: auto;
    z-index: 100;
  }
  .title-1 {
    width: auto;
  }
  .copy-1 {
    width: 75vw;
  }
  .block-1-right {
    display: block;
    position: relative;
    padding-right: 0;
    overflow: hidden;
    padding-top: 2rem;
    margin-left: 0rem;
    right: 0;
    align-self: flex-end;
  }
  .img-1 {
    width: 25rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    min-width: 2rem;
    right: 0;
  }
  .blue-box-1 {
    z-index: -1;
    max-width: 56vw;
    max-height: 20rem;
    margin-top: -21rem;
    right: 0;
  }
  .content-block-2 {
    margin-top: 2rem;
    flex-direction: column-reverse;
    margin-bottom: 0rem;
    gap: 5rem;
  }
  .title-2 {
    width: auto;
  }
  .img-2 {
    width: 18rem;
  }
  .block-2-left {
    display: flex;
    justify-content: space-around;
  }
  .block-2-right {
    margin-left: 10vw;
    width: auto;
    padding-right: 10vw;
  }
  .blue-box-1 {
    max-width: 50rem;
    max-height: 25rem;
    margin-top: 5rem;
    width: 20rem;
    margin-left: 0rem;
    position: absolute;
  }
  .statement-div {
    padding: 3rem 0rem;
    margin: 4rem 0;
  }
  .content-block-3 {
    margin-top: 0rem;
    margin-bottom: 2rem;
    gap: 12vw;
  }
  .block-3-left {
    margin-left: 0vw;
    margin-right: 0vw;
    right: 0;
    align-self: flex-end;
  }
  .block-3-left .content-title {
    width: auto;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 2rem;
    padding-right: 6vw;
  }
  .block-3-right {
    width: 68vw;
  }
  .img-3-container {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .img-3 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0rem;
  }
  .blue-box-2 {
    background-color: #58b1ff;
    z-index: -5;
    width: 20rem;
    height: 10rem;
    margin-top: 0rem;
    margin-left: 0rem;
    display: none;
  }
  .slider-box {
    margin-top: -5rem;
    margin-left: 0vw;
  }
  .slideshow-container {
    height: -moz-fit-content;
    height: fit-content;
  }
  .text-quote p {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
  .text-person p {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
  .statement-div-2 {
    padding: 2rem 0rem;
    margin: 5rem 0;
  }
  .statement-text-2 {
    padding-right: 2rem;
    padding-left: 10vw;
  }
  .content-block-4 {
    margin-top: 2rem;
  }
  .block-4-left {
    width: auto;
    margin-right: 20vw;
    margin-left: 10vw;
  }
  .img-4 {
    margin-top: -3rem;
    height: auto;
    z-index: -5;
  }
  .bracket-right-1 {
    display: none;
  }
  .bracket-left-1, .bracket-left-2 {
    display: none;
  }
  .bracket-right-2 {
    display: none;
  }
  .blog-container {
    margin-bottom: 4rem;
    padding: 0 1.5em;
  }
  .blog-post-container {
    grid-auto-flow: row;
  }
  .blog-post {
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    padding-bottom: 24px;
    height: 10rem;
  }
  .blog-post-title {
    font-size: 14px;
    line-height: 1.3rem;
    margin-bottom: 0rem;
    margin: auto;
  }
  .blog-post-bottom {
    margin: auto;
  }
  .blog-post-arrow {
    width: 28px;
  }
}
@media (min-width: 789px) and (max-width: 1187px) {
  .slideshow-container {
    min-height: 30rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    margin: 8rem 0rem 0rem 0rem;
  }
  .img-4 {
    width: 42rem;
  }
  .header {
    height: 45rem;
    display: flex;
    align-items: center;
    margin-left: 5rem;
    justify-content: flex-start;
  }
  .header-box {
    display: none;
  }
  .header-left {
    margin-left: 0rem;
    margin-top: -8rem;
  }
  .header-img {
    min-width: 18rem;
    max-height: 90%;
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
  .header-title {
    margin-left: 0rem;
  }
  .header-copy {
    margin-top: 3rem;
    margin-left: 3rem;
    width: 24rem;
  }
  .header .startslogan {
    top: 20rem;
  }
  .statement-text {
    padding-left: 4rem;
  }
  .statement-div {
    margin: 3rem 0;
  }
  .content-block-1 {
    margin-left: 0rem;
    margin-top: 0rem;
    flex-direction: column;
  }
  .block-1-left {
    margin-left: 0vw;
    min-width: 20rem;
    width: auto;
    align-self: center;
  }
  .block-1-right {
    padding-right: 0vw;
    padding-top: 4rem;
    display: flex;
    overflow: hidden;
    margin-left: 0;
    z-index: 50;
    align-self: flex-end;
  }
  .copy-1 {
    width: 42rem;
  }
  .img-1 {
    width: 18rem;
    min-width: 32rem;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0;
    position: relative;
    right: 0;
  }
  .blue-box-1 {
    display: block;
    max-width: 26vw;
    max-height: 28rem;
    margin-top: 2rem;
    margin-left: 6rem;
  }
  .content-block-2 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 5vw;
  }
  .copy-2 {
    width: -moz-fit-content;
    width: fit-content;
  }
  .block-2-left {
    padding-top: 1rem;
  }
  .img-2 {
    width: 38vw;
    left: 0;
  }
  .blue-box-1 {
    max-height: 29rem;
    margin-top: 7rem;
    margin-left: -3rem;
  }
  .block-2-right {
    padding-right: 4vw;
  }
  .content-block-3 {
    gap: 8vw;
    margin-bottom: 4rem;
  }
  .block-3-left {
    margin-left: 0vw;
    margin-right: 0vw;
    right: 0;
  }
  .img-3 {
    margin-top: 2rem;
  }
  .img-3-container {
    max-width: 36rem;
  }
  .slider-box {
    margin-top: -10rem;
    width: 36rem;
  }
  .blue-box-2 {
    content: "";
    display: block;
    position: absolute;
    background-color: #58b1ff;
    z-index: -5;
    width: 20rem;
    height: 20rem;
    margin-top: -36rem;
    right: 0;
  }
  .slideshow-container {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .text-quote p {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
  }
  .block-3-left .content-title {
    width: 36rem;
    margin-top: 2rem;
  }
  .statement-text-2 {
    padding-right: 4rem;
  }
  .block-4-left {
    margin-right: 10vw;
  }
  .bracket-right-1 {
    margin-top: 38rem;
    width: 80%;
  }
  .bracket-left-1 {
    margin-top: 10rem;
    width: 80%;
  }
  .bracket-left-2 {
    margin-top: 32rem;
    width: 80%;
  }
  .bracket-right-2 {
    margin-top: -92rem;
    width: 80%;
  }
  .blog-container {
    margin-bottom: 4rem;
    padding: 0 10rem;
  }
  .blog-post-container {
    grid-auto-flow: row;
  }
  .blog-post {
    height: 12rem;
  }
  .blog-post-title {
    font-size: 1.1rem;
    margin-bottom: 0rem;
  }
  .blog-post-arrow {
    width: 36px;
  }
}
@media (min-width: 1188px) and (max-width: 1280px) {
  .slideshow-container {
    min-height: 20rem !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .container {
    margin: 8rem 0rem 0rem 0rem;
  }
  .header {
    margin-top: 0rem;
    height: 45rem;
    margin-left: 10rem;
  }
  .header-box {
    display: none;
  }
  .header-left {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .header-img {
    min-width: 28rem;
    max-height: 90%;
    padding-left: 5rem;
    padding-bottom: 3rem;
  }
  .header-title {
    margin-left: 0rem;
    margin-top: 8rem;
  }
  .header-copy {
    margin-top: 4rem;
    margin-left: 6rem;
    width: 24rem;
  }
  h1.startslogan {
    top: 9rem;
    margin-top: 0rem;
  }
  .content-block-1 {
    gap: 0;
    margin-left: 5rem;
  }
  .img-1 {
    width: 32rem;
    min-width: 20rem;
    max-height: 50rem;
    padding-left: 0;
    padding-right: 1rem;
    margin-left: 0vw;
  }
  .blue-box-1 {
    max-width: 27vw;
    max-height: 31.3rem;
    margin-top: 2rem;
    margin-left: 0rem;
    left: 0;
  }
  .content-block-2 {
    margin-top: 0rem;
    margin-bottom: 6rem;
    gap: 6vw;
  }
  .block-2-right {
    padding-right: 5vw;
  }
  .img-2 {
    width: 20rem;
  }
  .content-block-3 {
    margin-bottom: 10rem;
  }
  .block-3-left {
    margin-left: 0;
    margin-right: 5vw;
  }
  .img-3-container {
    max-width: 38rem;
  }
  .img-3 {
    margin-top: -10rem;
    margin-left: 14rem;
  }
  .block-3-right {
    width: 40rem;
  }
  .slider-box {
    width: 42rem;
  }
  .blue-box-2 {
    width: 40rem;
    height: 23rem;
    margin-top: -20rem;
    margin-left: 1rem;
  }
  .statement-div {
    margin: 3rem 0;
  }
  .block-4-left {
    margin-right: 20vw;
  }
  .bracket-right-1 {
    margin-top: 32rem;
    width: 60%;
  }
  .bracket-left-1 {
    margin-top: 0rem;
    width: 60%;
  }
  .bracket-right-2 {
    margin-top: -22rem;
    width: 60%;
  }
  .bracket-left-2 {
    width: 60%;
  }
  .img-4 {
    width: 50rem;
  }
  .bracket-left-2 {
    margin-top: 12rem;
  }
  .blog-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .blog-post-title {
    font-size: 1.1rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .content-block-2 {
    margin-top: 8rem;
  }
}/*# sourceMappingURL=style.css.map */