* {
  font-family: "Roboto", sans-serif;
  margin: 0px;
}
.logoCol {
  background: none;
  width: auto;
  height: auto;
}
.logoCol img {
  width: 200px;
}
.header {
  background: #f8fbff;
}
.header .navbar a {
  color: #7f7f7f;
}
.header .navbar a:hover {
  color: #414141;
}
.homeRow {
  background: #f8fbff;
  min-height: calc(100vh - 61.3px);
  display: flex;
}
.homeCenter {
  display: flex;
  padding: 40px 20px;
  max-width: 1409px;
  margin: 0px auto;
  width: 100%;
}
.homeMobileRight,
.homeTextLeft {
  width: 50%;
}
.homeMobileRight {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.homeTextLeft {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.homeTextLeft h2 {
  font-size: 40px;
  line-height: 42px;
  color: #333;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 0px;
}
.socialIcons {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}
.socialIcons img {
  margin-right: 10px;
  max-width: 35px;
}
.homeTextLeft h2 {
  font-weight: normal;
}

.maxWidth1409 {
  max-width: 1409px;
  margin: 0px auto;
}

.aboutUsContainer {
  background: #fff;
  min-height: calc(100vh);
  display: flex;
}
.aboutUs {
  display: flex;
  padding: 40px 20px;
  max-width: 1409px;
  margin: 0px auto;
  width: 100%;
}
.aboutUsImgBox,
.aboutUsText {
  width: 50%;
}
.aboutUsText {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding-left: 50px;
}
.aboutUsText h2 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.aboutUsText p {
  font-size: 21px;
  line-height: 25px;
  color: #333;
}
.aboutUsImgBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.problemBoxContainer {
  background: linear-gradient(58deg, white 0%, white 43%, rgb(229 226 219) 43%),
    rgb(229 226 219) 100%;
}
.problemBoxContainer ul {
  list-style: none;
  padding-top: 50px;
}
.problemBoxContainer li {
  display: flex;
  padding: 18px 0;
}
.problemBoxRight {
  font-size: 28px;
  display: flex;
  letter-spacing: 2px;
}

.problemBoxLeft {
  font-size: 17px;
  width: 634px;
  line-height: 24px;
  letter-spacing: 1px;
}
.customers {
  margin-left: 92px;
}
.financials {
  margin-left: 199px;
}
.costs {
  margin-left: 310px;
}
hr {
  background-color: black;
  width: 172px;
  height: 2px;
  border: none;
  margin-left: 60px;
}
.problemBoxContainer h2 {
  font-size: 39px;
  font-weight: 400;
  padding-bottom: 71px;
  letter-spacing: 3px;
}

.problemBoxTitleTextMain {
  display: flex;
}
.problemBoxContainer h2 {
  padding: 50px 0px 0px 50px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
}
.problemBoxContainer {
  min-height: calc(100vh);
}

.problemBoxTitle {
  width: 40%;
}
.problemBoxText {
  width: 60%;
}
.problemBoxTitle li {
  justify-content: flex-end;
  height: 132px;
  position: relative;
}
.problemBoxTitle li:nth-child(1) {
  width: 60%;
}
.problemBoxTitle li:nth-child(2) {
  width: 70%;
}
.problemBoxTitle li:nth-child(3) {
  width: 80%;
}
.problemBoxTitle li:nth-child(4) {
  width: 90%;
}

.problemBoxContainer li {
  margin-bottom: 20px;
  height: 132px;
}
.problemBoxContainer ul {
  padding-left: 0px;
}
.problemBoxTitle li:after {
  content: "";
  width: 180px;
  position: absolute;
  height: 1px;
  background: #000;
  right: -60%;
  top: 40px;
}
.problemBoxTitle li:nth-child(2):after {
  right: -55%;
}
.problemBoxTitle li:nth-child(3):after {
  right: -45%;
}
.problemBoxTitle li:nth-child(4):after {
  right: -40%;
}

.problemBoxText li {
  padding-left: 5%;
}
.problemBoxText li:nth-child(2) {
  padding-left: 13%;
}
.problemBoxText li:nth-child(3) {
  padding-left: 20%;
}
.problemBoxText li:nth-child(4) {
  padding-left: 25%;
}

.solutionBoxContainer .container {
  margin: 0px auto;
  max-width: 1150px;
  width: 90%;
}
.solutionBoxContainer {
  background-color: black;
  color: white;
  min-height: 100vh;
  padding-top: 50px;
}
.solution {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
}
.solutionBoxContainer h2 {
  font-size: 41px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.solutionBoxContainer h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.solutionRight ul {
  padding: 0px;
}
.solutionLeft li {
  font-size: 17px;
  line-height: 22px;
  width: 415px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 13px;
  letter-spacing: 0.5px;
  position: relative;
}
.solutionRight li,
.solutionLeft li {
  line-height: 25px;
}
.solutionRight li {
  font-size: 17px;
  width: 375px;
  padding-bottom: 17px;
  padding-left: 13px;
  letter-spacing: 0.5px;
  position: relative;
}

.solutionRight li:before,
.solutionLeft li:before {
  content: "\2713";
  display: inline-block;
  color: #fff;
  padding: 0 6px 0 0;
  position: absolute;
  left: -10px;
}
.productBoxContainer ul {
  padding-left: 0px;
}
.productBoxContainer {
  background-color: rgb(229 226 219);
}
.productBoxContainer h2 {
  letter-spacing: 3px;
  font-size: 37px;
  font-weight: 500;
  padding-top: 30px;
  margin-bottom: 30px;
}
.productBoxContainer li {
  margin-left: 10px;
  font-size: 17px;
  letter-spacing: 0.5px;
  padding-bottom: 17px;
  padding-left: 15px;
  width: 630px;
  position: relative;
  line-height: 25px;
}

.productBoxContainer li:before {
  content: "\2713";
  display: inline-block;
  color: #000;
  padding: 0 6px 0 0;
  position: absolute;
  left: -10px;
  top: 3px;
}

.productBenefitMain {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

.imgBenefit {
  width: 40%;
  background: #cecbc5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightContent {
  width: 60%;
  padding: 50px;
  box-sizing: border-box;
}

.footerRow {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}

.productBenefitMain .imgBenefit img {
  max-width: 100%;
}

.solutionRight li {
  list-style: none;
}

li {
  list-style: none;
}
.problemBoxContainer li,
.problemBoxText li {
  box-sizing: border-box;
}
@media (max-width: 1366px) {
  .homeMobileRight img {
    height: 500px;
  }
  .aboutUs,
  .homeCenter {
    max-width: 1200px;
  }
  .homeTextLeft h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .aboutUsImgBox img {
    height: 500px;
  }
}

@media (max-width: 1185px) {
  .homeCenter {
    max-width: 1000px;
  }
  .homeTextLeft h2 {
    font-size: 29px;
    line-height: 32px;
  }
  .aboutUs {
    max-width: 1000px;
  }
  .problemBoxTitle li:after {
    width: 80px;
    top: 35px;
  }
  .problemBoxRight {
    font-size: 23px;
  }
  .problemBoxLeft {
    font-size: 16px;
  }
  .problemBoxTitleTextMain {
    padding: 0px 10px;
  }
  .productBenefitMain {
    flex-direction: column;
  }
  .imgBenefit {
    width: 100%;
    display: none;
  }
}

@media (max-width: 1020px) {
  .homeCenter {
    flex-direction: column;
  }
  .homeMobileRight {
    order: -1;
  }
  .homeTextLeft {
    width: 100%;
  }
  .homeMobileRight {
    width: 100%;
    margin-bottom: 40px;
  }
  .homeTextLeft {
    text-align: center;
  }
  .socialIcons {
    justify-content: center;
  }
  .homeRow {
    min-height: inherit;
  }

  .aboutUs {
    flex-direction: column;
  }
  .aboutUsText,
  .aboutUsImgBox {
    width: 100%;
  }
  .aboutUsText {
    padding-left: 0px;
    text-align: center;
  }
  .aboutUsImgBox {
    align-items: center;
    margin-bottom: 40px;
  }
  .aboutUsContainer {
    min-height: inherit;
  }
  .solutionBoxContainer h3 {
    font-size: 20px;
  }
  .solution {
    flex-direction: column;
  }
  .solutionRight,
  .solutionLeft {
    width: 100%;
    padding: 0px 10px;
  }
  .solutionLeft {
    margin-bottom: 30px;
  }
  .solutionRight li,
  .solutionLeft li {
    width: 100%;
  }
  .problemBoxContainer {
    background: rgb(229 226 219);
  }

  .problemBoxText li {
    height: inherit;
    position: relative;
  }
  .problemBoxText li:nth-child(1) {
    padding-left: 40px;
  }
  .problemBoxText li:nth-child(2) {
    padding-left: 40px;
  }
  .problemBoxText li:nth-child(3) {
    padding-left: 40px;
  }
  .problemBoxText li:nth-child(4) {
    padding-left: 40px;
  }
  .problemBoxContainer {
    min-height: inherit;
  }
  .problemBoxText li:before {
    content: "";
    position: absolute;
    font-size: 22px;
    top: -15px;
  }
  .problemBoxText li:nth-child(1):before {
    content: "MARKET GAP --------";
  }
  .problemBoxText li:nth-child(2):before {
    content: "CUSTOMERS --------";
  }
  .problemBoxText li:nth-child(3):before {
    content: "FINANCIALS --------";
  }
  .problemBoxText li:nth-child(4):before {
    content: "COSTS --------";
  }
  .problemBoxTitle {
    display: none;
  }
  .problemBoxText {
    width: 100%;
  }
  .productBoxContainer li {
    width: 100%;
  }
  .rightContent {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .homeMobileRight img {
    height: auto;
  }
  .homeTextLeft h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .homeMobileRight {
    margin-bottom: 20px;
  }
  .socialIcons img {
    max-width: 25px;
  }
  .socialIcons {
    margin-top: 15px;
  }

  .aboutUsImgBox img {
    height: auto;
  }
  .aboutUsImgBox {
    margin-bottom: 20px;
  }
  .aboutUsText h2 {
    font-size: 30px;
  }
  .aboutUsText p {
    font-size: 15px;
    line-height: 20px;
  }

  .problemBoxContainer h2 {
    padding: 50px 0px 0px 20px;
    font-size: 30px;
  }
  .problemBoxText li:nth-child(1) {
    padding-left: 10px;
  }
  .problemBoxText li:nth-child(2) {
    padding-left: 10px;
  }
  .problemBoxText li:nth-child(3) {
    padding-left: 10px;
  }
  .problemBoxText li:nth-child(4) {
    padding-left: 10px;
  }
  .problemBoxText li:before {
    font-size: 19px;
  }
  .problemBoxLeft {
    font-size: 14px;
    line-height: 20px;
  }
  .problemBoxContainer ul {
    padding-top: 30px;
  }
  .problemBoxContainer h2 {
    padding-top: 30px;
  }

  .solutionBoxContainer h2 {
    font-size: 30px;
  }
  .solutionBoxContainer {
    padding-top: 10px;
  }
  .solutionBoxContainer h3 {
    font-size: 19px;
    text-align: left;
    padding-left: 10px;
  }
  .solutionLeft li {
    font-size: 14px;
  }

  .rightContent {
    padding: 10px 20px;
  }
  .productBoxContainer h2 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .productBoxContainer li {
    font-size: 14px;
  }
  .footerRow {
    font-size: 12px;
  }
}
