#MainContent {
    position: relative;
    text-align: center;
    padding-top: 80px;
    background-image: linear-gradient(
        90deg,
        #fff8ea 0%,
        #ffffff 100%,
        #ffffff 100%
    );
}

.header-text h1 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 50px/63px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.header-text p {
    opacity: 1;
    color: #000000;
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto 20px;
}

.aboutTitle {
}

.aboutTitle h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/56px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.aboutTitle p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto 20px;
}

#howitWork {
    position: relative;
    text-align: center;
}

.outerLayer {
    padding: 50px 0;
    background: #00373a;
    position: relative;
}

.titleSport h2 {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 38px/56px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.titleSport h2 span {
    opacity: 1;
    color: var(--color-green);
}

.sporting {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 50px 0 20px;
}

.sportCard {
    background-color: #fff;
    box-shadow: 0px 20px 60px 0px #01213a12;
    padding: 30px 20px 25px 20px;
    border-radius: 7px;
    height: 280px;
    width: 320px;
}

.sportCard img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.sportCard h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/36px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    margin: 15px auto 10px;
}

.sportCard p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 16px/24px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: justify;
}

#needwork {
    position: relative;
    text-align: center;
    padding: 60px 0;
}

.splitStudies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.aboutStudies {
    width: 50%;
    padding: 20px 0;
    position: relative;
}

.aboutStudies img {
    width: 500px;
    height: auto;
    object-fit: contain;
}

.aboutStudies h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 32px/38px var(--font-semibold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 10px;
}

.aboutStudies p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 18px/27px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 20px;
}

.btn-learn {
    opacity: 1;
    color: var(--color-white);
    font: 20px/36px var(--font-semibold);
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    background-color: var(--color-violet);
    border: 1px solid var(--color-violet);
    border-radius: 8px;
    margin: 10px auto 42px;
    padding: 10px;
    width: 280px;
    height: 60px;
}

.replaceImg {
    flex-direction: row-reverse;
}

/* box thema */
.box-theme {
    background: #00373a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: auto;
    border-radius: 8px;
    padding: 10px;
    z-index: 9;
}

.list-check li {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 18px/30px var(--font-medium);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.flaticon-check {
    object-fit: contain;
    background: url(../asset/svg/RightGreen.svg) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px;
}

/* learnskills */
#learnskills {
    position: relative;
    padding: 50px 0;
    background-image: linear-gradient(
        90deg,
        #fff8ea 0%,
        #ffffff 100%,
        #ffffff 100%
    );
}

.founterSplit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 30px auto 0;
}

.founterList {
    text-align: center;
    padding: 20px;
}

.founterList img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.founterList h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-bold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    padding: 20px 0 0;
}

.founterList h4 {
    opacity: 0.7;
    color: rgba(0, 0, 0, 1);
    font: 16px/24px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    padding: 5px 0 10px;
}

.founterList p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 16px/27px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    min-height: 165px;
    text-align: left;
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
    .sportCard {
        height: 300px;
    }

    .sporting {
        display: flex;
        flex-wrap: wrap;
    }

    .founterList {
        text-align: center;
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .aboutStudies img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .splitStudies {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .aboutStudies h3 {
        font: 26px/32px var(--font-semibold);
        padding-bottom: 10px;
    }

    .aboutStudies p {
        font: 16px/27px var(--font-default);
    }

    .box-theme {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .splitStudies {
        display: flex;
        flex-wrap: wrap;
    }

    .aboutStudies {
        width: 100%;
    }

    .founterSplit {
        display: flex;
        flex-wrap: wrap;
    }

    .founterList {
        max-width: 500px;
        margin: 0 auto;
    }

    .founterList p {
        text-align: justify;
    }
}

@media only screen and (max-width: 420px) {
    .titleSport h2 {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
        font: 32px/43px var(--font-semibold);
    }

    .header-text p {
        text-align: justify;
    }

    .sportCard p {
        font: 18px/26px var(--font-default);
    }
}

@media only screen and (max-width: 1440px) {
}
