@font-face {
    font-family: "NasalizationRg-Regular";
    src: url("fonts/nasalization-rg.eot?") format("eot"), url("fonts/nasalization-rg.woff") format("woff"), url("fonts/nasalization-rg.ttf") format("truetype"), url("fonts/nasalization-rg.svg#NasalizationRg-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
*{
    font-family: "NasalizationRg-Regular";
    font-weight: normal;
    font-style: bold;
    color: rgb(77, 77, 77);
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}
.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #f2f2f2;
  }
  
  .social {
    margin: 0 10px;
  }
  
  .social a {
    color: #333;
    text-decoration: none;
    font-size: 24px;
  }
  
  .social a:hover {
    color: #007bff;
  }