@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy/gilroy-light.woff2") format("woff2"), url("/assets/fonts/gilroy/gilroy-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy/gilroy-extra-bold.woff2") format("woff2"), url("/assets/fonts/gilroy/gilroy-extra-bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-regular.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-regular.woff") format("woff");
  font-weight: 400l;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-bold.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-bold.woff") format("woff");
  font-weight: bold;
  font-style: 600;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-medium.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body header {
  background-size: cover;
  background-position: initial;
}
body .content {
  padding: 0;
  height: calc(100vh - 300px);
}
body .content .specialisation-detail {
  padding: 72px 24px;
  background: url("/assets/svgs/up-background.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 300px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body .content .specialisation-detail .description {
  max-width: 600px;
  min-width: 300px;
  padding: 24px;
  color: #224660;
}
body .content .specialisation-detail .description .title {
  font-size: 28px;
  font-family: "Gilroy";
}
body .content .specialisation-detail .description .text {
  padding: 12px 0;
}
body .content .specialisation-detail .image {
  width: 300px;
}
body .content .specialisation-detail .image img {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  object-fit: cover;
}