.Case-study-page-Section-1 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 59px;
}
.Case-study-page-Section-1 .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .Case-study-page-Section-1 .container {
    height: 25vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .Case-study-page-Section-1 .container {
    height: 30vh;
  }
}
.Case-study-page-Section-1 .container .row {
  height: 100%;
}

.Case-study-page-Section-2 {
  margin-top: 50px;
}
.Case-study-page-Section-2 small {
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.Case-study-page-Section-2 .Tags-Button {
  padding: 8px 30px 8px 30px;
  background-color: #F8F7F7;
  color: #112F4F;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.Case-study-page-Section-2 .Search-Button {
  padding: 2px 12px;
  background-color: #112F4F;
  color: #ffffff;
  font-size: 25px;
}

.Side-bar-view {
  background-color: #F8F7F7;
  min-height: 100vh;
  overflow-y: auto;
}
.Side-bar-view .container .row .Post-text {
  margin-top: 20px;
  color: #112F4F;
  font-size: 22px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.Side-bar-view .container .row hr {
  border: 1.5px solid #112F4F;
  opacity: 1;
}
.Side-bar-view .container .card {
  border: none;
  background-color: #F8F7F7;
}
.Side-bar-view .container .card .card-body {
  padding: 0;
}
.Side-bar-view .container .card .card-body .card-text {
  font-size: 14px;
  color: #112F4F;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
}
.Side-bar-view .container .card .card-body span {
  color: #898989;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}/*# sourceMappingURL=case_study.css.map */