main {
  font-family: "Montserrat";
}

.tech__title--container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  padding-bottom: 150px;
  padding-top: 319px;
  background-image: url("../../images/allcontent/wavebg.png");
  background-repeat: no-repeat;
  background-position: center -188px;
  background-size: cover;
}
@media screen and (max-width: 1560px) {
  .tech__title--container {
     padding-bottom: 60px;
     padding-top:270px;
  }
}
@media screen and (max-width: 780px) {
  .tech__title--container {
    padding-bottom: 80px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 670px) {
  .tech__title--container {
    padding-bottom: 80px;
    padding-top: -120px;
  }
}
@media screen and (max-width: 560px) {
  .tech__title--container {
    padding-bottom: 60px;
     padding-top: -100px;
  }
}
.tech__title--container .tech__title {
  padding-bottom: 150px;
}
@media screen and (max-width: 1560px) {
  .tech__title--container .tech__title {
     padding-bottom: 80px;
  }
}
.tech__title--container .tech__title h1 {
  font-size: 48px;
  font-weight: 500;
  max-width: 1700px;
}
.tech__title--container .tech__title span {
  position: relative;
}
.tech__title--container .tech__title span img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 780px) {
  .tech__title--container .tech__title h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 700px) {
  .tech__title--container .tech__title {
    padding-bottom: 50px;
  }
  .tech__title--container .tech__title h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 670px) {
  .tech__title--container .tech__title h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .tech__title--container .tech__title h1 {
    font-size: 24px;
  }
}
.tech__title--container .tech__title img {
  position: absolute;
  z-index: -1;
}
@media (min-width: 1000px) {
  .fb-content__bottom-right h3{
    font-size: 28px !important;
  }
}

.tech__fb-content {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.tb-levels{
    max-width: 850px;

}
.tb-levels__top{
    padding-bottom: 13px;
}
.tb-levels .tb-levels__top{
    display: flex;
    gap: 6px;
}
@media screen and (max-width: 970px){
    .tb-levels__top, .tb-levels__bottom{
        flex-wrap: wrap;
        justify-content: center;
    }
    
}
@media screen and (max-width: 720px){
     .tb-levels__bottom p{
        font-size: 16px;
    }
    
}
.tb-levels__bottom{
    display: flex;
    justify-content: space-between;
    padding: 0 35px 0 35px;
    
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.tb-levels__top{
    display: flex;
}
@media screen and (max-width: 1200px) {
  .tech__fb-content img {
    width: 90%;
    order: -1;
  }
}

.fb-content__bottom-right {
  max-width: 850px;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  
}
.fb-content__bottom-right h3{
   font-weight: 500;
}
@media screen and (max-width: 1590px){
.tech__fb-content{
    flex-wrap: wrap;
}
.fb-content__bottom-right {
    width: 100%;
  }
}
.fb-content__bottom-right h3 {
  font-size: 36px;
}
.fb-content__bottom-right p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1700px) {
  .fb-content__bottom-right h3 {
    font-size: 28px;
  }
  .fb-content__bottom-right p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1500px) {
  .fb-content__bottom-right h3 {
    font-size: 24px;
  }
  .fb-content__bottom-right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .fb-content__bottom-right h3 {
    font-size: 28px;
  }
  .fb-content__bottom-right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .fb-content__bottom-right h3 {
    font-size: 20px;
  }
  .fb-content__bottom-right p {
    font-size: 14px;
  }
}
.fb-content__bottom-right .text__bottom {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 11px;
  justify-content: space-between;
}
.fb-content__bottom-right .text__bottom p {
  font-size: 34px;
  font-weight: 500;
  
}
.fb-content__bottom-right .text__bottom button {
  text-wrap: nowrap;
}
@media screen and (max-width: 1800px) {
  .fb-content__bottom-right .text__bottom p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .fb-content__bottom-right .text__bottom p {
    font-size: 20px;
  }
}/*# sourceMappingURL=tb_first-block.css.map */