@font-face {
  font-family: 'Poppins-Regular';
  src: url("Poppins-Regular.ttf");
  src: url("Poppins-Regular.eot") format("embedded-opentype"), url("Poppins-Regular.woff") format("woff"), url("Poppins-Regular.otf") format("otf"), url("Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("Poppins-Medium.ttf");
  src: url("Poppins-Medium.eot") format("embedded-opentype"), url("Poppins-Medium.woff") format("woff"), url("Poppins-Medium.otf") format("otf"), url("Poppins-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("Poppins-SemiBold.ttf");
  src: url("Poppins-SemiBold.eot") format("embedded-opentype"), url("Poppins-SemiBold.woff") format("woff"), url("Poppins-SemiBold.otf") format("otf"), url("Poppins-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("Poppins-Bold.ttf");
  src: url("Poppins-Bold.eot") format("embedded-opentype"), url("Poppins-Bold.woff") format("woff"), url("Poppins-Bold.otf") format("otf"), url("Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: "Poppins-Regular";
}

.border-wrapper {
  border: 1px solid #e2e2e2;
}

.border-wrapper .left-side-section {
  border-right: 1px solid #e2e2e2;
  padding: 32px 36px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.border-wrapper .left-side-section .gb-intro h1 {
  font-family: "Poppins-SemiBold";
  color: #000;
  font-size: 2.625rem;
  line-height: 50px;
  text-align: center;
}

.border-wrapper .left-side-section .gb-intro img {
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 150px;
}

.border-wrapper .left-side-section .gb-btn {
  height: 100%;
}

.border-wrapper .left-side-section .gb-btn a {
  background-color: #000;
  padding: 25px 15px;
  text-decoration: none;
  border-radius: 0.5rem;
  gap: 10px;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.border-wrapper .left-side-section .gb-btn a:hover {
  background-color: #1c1c1c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.border-wrapper .left-side-section .gb-btn a img {
  width: 100%;
  max-width: 64px;
  height: 100%;
  max-height: 64px;
}

.border-wrapper .left-side-section .gb-btn a span {
  color: #fff;
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
  line-height: 28px;
}

.border-wrapper .right-section {
  padding: 40px 36px 20px 36px;
}

.border-wrapper .right-section .ad-section .ad-img {
  margin-bottom: 40px;
}

.border-wrapper .right-section .ad-section .ad-img img {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.border-wrapper .right-section .apply-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.border-wrapper .right-section .apply-btn a {
  background: #000;
  color: #fff;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
  text-decoration: none;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.border-wrapper .black-container {
  background-color: #fff !important;
  width: 100%;
  height: 100%;
}

#reward-faq-head h1 {
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .border-wrapper .right-section .ad-section .ad-img img {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .border-wrapper .left-side-section .gb-intro h1 {
    font-size: 2rem;
    line-height: 42px;
  }
  .border-wrapper .left-side-section .gb-intro img {
    max-width: 100px;
    max-height: 100px;
  }
  .border-wrapper .left-side-section .gb-btn a img {
    max-width: 50px;
    max-height: 50px;
  }
  .border-wrapper .left-side-section .gb-btn a span {
    font-size: 1.1rem;
  }
  .border-wrapper .right-section .ad-section .ad-img img {
    max-width: 250px;
    min-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .border-wrapper .left-side-section {
    border-bottom: 1px solid #e2e2e2;
    border-right: 0px;
  }
  .border-wrapper .right-section .ad-section .ad-img img {
    max-width: 250px;
    min-width: 100%;
  }
}/*# sourceMappingURL=awards-winner.css.map */