@media (max-width: 576px) {
  .tt-background-container {
    padding: 30px 0px;
  }
  .tt-container {
    width: 90vw;
    padding: 20px;
    flex-direction: column;
  }
  .tt-left-container {
    width: 100%;
  }
  .git-header {
    text-align: center;
  }
  .git-subheader {
    text-align: center;
  }
  .git-header {
    font-size: 32px;
  }
  .git-subheader {
    font-size: 16px;
    line-height: 1.25;
  }
  .ttMajorHeader {
    font-size: 20px;
  }
  .tt-list-per-container {
    font-size: 15px;
  }
  .fa-check-circle {
    font-size: 15px;
    margin: 1px 5px 0px 0px;
  }
  .talkWithEffexify {
    font-size: 42px;
  }
}


@media (min-width: 576px) and (max-width: 760px) {
  .tt-background-container {
    padding: 50px 0px;
  }
  .tt-container {
    width: 90vw;
    padding: 35px;
    flex-direction: column;
  }
  .tt-left-container {
    width: 100%;
  }
  .git-header {
    text-align: center;
  }
  .git-subheader {
    text-align: center;
  }
  .git-header {
    font-size: 48px;
  }
  .git-subheader {
    font-size: 18px;
    line-height: 1.5;
  }
  .ttMajorHeader {
    font-size: 24px;
  }
  .tt-list-per-container {
    font-size: 17px;
  }
  .fa-check-circle {
    font-size: 16px;
    margin: 2.75px 5px 0px 0px;
  }
  .talkWithEffexify {
    font-size: 54px;
  }
}


@media (min-width: 760px) and (max-width: 991px) {
  .tt-background-container {
    padding: 50px 0px;
  }
  .tt-container {
    width: 90vw;
    padding: 35px;
    flex-direction: column;
  }
  .tt-left-container {
    width: 100%;
  }
  .git-header {
    text-align: center;
  }
  .git-subheader {
    text-align: center;
  }
  .git-header {
    font-size: 48px;
  }
  .git-subheader {
    font-size: 18px;
    line-height: 1.5;
  }
  .ttMajorHeader {
    font-size: 24px;
  }
  .tt-list-per-container {
    font-size: 17px;
  }
  .fa-check-circle {
    font-size: 16px;
    margin: 2.75px 5px 0px 0px;
  }
  .talkWithEffexify {
    font-size: 54px;
  }
}

@media (min-width: 991px) and (max-width: 1300px) {
  .tt-background-container {
    padding: 50px 0px;
  }
  .tt-container {
    width: 90vw;
    padding: 35px;
  }
  .tt-left-container {
    width: 50%;
  }
  .git-header {
    font-size: 48px;
  }
  .git-subheader {
    font-size: 18px;
    line-height: 1.5;
  }
  .ttMajorHeader {
    font-size: 24px;
  }
  .tt-list-per-container {
    font-size: 17px;
  }
  .fa-check-circle {
    font-size: 16px;
    margin: 2.75px 5px 0px 0px;
  }
  .talkWithEffexify {
    font-size: 54px;
  }
}

@media (min-width: 1300px) {
  .tt-background-container {
    padding: 50px 0px;
  }
  .tt-container {
    width: 1200px;
    padding: 35px 50px;
  }
  .tt-left-container {
    width: 50%;
  }
  .git-header {
    font-size: 48px;
  }
  .git-subheader {
    font-size: 18px;
    line-height: 1.5;
  }
  .ttMajorHeader {
    font-size: 24px;
  }
  .tt-list-per-container {
    font-size: 17px;
  }
  .fa-check-circle {
    font-size: 16px;
    margin: 2.75px 5px 0px 0px;
  }
  .talkWithEffexify {
    font-size: 54px;
  }
}

.formResponseTime{
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 15px;
}

.tt-background-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 800px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  position: relative;
  z-index: 0;
}

.tt-container {
  display: flex;
  justify-content: space-between;
  min-height: 700px;
  border-radius: 25px;
  background-color: white;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-sizing: border-box;
}

#nav-talk-to-us {
  cursor: not-allowed;
}

.git-header-span {
  color: #0085ff;
}

.git-header {
  font-family: "Lato", sans-serif;
  color: black;
  font-weight: 900;
  margin-top: 0px;
}

.git-subheader {
  font-family: "Source Sans Pro", sans-serif;
  color: black;
  letter-spacing: 0.25px;
  margin-top: 10px;
}

.tt-list-per-container {
  display: flex;
  font-family: "Lato", sans-serif;
  margin: 20px 0px;
}

.fa-check-circle {
  color: #0085ff;
}

.ttMajorHeader {
  font-family: "Lato", sans-serif;
  margin-top: 60px;
  color: #0085ff;
}
