@font-face {
  font-family:'Nasalization';
  src: url('../fonts/Nasalization-Rg.otf') format('truetype');
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 500;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 0;
  font-weight: 500;
}

.section-container {
  background-color: #F5F6F7;
  padding: 15px;
  border-radius: 16px;
  margin: 0 auto;
}

.section-margin-top {
  margin-top: 80px !important;
}

.details-page-title {
  font-family: 'Nasalization', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #243757;
}

.details-page-short-description{
  font-size: 23px;
  font-weight: 500;
  color: #15294B;
}





/* @media (min-width: 992px) {
  .section-container {
    margin: 0 auto;
  }
} */

