div {
  box-sizing: border-box;
}
body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  margin: 0;
  background-color: #ffff;
  min-height: 100vh;
  height: 100%;
  width: 100vw;
  font-family: "Inter;", sans-serif;
  background: url("../images/starBlue.png") no-repeat left 200px,
    url("../images/starPurple.png") no-repeat right 1800px,
    url("../images/starBlue.png") no-repeat left 2800px,
    url("../images/starPurple.png") no-repeat right 3600px;
}

.main-container {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  max-width: 1050px;
  width: 100%;
  padding: 0 20px;
  max-width: 950px;
  margin: 0 auto;
}
.main-container .title {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  font-family: "Inter";
  line-height: 16px;
  overflow: hidden;
}

.why-schemaplus-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
}

.main-heading-why-schemaplus , .sub-heading-why-schemaplus{
    font-family: Barlow !important;
    font-weight: 600;
    font-style: 500;
    font-size: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: #302F2E;
}

.sub-heading-why-schemaplus{
    color: #080080;
}

.desc-heading-why-schemaplus{
    font-family: Barlow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 133%;
    letter-spacing: 0%;
    text-align: center;
    color: #676766;
    width: 669px;
}

.why-schemaplus-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.why-schemaplus-text-heading{
    display: flex;
    flex-direction: row;
    gap:5px;
    align-items: center;
    font-family: Barlow;
    font-weight: 600;
    font-style: 400;
    font-size: 50px;
    letter-spacing: 0%;
}

#blue-text{
    color: #080080;
}

.why-schemaplus-text-description{
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #676766;
}

.blue-line {
  width: 100%;
  height: 4px;
  background: #080080;
  border-radius: px;
}

.what-makes-schemaplus-heading{
    font-family: Barlow;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0%;
    color: #302F2E;
}

.built-for-shopify{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    gap: 100px;
}

.built-for-shopify-exp{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.built-for-shopify-heading{
    font-family: Barlow;
    font-weight: 600;
    font-style: 400;
    font-size: 30px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.list-of-features{
    padding-left: 0;
}

.built-for-shopify-desc{
    font-family: Barlow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #676766;
}

.why-schemaplus-container{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}

.built-for-shopify-reverse{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 40px;
    column-gap: 50px;
}

.logo-table-review-apps{
    margin-top: 20px;
}

.logo-row img {
    max-width: 140px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.9;
    transition: .2s ease;
}

.logo-row img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    .logo-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }
}

.what-makes-schemaplus-amazing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.integrations-heading-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.schemaplus-integrations{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schemaplus-app-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1000px) {
    .built-for-shopify,.built-for-shopify-reverse{
        gap: 50px;
    }

    .logo-row{
        gap: 20px;
    }
    
    .what-makes-schemaplus-heading,.why-schemaplus-text-heading{
        font-size: 30px;
    }
    
    .blue-line{
        width: 50%;
    }

    .content-images{
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .built-for-shopify,.built-for-shopify-reverse{
        gap: 30px;
    }

    .logo-row{
        gap: 15px;
    }
    
    .what-makes-schemaplus-heading,.why-schemaplus-text-heading{
        font-size: 20px;
    }

    .built-for-shopify, .built-for-shopify-reverse{
        flex-direction: column;
        justify-content: center;
    }
    
    .blue-line{
        width: 30%;
    }

    .why-schemaplus-section{
        flex-direction: column;
    }

    .content-images{
        width: 300px;
        height: 300px;
    }

    .why-schemaplus-text-heading{
        justify-content: center;
    }

    .built-for-shopify-heading{
        justify-content: center;
    }

    .desc-heading-why-schemaplus{
        width: auto;
    }

    .main-heading-why-schemaplus,.sub-heading-why-schemaplus{
        font-size: 40px;
    }
}

@media (max-width: 490px) {
    
}



