.pClass {
  text-align: left !important;
}

.zgibo {
  max-width: 200px;
  height: auto;
}

.zgiboLeft {
  margin-left: 50%;
  transform: translateX(-50%);
}

.zgiboRight {
  margin-left: 50%;
  transform: translateX(-50%);
}

.custom__socials__wrapper {
  position: fixed;
  top: calc(50% - (6 * 25px));
  right: 5px;
  width: fit-content;
  height: fit-content;
  z-index: 10000;
}

.custom__social__item {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  background-color: #024bff;
  border-radius: 4px;
  color: white;
  margin: 2px 0;
}
.custom__social__item:hover {
  transform: scale(1.2);
  color: white;
}

.event-sidebar-content table {
  border-style: hidden;
}

.event-sidebar-content th,
.event-sidebar-content td {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.event-content img {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.event-content h1 {
  font-size: 46px;
}

.event-content h2 {
  font-size: 38px;
}

.event-content h3 {
font-size: 32px;
}

.event-content h4 {
  font-size: 24px;
}

.article-content table {
  width: 100%;
}

.article-content td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.3rem 1rem;
}

.article-content {
  color: black;
  font-size: 1rem;
  font-weight: 400;

}

 .article-content p {
  line-height: 2rem;
} 
.article-content img {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.article-content h1 {
  font-size: 46px;
}

.article-content h2 {
  font-size: 38px;
}

.article-content h3 {
font-size: 32px;
}

.article-content h4 {
  font-size: 24px;
}
.waiting_screen {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .custom__socials__wrapper {
    display: flex;
    top: initial;
    bottom: 0;
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .mobile-head-title {
    line-height: 40px;
  }
}

@media only screen and (max-width: 300px) {
  .custom__social__item {
    width: 40px;
    height: 40px;
  }
}
