.IRBAmember-content {
  position: relative;
}

.IRBAimg {
  /* position: absolute; */
  top: 36%;
  left: 49%;
  transform: translate(-90%, -27%);
}

.IRBA-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 6rem;
  padding-left: 6rem;
}

@media screen and (max-width: 1200px) {
  .IRBAimg {
    /* position: absolute; */
    top: 36%;
    left: 48%;
    transform: translate(-89%, -30%);
  }
  .IRBA-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
  }
  .eventLogo {
    position: absolute;
    top: 7%;
    left: 73%;
    transform: translate(100%, -86%);
  }

  .eventLogo img {
    max-height: 4rem;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .IRBAimg {
    /* position: absolute; */
    top: 36%;
    left: 48%;
    transform: translate(-95%, -41%);
  }
  .eventLogo {
    position: absolute;
    top: 7%;
    left: 71%;
    transform: translate(75%, -77%);
  }

  .eventLogo img {
    max-height: 4rem;
    width: auto;
  }

  /* .contact-form {
    width:30rem;
} */
}

@media screen and (max-width: 768px) {
  .IRBAimg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
  }

  .IRBA-text {
    position: static;
    top: 50%;
    left: 50%;
    transform: translate(0%, -20%);
  }
  .eventLogo {
    position: absolute;
    top: 9%;
    left: 68%;
    transform: translate(100%, -77%);
  }
  .eventLogo img {
    max-height: 6rem;
    width: auto;
  }
  .contact-form{
    position: static;
    top: 15%;
    left: 75%;
    transform: translate(0%, -25%);
    border-radius: 8px;
  
  }
}

@media screen and (max-width: 1200px) {
  .nrb-training-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -18%);
  }
  .nrb-training-desc {
    min-height: 16rem;
  }
}

@media screen and (max-device-width: 576px) {
  .contact-form-icon {
    position: absolute;
    top: 97%;
    left: 51%;
    transform: translate(-48%, -35%);
    width: 18rem;
}
.contact-form-icon img{
  height:1.2rem
}
}



@media screen and (max-width: 992px) {
  .nrb-training-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -11%);
  }
  .nrb-training-desc {
    min-height: 17rem;
  }
}

@media screen and (max-width: 768px) {
  .nrb-training-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -28%);
  }
  .nrb-training-desc {
    min-height: 23rem;
  }

  .nrb-training-img img {
    max-width: 100%;
    height: 14rem;
  }
}

@media screen and (max-width: 541px) {
  .eventLogo {
    display: none;
  }

  .nrb-training-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .nrb-training-desc {
    min-height: 24rem;
  }

  .nrb-training-img img {
    max-width: 100%;
    height: 14rem;
  }
}

@media screen and (max-device-width: 478px) {
  .nrb-training-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .nrb-training-desc {
    min-height: 26rem;
  }

  .nrb-training-img img {
    max-width: 100%;
    height: 14rem;
  }
}
