.heading-name-text {
   font-weight: bold;
   font-size: 18px;
}

.details-container {
   display: inline-block;
   max-width: 1024px;
   text-align: left;
}

.heading-paragraph-text {
   font-weight: bold;
}

body {
   line-height: 1.5;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
   color: #333333;
   background-color: #ffffff;
}

@media (min-width: 768px) {
   .heading-name-text {
      font-size: 24px;
   }
   body {
      font-size: 20px;
   }
}

header, section, footer {
   min-height: 1px;
   padding-top: 15px;
   padding-bottom: 15px;
   padding-right: 15px;
   padding-left: 15px;
   font-weight: 500;
   text-align: center;
}

section p {
   padding-top: 5px;
   padding-bottom: 5px;
}

section p a {
   cursor: pointer;
   font-weight: normal;
   text-decoration: underline;
   color: black;
   background-color: #ffffff;
}

img {
   max-width: 100%;
}
