.hs-image-widget{
   width: 120px;
}
.sketchfab-embed-wrapper-banner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sketchfab-embed-wrapper-banner img{
    height: 300px;
}
.mobile-logo{
    width: 40px;
}

.contact-form-container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

textarea {
  resize: vertical;
}

.submit-button {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #45a049;
}

#response-message {
  margin-top: 10px;
  text-align: center;
}

.latest-resources--item .featured-img {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 20rem;
    min-height: 20rem;
    width: 100%;
    background-position: center;
    border-radius: var(--border_radius_8);
    margin-bottom: var(--spacer_28);
}
.rec-post-module .span7 .rec-post-container .background-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    height: 14.5rem;
}