.title {
    font-family: "Nunito", "Nunito-fallback";
    font-size: 48px;
    line-height: normal;
    font-weight: 800;
    color: #423127;
    margin-bottom: 60px;
    text-align: center
}

.page-title {
    font-size: 64px;
    text-align: center;
    font-family: "Nunito", "Nunito-fallback";
    font-weight: 900;
    color: var(--spinkids-pink);
    margin: 50px 0;
}

.hero-container {
    max-width: 1900px;
    margin: 0 auto;
    width: 100%
}

.hero {
    position: relative
}

.hero-container img {
    width: 100%
}

.hero .hero-copy {
    position: absolute;
    top: -5%;
    bottom: 0;
    left: 54%;
    margin: auto;
    width: 38%;
    height: fit-content
}

.hero .title {
    color: var(--spinkids-pink);
    text-align: left;
    margin-bottom: 0;
    font-size: 64px
}

.hero .text {
    font-size: 18px;
    line-height: 28px;
    color: #101010;
}

.hero .link {
    color: var(--spinkids-pink);
    font-weight: 900;
    font-size: 22px;
    transition: .5s all;
}

.link:hover {
    cursor: pointer;
    opacity: .7;
}

.about-post .text {
    margin: 10px 0;
    padding: 0 15%;
    width: auto;
    font-size: 16px;
    color: #666
}

.about-container {
    max-width: 1750px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-posts {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 70px;
}

.about-post {
    width: 46%;
}

.about-image {
    width: 100%
}

.about-title {
    display: block;
    font-family: "Nunito", "Nunito-fallback";
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    color: #423127;
    margin: 10px 0;
    padding: 0 15%;
    width: auto;
    margin-top: 30px;
}

.only-mobile {
    display: none !important
}

.business-school-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width:1330px) {
    .hero .title {
        font-size: 4.81vw
    }

    .hero .text {
        font-size: 1.1vw;
        line-height: 1.7vw;
    }
    .hero .link {
        font-size: 1.4vw;
    }

}

@media screen and (max-width:992px) {
    .only-desktop {
        display: none !important
    }

    .only-mobile {
        display: block !important
    }

    .page-title {
        font-size: 32px;
        margin: 15px auto;
    }

    .about-posts {
        margin-bottom: 50px;
        gap: 30px;
    }

    .hero-container .hero .title {
        font-size: 26px;
        margin-top: 0;
        text-align: center
    }

    .hero-container .hero .call-our-experts {
        margin: 20px auto
    }

    .hero-container .hero .text {
        font-size: 14px;
        line-height: 24px;
        width: 100%
    }

    .hero .link {
        font-size: 16px;
    }

    .about-container {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-container .hero .hero-copy {
        background-image: url(/SpinKids/about/images/spinkids/copy-bg-second-section-mobile.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        top: -60px;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 90%;
        padding: 50px;
        text-align: center;
        box-sizing: border-box
    }

    .title {
        margin-bottom: 40px;
        font-size: 32px
    }

    .about-post {
        width: 100%;
        padding: 0 32px;
        margin-bottom: 40px
    }

    .about-title {
        padding: 0
    }

    .about-title {
        font-size: 24px;
        line-height: 28px
    }
    .about-post .text {
        padding: 0;
    }
}
@media screen and (min-width:993px) {
    .hero .link.top-hero-link {
        color: var(--spinkids-purple);
        text-decoration: none;
    }
}

@media screen and (max-width:778px) {
    .business-school-banner img {
      aspect-ratio: 624/531 !important;
     }
  }