@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 #b3b3b3;
}

.border-wrapper .left-side-section {
  border-right: 1px solid #b3b3b3;
  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;
  margin-bottom: 40px;
}

.border-wrapper .left-side-section .award-process h3 {
  font-size: 1.375rem;
  font-family: "Poppins-SemiBold";
  margin: 20px 0px;
}

.border-wrapper .left-side-section .award-process ul {
  list-style-type: none;
  padding-left: 0px;
}

.border-wrapper .left-side-section .award-process ul li {
  font-size: 1.1rem;
  text-decoration: none;
  color: #000;
  font-family: "Poppins-SemiBold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  margin-bottom: 20px;
}

.border-wrapper .left-side-section .award-process ul li svg {
  width: 100%;
  max-width: 20px;
  height: 20px;
  margin-top: 4px;
}

.border-wrapper .left-side-section .award-process ul li:hover {
  color: #FFA028;
}

.border-wrapper .left-side-section .award-process ul li:hover svg {
  fill: #FFA028;
}

.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;
}

@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 .right-section {
    padding: 25px;
  }
  .border-wrapper .right-section .ad-section .ad-img img {
    max-width: 250px;
    min-width: 100%;
  }
  .border-wrapper .left-side-section {
    border-right: 0px;
    border-bottom: 1px solid #b3b3b3;
    padding: 25px;
  }
  .border-wrapper .left-side-section .gb-intro h1 {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=awards-detail.css.map */