@import url("/assets/fonts/fonts.css");
@import url("/assets/libraries/bootstrap-grid/bootstrap-grid.min.css");
@import url("/assets/libraries/normalize/normalize.css");
html,
body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
}

footer {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2E3547;
}

@media (max-width: 767.98px) {
  .footer__img img {
    width: 100px;
  }
}

.md-btn {
  width: 223px;
  height: 53px;
  border: 1px solid #0657D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0657D1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  gap: 10px;
}

.md-btn svg {
  fill: #fff;
}

.md-btn:hover {
  background: #0657D1;
  color: #fff;
}

.md-btn:hover path {
  stroke: #fff;
  fill: #fff;
}

.banner {
  width: 100%;
  height: 603px;
  background: url("/assets/img/md-banner.png") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner__content h1 {
  color: #fff;
  font-size: 34px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
}

.banner__content p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  max-width: 675px;
  text-align: center;
  margin-bottom: 50px;
}

.thesis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41px;
}

.thesis__one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 5px solid #0657D1;
}

.thesis__one span {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 5px;
}

.thesis__one p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.thesis__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 5px solid #0657D1;
}

.thesis__two span {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 5px;
}

.thesis__two p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.project h3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  color: #2E3547;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.project__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project__item p {
  color: #454545;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 30px;
  max-width: 557px;
}

.project__about {
  gap: 35px;
}

.project__about h5 {
  color: #2E3547;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
}

.project__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project__items {
  margin-bottom: 40px;
}

@media (max-width: 998px) {
  .project__item {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .banner__content img {
    width: 130px;
  }
  .banner__content h1 {
    font-size: 24px;
    line-height: 31px;
  }
  .banner__content p {
    font-size: 16px;
    line-height: 24px;
  }
  .thesis__one span {
    font-size: 18px;
    line-height: 22px;
  }
  .thesis__one p {
    font-size: 14px;
    line-height: 21px;
  }
  .thesis__two span {
    font-size: 18px;
    line-height: 22px;
  }
  .thesis__two p {
    font-size: 14px;
    line-height: 21px;
  }
  .project h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .project__about h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .project__about p {
    font-size: 14px;
    line-height: 21px;
  }
  .md-btn {
    width: 100%;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

h1 {
  color: red;
}

@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
  }
}

@media (max-width: 991.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
