.texas-grant body {
  background-color: white;
  color: var(--uni_default_text);
}

.texas-grant h1,
.texas-grant h2,
.texas-grant h3,
.texas-grant h4 {
  font-family: Arial, sans-serif;
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align:center;
}
.texas-grant h1{
  font-size: clamp(34px, 4vw, 38px);
}
.texas-grant h2{
  font-size: clamp(30px, 4vw, 31px);
}
.texas-grant h3{
  font-size: 26px;
}
.texas-grant h4{
  text-align: left;
  text-transform: none;
  font-size: clamp(22px, 4vw, 23px);
}
.texas-grant h5 {
  font-size: clamp(18px, 4vw, 19px);
}
.texas-grant h6 {
  font-size: 16px;
}

.texas-grant p{
  font-size:22px;
}
.lg-title{
  font-size:42px;
}
.shield {
  margin: 20px 0;
}
.shield img {
  width: 100%;
  height: auto;
}
.grid-section{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 30px;
  text-align: center;
  padding: 20px;
}

.full-width-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 35%;
}

.chestplate-img {
  width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .vertical-line::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #818181;
}

@media (max-width: 576px) {
  .vertical-line::before {
    left: 12.5%;
    right: 12.5%;
    top: auto;
    bottom: 0;
    height: 2px;
    width: auto;
    background-color: #818181;
    transform: translateY(0);
  }
} */

@media (max-width: 768px) {
  .grid-section {
    grid-template-columns: 1fr;
  }
}

.agents-standing-by-container {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 40px;
}

.logo-displays {
	position: absolute;
	width: 100%;
	aspect-ratio: 2/1;
}

.logo-buyboard__container,
.logo-tx-share__container {
	position: absolute;
	width: 30%;
	height: 30%;
	/* border: 2px solid red; */
	top: 25%;
}

.logo-buyboard__container {
	right: 1.5rem;
}

.logo-tx-share__container {
	left: 1.5rem;
}

.logo-buyboard__container > * ,
.logo-tx-share__container > * {
	position: absolute;
	top: -48%;
}

.logo-buyboard__img,
.logo-tx-share__img {
	width: 80%;
	left: 10%;
}

.logo-buyboard__contract,
.logo-tx-share__contract {
	left: 13%;
	top: 75%;
	font-size: 3vw;
}
