.award-support-container {
  width: 100%;
 /* max-width: 1440px;*/
  height: auto;
  /* min-height: 520px; 
   padding-left: 150px; 
  padding-left: 100px;*/
  background-color: #F9F9FC;
}
.award-support-info {
 /* gap:75px;*/
  width: 100%;
  max-width: 100%;
  height: auto;
 /* min-height: 520px;*/
  justify-content: space-between;
  padding-top: 60px;
  /* padding-bottom: 80px; */
  display: flex;
  flex-direction: row;
}
.award-support-leftcontent {
  width: 100%;
  max-width: auto;
 /* min-height: 302px;*/
  height: auto;
  /* gap: 16px; */
  display: flex;
  flex-direction: column;
  padding-right: 5%;
}
.award-support-leftcontent h2 {
  font-family: 'Bellefair', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #2C3059;
  text-transform: uppercase;
}
.award-support-leftcontent p {
  width: 100%;
  max-width: 482px;
  height: auto;
  /*min-height: 78px;*/
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  color: #6A6D87;
}
.award-support-link-sec {
  width: 100%;
  max-width: 200px;
  height: auto;
 /* min-height: 144px;*/
  display: flex;
  flex-direction: column;
  /* gap: 4px;*/
}
.award-support-service-link {
  width: fit-content;
  height: 48px;
  gap: 6px;
  padding: 8px 0 8px 0;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.award-support-service-link a {
  font-family: 'InterBold';
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  color: #684B9B !important;
  text-decoration: none;
}
.award-support-service-link img {
  width: 20px;
  height: 20px;
}
.award-support-award-link {
  width: 100%;
  max-width: 168px;
  height: auto;
  /*min-height: 48px;*/
  gap: 8px;
  padding: 8px 0 8px 0;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.award-support-award-link a {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  color: #684B9B;
  text-decoration: none;
}
.award-support-award-link img {
  width: 20px;
  height: 20px;
}
.award-support-program-link {
  max-width: 184px;
  width: 100%;
 /* min-height: 48px;*/
  height: auto;
  border-radius: 8px;
  gap: 8px;
  padding: 8px 0 8px 0;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.award-support-program-link a {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
  color: #684B9B;
  text-decoration: none;
}
.award-support-program-link img {
  width: 20px;
  height: 20px;
}
.award-support-rightcontent {
  width: 100%;
 /* max-width: 720px;
    min-height: 360px;*/
  height: auto;
  display: flex;
  flex-direction: row;
  padding-bottom: 56px;
}
.right-image-container {
   width: 100%; 
 /* max-width: 360px;
   height: auto; */
  position: relative;
}
.right-img {
  width: 100%;
  height: 100%;
}
.image-txt {
  /* width: 360px; */
  width: 100%;
  height: 69px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0px;
  align-items: center;
}
.nominee-txt {
  font-family: 'Bellefair', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.image-txt img {
  width: 24px;
  height: 24px;
}
.norightPadd {
	padding-right: 0px !important
}
@media (max-width:767px) {
  .award-support-rightcontent {
      flex-direction: column;
      padding-left: 0px;
      padding-right: 0px;
      gap: 15px;
  }

  .award-support-info {
      flex-direction: column;
      padding-left: 0 !important;
  }

  .right-img {
      border-radius: 8px !important;
      height: 200px;
  }

  .award-support-container {
      padding: 10px !important;
  }

  .award-support-info {
      gap: 20px;
  }
}

/*@media (min-width:768px) {
  .right-image-container {
      min-height: 360px;
  }
}*/