body {
    font-family: 'Roboto', sans-serif;
}
.indent {
    margin-bottom: 70px;
}
a {
    text-decoration: none;
}
.banner {
    background-color: #F1C400;
}
.banner-content {
    display: flex;
    justify-content: space-between;
}
.b-l {
    display: flex;
    flex-direction: column;
    gap: 50px;
    color: #fff;
    width: 95%;
    padding: 20px 0 0 0;
}
.b-r {
    background-image: url(../assets/img/young-family-with-their-sons-home-having-fun\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100%;
    height: 360px;
    width: 100%;
    background-position: right;
}
.join-prog h2 {
    color: #fff;
}
.indent h1 {
    font-weight: 700;
}

h1 {
    font-size: 40px;
    color: #474747;
    line-height: 48px;
    font-weight: 600;
}

h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #474747;
}
h3 {
    color: #474747;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.b-l p {
    font-size: 18px;
}
.back {
    display: inline-flex;
    align-items: center;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}
.back .arrow {
    margin-right: 5px;
}

.white-btn {
    max-width: 416px;
    width: 100%;
    color: #474747;
    background-color: #F5F5F5;
    padding: 12px 0;
    margin-top: 15px;
    border: none;
    transition: background-color 0.3s ease;
}

.white-btn:hover {
    background-color: #F0F0F0;
}

.smll-btn {
    max-width: 240px;
    width: 100%;
}

.prog-grid {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    grid-template-rows: auto;
}
.prog-item {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
    height: 320px;
}
.prog-item h2 {
    color: #fff;
}
.under h2, .under a {
    position: relative;
    z-index: 10;
}
.under {
    padding: 0 55px 0 40px;
    position: relative;
    z-index: 2;
    height: 175px;
    flex-direction: unset;
    justify-content: space-between;
    grid-column: span 4;
    align-items: center;
    background: linear-gradient(209.8deg, #F79A0E -47.45%, #FACC04 23.98%, #FACC04 84.44%, #F79A0E 138.69%);
}
.under::after {
    content: '';
    background-image: url(../assets/icon/5.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.ground-one {
    background: linear-gradient(213.04deg, #FACC04 63.29%, #F79A0E 119.92%),
linear-gradient(215.84deg, #F79A0E -48.39%, #FACC04 63.01%, #F79A0E 119.88%),
linear-gradient(215.84deg, #F79A0E -48.39%, #FACC04 27.33%, #FACC04 70.84%, #F79A0E 119.88%),
linear-gradient(215.84deg, #F79A0E -48.39%, #FACC04 16.19%, #FACC04 70.84%, #F79A0E 119.88%);
    position: relative;
    z-index: 1;
}
.ground-one::after {
    content: '';
    background-image: url(../assets/icon/1.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ground-two {
    background: linear-gradient(215.84deg, #F79A0E -48.39%, #FACC04 16.19%, #FACC04 70.84%, #F79A0E 119.88%);
    position: relative;
    z-index: 1;
    
}
.ground-two::after {
    content: '';
    background-image: url(../assets/icon/3.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ground-three {
    background: linear-gradient(215.84deg, #F79A0E -48.39%, #FACC04 16.19%, #FACC04 70.84%, #F79A0E 119.88%);
    position: relative;
    z-index: 1;
}
.ground-three::after {
    content: '';
    background-image: url(../assets/icon/2.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.ground-four {
    background: linear-gradient(213.04deg, #FACC04 63.29%, #F79A0E 119.92%),
linear-gradient(215.84deg, #F79A0E -48.39%, #FACC04 63.01%, #F79A0E 119.88%),
linear-gradient(215.84deg, #F79A0E -48.39%, #FACC04 27.33%, #FACC04 70.84%, #F79A0E 119.88%),
linear-gradient(215.84deg, #F79A0E -48.39%, #FACC04 16.19%, #FACC04 70.84%, #F79A0E 119.88%);
    position: relative;
    z-index: 1;
}
.ground-four::after {
    content: '';
    background-image: url(../assets/icon/4.png);
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.grid-steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
}
.line {
    position: absolute;
    width: 100%;
    border-top: solid 1px #0000001A;
    top: 12%;
    z-index: 1;
}
.bord {
    border-top: solid 1px #0000001A;
    padding: 70px 0 40px 0;
}
.bord h2 {
    margin-bottom: 40px;
}
.step {
    color: #474747;
    max-width: 315px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}
.ellipse {
    position: relative;
    z-index: 2;
    background-color: #F1C400;
    color: #fff;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ellipse span {
    font-size: 32px;
    line-height: 32px;
    font-weight: 900;
}
.pad {
    padding: 70px 0;
    background-color: #00000005;
}
.pos-scores {
    display: flex;
    justify-content: space-between;
}
.part-left, .part-right {
    width: 100%;
}
.part-right {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.scores {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.score-item {
    max-width: 260px;
    width: 100%;
}
.score-item h1 {
    color: #F1C400;
}
.score-item p {
    line-height: 24px;
    color: #474747;
}
.wrapper-shadow {
    max-width: 530px;
    width: 100%;
    height: 332px;
    background-image: url(../assets/img/card\ 1.png);
    background-repeat: no-repeat;
    box-shadow: 0px 12px 25px 0px #00000038;
    border-radius: 40px;
}