.social-item {
  margin: auto;
}

.contactnumber {
  display: flex;
  align-items: center;
}

.xb-item--img {
  z-index: -1;
}

.fontweight {
  font-weight: 400;
}

@media (max-width: 768px) {
  .fontweight {
    font-size: 16px;
  }
}

.fontsize {
  font-size: 27px;
}

.margin {
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .contactnumber {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
  }
}

.sec-title--two iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .copyright mt-20 {
    display: flex;

    align-items: center;
    text-align: center;
    margin-top: 2rem;
  }

  .Social-Logos {
    display: flex;

    align-items: center;
    text-align: center;
    margin-top: 2rem;
  }

  .ft {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
  }
}

.varad {
  display: flex;
  border: 2px solid red;
}

.ppt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .ppt {
    flex-direction: column;
    gap: 10px;
  }
}
