@media (min-width: 992px) {
	.indexHomeBG{
	height:100vh;
	}
}

@media (max-width: 991.98px) {
	.indexHomeBG{
		height:auto;
	}
}


@media (min-width: 992px) {
  .ContentContainerHome {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding-right: 436px;
	padding-left:23.95px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 991.98px) {
  .ContentContainerHome {
    max-width: 1200px;
    margin: 130px auto 70px auto;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (min-width: 992px) {
  .ContentContainer {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding-right: 436px;
	padding-left:23.95px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 991.98px) {
  .ContentContainer {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (min-width: 992px) {
  .TitleIndex {
    text-transform: uppercase;
    font-family: 'Roboto Flex';
    color: #f6f6f6;
    line-height: 130%;
    font-weight: 700;
    font-size: 3rem;
	max-width:1065px;
  }
}

@media (max-width: 991.98px) {
  .TitleIndex {
    text-transform: uppercase;
    font-family: 'Roboto Flex';
    color: #f6f6f6;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.625rem;
  }
}

@media (min-width: 992px) {
  .TitleIndexHome {
    text-transform: uppercase;
    font-family: 'Roboto Flex';
    color: #f6f6f6;
    line-height: 130%;
    font-weight: 700;
    font-size: 3.5rem;
	max-width:751px;
  }
}

@media (max-width: 991.98px) {
  .TitleIndexHome {
    text-transform: uppercase;
    font-family: 'Roboto Flex';
    color: #f6f6f6;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.875rem;
	max-width:400px;
  }
}


@media (min-width: 992px) {
  .subTitleIndexHome {
    text-transform: uppercase;
    font-family: 'Roboto Flex';
    color: #f6f6f6;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.5rem;
	max-width:751px;
  }
}

@media (max-width: 991.98px) {
  .subTitleIndexHome {
    text-transform: uppercase;
    font-family: 'Roboto Flex';
    color: #f6f6f6;
    line-height: 130%;
    font-weight: 700;
    font-size: 1.25rem;
	max-width:400px;
  }
}

.subTitleIndex {
  font-family: 'Roboto Flex';
  color: #DEDEDE;
  line-height: 130%;
  font-weight: 400;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .AboutUsContent {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .AboutUsContent {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .workWithUs {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    height: fit-content;
  }
}

@media (max-width: 991.98px) {
  .workWithUs {
    display: flex;
    flex-direction: row;
    height: fit-content;
  }
}

@media (max-width: 991.98px) {
  .workWithUs svg {
    visibility: hidden;
    display: none;
  }
}