.cta-ctnr {

  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.lnd {
  margin: 6rem 0;
}

.grid-ctnr {
  max-width: 1300px;

  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.txt-frm-bofx {
  display: grid;
  grid-template-columns: 1fr 1fr;

}

.grid-ctnr .subheading {
  margin-bottom: -20px !important;
}


.lnd .frm-frm {
  height: 500px;
  flex: 1;
  background: linear-gradient(to bottom, rgb(6 32 45 / 40%), rgb(1 28 41 / 98%) 65%),

    url(https://attorney-rankings.com/images/lnd-cta.jpg) center center no-repeat;
  align-items: center;
}

.frm-frm form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: auto;
  position: relative;
  top: 30px;
}

.frm-frm form input,
.frm-frm form button {

  padding: 10px;


}

.frm-frm form button {

  padding: 10px;
  background-color: var(--secondary);
  outline: none;
  border: none;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;


}


.frm-frm form input:focus,
.frm-frm form textarea:focus {
  outline: none;
}

.frm-frm form input,
.frm-frm form textarea {

  padding: 10px;
  background-color: transparent !important;
  border: 1px solid var(--secondary);
  color: var(--white);
  font-family: inherit;


}

.frm-frm form input::placeholder,
.frm-frm form textarea::placeholder {

  color: var(--white);

}


.txt-frm-box {
  display: flex;
  max-width: 90rem;
  width: 100%;
  gap: 2rem;
  margin: 0rem auto 2rem auto;

  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;


}

.txt-txt {
  flex: 1;

}

@media only screen and (max-width: 768px) {
  .txt-frm-box {

    margin-left: 2rem;
    margin-right: 2rem;

  }

  .frm-frm form {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
  }


}