body {
    padding-top: 0;
}

header .container {
    max-width: 100%;
}

main {
    position: relative;
    padding-top: 0;
}

main .custom-container {
    max-width: 1554px;
    margin: 0 146px 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
}



.custom-line-container {
    position: absolute;
    width: 100%;
    max-width: 1455px;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    left: 50%;
    padding-left: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (min-width:1950px) {

    .custom-line-container {
        max-width: 2095px;
    }

    main .custom-container {
        max-width: calc(100% - 220px);
        margin: 0 0 0 auto;

    }
}

.line {
    width: 2px;
    height: 100%;
    border-left: 3px dashed #a88b1e;
    z-index: 1;
}

.challenges,
.video,
.motivation,
.who-is,
.story {
    height: 100vh;
    position: relative;
    padding-top: 5px;
}

.story {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 70px;
}


.story.story-green .image {
    position: absolute;
    max-width: 97%;
}

.story .image {
    width: 100%;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    right: 0;
}



.story .image img {
    width: 100%;
    object-fit: contain;
}

.story .overlay-story {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-image: url('../images/img/Aziz-Asmar2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.story::after {
    background: linear-gradient(180deg, rgba(30, 116, 179, 0) 0%, rgba(0, 0, 0, 1) 90%);
    bottom: -45px;
    z-index: 2;
    height: 400px;
    position: absolute;
    right: 0;
    width: 100%;
    content: '';
    z-index: 2;
}

.story .description {
    padding-top: 120px;
    position: relative;
    z-index: 3;

}

.story.story-green .description {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 91%, rgba(0, 0, 0, 0) 100%);

}

.story .description .full-story::after {
    width: 2px;
    height: 300px;
    border-left: 3px dashed #a88b1e;
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 32px;
    content: '';
}

.story .description .full-story .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.story .description p {
    font-size: 26px;
    font-weight: 200;
    margin-top: 15px;
    line-height: 31px;
    max-width: 665px;
    width: 100%;
    letter-spacing: 1.5px;
}

.story .description h2 {
    font-size: 100px;
    font-weight: 200;
}

.story .btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    margin-left: 50px;
    margin-top: 50px;
}

.story .btn-div .btn-scroll {
    background-color: #a88b1e;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.story .description h2 strong {
    font-weight: 800;
}

.story .description .btn-see {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 115px;
    padding: 0;
    position: relative;
    z-index: 5;
    margin-left: 146px;
}

.story .description .btn-see .icon {
    background-color: #fff;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px 1px #ffffff;
    box-shadow: 0 0 10px 0px #ffffff;
}

.story .description .btn-see .icon:hover {
    background-color: #a88b1e;
    box-shadow: none;
}

.story .description .btn-see .text {
    font-size: 22px;
    font-weight: 200;
    color: #fff;
}

.story .description .btn-see .text:hover {
    color: #a88b1e;
}


/*Start Who is*/

.who-is {
    position: relative;
}

.who-is .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.who-is .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

:where(.challenges,
    .video,
    .motivation,
    .who-is) .title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-left: -65px;
    padding-top: 30px;


}

:where(.challenges,
    .video,
    .motivation,
    .video,
    .who-is) .title::before {
    width: 200px;
    height: 200px;
    background-image: url('../images/icon/title-bg.svg');
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    content: '';
}

:where(.challenges,
    .video,
    .motivation,
    .who-is) .title span:first-child {
    font-weight: 800;
    font-size: 51px;
    line-height: 1;
}

:where(.challenges,
    .motivation,
    .video,
    .who-is) .title span:last-child {
    font-weight: 100;
    font-size: 100px;
    line-height: 1;
}

:where(.who-is,
    .motivation,
    .challenges) .desc {
    padding-top: 85px;
    max-width: 100%;
    width: 812px
}

:where(.who-is,
    .motivation,
    .challenges) .desc p {
    font-size: 27px;
    font-weight: 200;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}

:where(.who-is,
    .motivation,
    .challenges) .desc p::before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 23px;
    top: 10px;
    background-color: #a88b1e;
    box-shadow: 0 0 10px 0px #a88b1e;
    content: '';
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 3;
}

.video .btn.cont-read,
:where(.who-is,

    .motivation,
    .challenges) .btn.cont-read {
    padding-left: 60px;
    color: #a88b1e;
    font-size: 21px;
    font-weight: 200;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 50px;
    z-index: 2;
    position: relative;
}

.video .btn.cont-read,
:where(.who-is,
    .motivation,
    .challenges) .btn.cont-read i {
    position: absolute;
    left: 9px;
    width: 50px;
    height: 50px;
    /* filter: drop-shadow(0 0 5px #b79222); */
}

.video .btn.cont-read,
:where(.who-is,
    .motivation,
    .challenges) .btn.cont-read i svg path {
    stroke: #06B44F !important;
}

/*End Who is*/

.motivation {
    background-image: url('../images/img/Aziz-Asmar6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.motivation .border-top {
    height: 2px;
    display: block;
    background-color: #06B44F;
    width: 624px;
    max-width: 100%;
    margin-left: 60px;
    margin-bottom: 20px;
    border-color: transparent !important;
}

/*Start Challenges*/

.challenges {
    position: relative;
    background-image: url('../images/img/Aziz-Asmar-7.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}


.challenges .image {
    width: 507.57px;
    max-width: 100%;
    position: relative;
}


.challenges .image img {
    height: 100%;
    object-fit: cover;
}

.challenges .btn.cont-read {
    margin-bottom: 60px;
}

.challenges .border-top {
    display: block;
    width: 70%;
    height: 2px;
    background: #a88b1e;
    background: -webkit-linear-gradient(90deg, #a88b1e 0%, #ffffff 100%);
    background: linear-gradient(90deg, #a88b1e 0%, #ffffff 100%);
    margin-left: 60px;
    margin-bottom: 25px;
}


/*End Challenges*/


/*Start Video*/

.video {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 100%;
    background-image: url('../images/img/Aziz-Asmar1.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

.video .content {
    padding-left: 60px;
    width: 80%;
}

.video .content h3 {
    font-size: 117px;
    font-weight: 100;
    margin-bottom: 10px;
}

.video .content h3 strong {
    font-weight: 800;
}

.video .content p {
    font-size: 44px;
    font-weight: 200;
    margin-top: 20px;
    letter-spacing: 1px;
}

.video button.title {
    border: 0;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    background: transparent;
    padding-top: 15px;
}

.video button.title i {
    width: 150px;
    height: 150px;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    margin-bottom: 10px;
    /* filter: drop-shadow(0 0 15px #b79222); */
}

.video button.title .btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video button.title .btn-div span:nth-child(1) {
    width: 200px;
    height: 200px;
    border-color: rgb(168 139 30 / 100%);
}

.video button.title .btn-div span:nth-child(2) {
    width: 220px;
    height: 220px;
    border-color: rgb(168 139 30 / 75%);
}

.video button.title .btn-div span:nth-child(3) {
    width: 240px;
    height: 240px;
    border-color: rgb(168 139 30 / 50%);
}


/*End Video*/

@media (min-width: 2000px) {

    .challenges::before,
    .challenges::after {
        background-size: cover;
    }
}

@media (max-width: 1920px) {
    .video {
        padding-left: 0;
    }

    .story .description .full-story::after {
        height: 240px;
    }

    :where(.who-is, .motivation, .challenges) .desc p::before {
        left: 29px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read i {
        left: 14px;
    }
}

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

@media (max-width: 1800px) {

    .story .image {
        max-width: 800px;
    }

    .story .description .btn-see {
        margin-left: 66.5px;
        margin-top: 40px;
    }

    .story .description .full-story::after {
        height: 200px;
    }

    :where(.who-is, .motivation, .challenges) .desc {
        padding-left: 83px;
    }

    :where(.challenges, .video, .motivation, .who-is) .title {
        margin-left: 0;
    }

    :where(.who-is, .motivation, .challenges) .desc p::before {
        left: 24px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read i {
        left: 92px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read {
        padding-left: 141px;
    }
}

@media (max-width:1600px) {
    .header {
        top: 20px;
    }

    .story .image {
        max-width: 650px;
    }

    main .custom-container {
        max-width: 1400px;
        margin: 0 auto;
    }

    .custom-line-container {
        max-width: 1208px;
    }

    .navbar-brand {
        width: 60px;
    }

    .story .description h2 {
        font-size: 70px;
    }

    .story .description {
        padding-top: 0;
    }

    .story .description p {
        font-size: 18px;
        line-height: 25px;
    }

    .story.story-green .image {
        max-width: 80%;
    }

    .story .description .full-story::after {
        height: 156px;
    }

    .story .description .btn-see {
        margin-left: 77.5px;
    }

    .video button.title {
        width: 160px;
        height: 160px;
    }

    :where(.challenges, .motivation, .video, .who-is) .title span:last-child {
        font-size: 70px;
    }

    :where(.challenges, .video, .motivation, .video, .who-is) .title::before {
        width: 160px;
        height: 160px;
    }

    :where(.challenges, .video, .motivation, .who-is) .title {
        margin-left: 40px;
    }

    .video button.title i {
        margin-bottom: 15px;
        margin-right: -20px;
        width: 100px;
        height: 100px;
    }

    .video button.title .btn-div span:nth-child(1) {
        width: 160px;
        height: 160px;
    }

    .video button.title .btn-div span:nth-child(2) {
        width: 180px;
        height: 180px;
    }

    .video button.title .btn-div span:nth-child(3) {
        width: 200px;
        height: 200px;
    }

    :where(.who-is, .motivation, .challenges) .desc {
        padding-top: 40px;
    }

    :where(.who-is, .motivation, .challenges) .desc p {
        font-size: 24px;
    }

}

@media (max-width:1441px) {

    .challenges,
    .video,
    .motivation,
    .who-is,
    .story {
        height: 100vh;
        position: relative;
        padding-top: 1px;
    }

    .story {
        padding-top: 130px;
        align-items: flex-start;
        min-height: unset;
        padding-left: 35px;
    }

    .story .image {
        max-width: 500px;
        margin-left: auto;
    }

    .story .description .btn-see {
        margin-left: 60px;
        margin-top: 45px;
    }

    .story::after {
        bottom: 0%;
        height: 470px;
    }

    .story .description .full-story {
        margin-left: 79px;
    }

    .story .description .full-story::after {
        height: 207px;
    }

    .story .description p {
        font-size: 21px;
    }

    .story .btn-div {
        margin-left: 100px;
    }


    main .custom-container {
        max-width: 1200px;
    }

    .custom-line-container {
        max-width: 1150px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title {
        margin-left: -40px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title::before,
    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title::after {
        width: 150px;
        height: 150px;
    }

    :where(.who-is,
        .motivation,
        .challenges) .desc {
        padding-top: 20px;
        padding-left: 15px;
    }

    :where(.who-is,
        .motivation,
        .challenges) .desc p {
        font-size: 20px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read {
        padding-left: 72px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read i {
        left: 21px;
    }

    .video {
        padding-left: 60px;
    }

    .video button.title {
        margin-left: -56px;
        width: 160px;
        height: 160px;
    }

    .video button.title .btn-div span:nth-child(1) {
        width: 160px;
        height: 160px;
    }

    .video button.title .btn-div span:nth-child(2) {
        width: 180px;
        height: 180px;
    }

    .video button.title .btn-div span:nth-child(3) {
        width: 200px;
        height: 200px;
    }

    .video button.title i {
        margin-bottom: 29px;
        margin-right: 0;

    }
}

@media (max-width:1300px) {
    main .custom-container {
        max-width: 1150px;
    }


    .story .description .full-story {
        margin-left: 13px;
    }

    .story .description h2 {
        font-size: 55px
    }

    .story .description p {
        max-width: 610px;
        font-size: 17px;
    }

    .story .description .full-story::after {
        height: 65px;
    }

    :where(.challenges, .video, .motivation, .who-is) .title {
        margin-left: -25px;
        padding: 30px 0 0 19px;
    }

    :where(.who-is, .motivation, .challenges) .desc {
        padding-left: 0;
    }

    :where(.who-is, .motivation, .challenges) .desc p::before {
        left: 11px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read {
        padding-left: 58px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read i {
        left: -4px;
    }

    .video button.title {
        width: 140px;
        height: 140px;
    }

    .video button.title .btn-div span:nth-child(1) {
        width: 140px;
        height: 140px;
    }

    .video button.title .btn-div span:nth-child(2) {
        width: 160px;
        height: 160px;
    }

    .video button.title .btn-div span:nth-child(3) {
        width: 180px;
        height: 180px;
    }

    .video .title::before {
        width: 140px;
        height: 140px;
    }

}

@media (max-width:1025px) {
    main .custom-container {
        max-width: 97%;
    }

    .custom-line-container {
        max-width: 95%;
    }

    .story {
        padding-top: 88px;
        padding-left: 22px;
    }

    .story .description {
        padding-top: 40px;
    }

    .story .description .btn-see {
        margin-left: 3px;
        gap: 10px;
    }

    .story .description p {
        line-height: 20px;
    }

    .story .btn-div .btn-scroll {
        width: 80px;
        height: 80px;
    }

    .story .btn-div .btn-scroll i {
        font-size: 30px;
    }

    .story .btn-div span:nth-child(2) {
        width: 90px;
        height: 90px;
    }

    .story .btn-div span:nth-child(3) {
        width: 98px;
        height: 98px;
    }

    .story .btn-div span:nth-child(4) {
        width: 106px;
        height: 106px;
    }

    .story .btn-div span:nth-child(5) {
        width: 114px;
        height: 114px;
    }

    .story .btn-div span:nth-child(6) {
        width: 122px;
        height: 122px;
    }

    .story .btn-div span:nth-child(7) {
        width: 130px;
        height: 130px;
    }

    .story .description .full-story::after {
        left: 21px;
        height: 243px;
    }

    .story .description .btn-see .icon {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .video {
        padding-left: 35px;
    }

    :where(.challenges,
        .who-is) .desc p {
        font-size: 25px;
    }

    :where(.who-is, .motivation, .challenges) .desc p::before {
        left: 21px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title {
        margin-left: 0;
        padding-top: 0;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title::before,
    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title::after {
        width: 100px;
        height: 100px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title span:first-child {
        font-size: 40px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title span:last-child {
        font-size: 55px;
    }

    :where(.who-is,
        .motivation,
        .challenges) .desc p {
        font-size: 20px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read i {
        left: 6px;
    }

    .video button.title {
        margin-left: -25px;
        width: 140px;
        height: 140px;
    }

    .video button.title i {
        width: 80px;
        height: 80px;
    }

    .video button.title .btn-div span:nth-child(1) {
        width: 140px;
        height: 140px;
    }

    .video button.title .btn-div span:nth-child(2) {
        width: 160px;
        height: 160px;
    }

    .video button.title .btn-div span:nth-child(3) {
        width: 180px;
        height: 180px;
    }

    .video .content {
        padding-left: 40px;
    }

    .video .content h3 {
        font-size: 80px;
    }

    :where(.challenges,
        .motivation,
        .video,
        .who-is) .title span:last-child {
        font-size: 70px;
    }

    :where(.challenges,
        .motivation,
        .video,
        .who-is) .title span:first-child {
        font-size: 40px;
    }
}

@media (max-width:993px) {
    .header {
        top: 0;
    }

    .challenges,
    .video,
    .motivation,
    .who-is,
    .story {
        position: relative;
        background-size: cover;
    }

    .story {
        padding-top: 0;
    }

    body {
        padding-top: 120px;
    }

    .story .description h2 {
        font-size: 40px;

    }

    .story .description .full-story::after {
        left: 21px;
        height: 297px;
    }

    .story .description p {
        font-size: 20px;
    }

    .story .description .btn-see {
        margin-top: 60px;
    }

    :where(.who-is,
        .challenges) .desc p {
        font-size: 22px;
    }

    .story::after {
        height: 400px;
        bottom: 7%;
    }

    .story .description {
        padding-top: 60px;
    }
}

@media (max-width: 769px) {

    .custom-line-container {
        padding-left: 26px;
    }

    main .custom-container {
        margin-top: 40px;
        padding-top: 50px;
    }

    .story .description {
        padding-top: 0;
    }

    .story::after {
        bottom: 17%;
        width: 59%;
        height: 304px;
    }

    .story .overlay-story {
        background-position: top;
    }

    .story .btn-div {
        top: 30%;
        margin-left: 60px;
    }

    .story.story-green .description {
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .story .description p {
        max-width: 350px;
    }

    .story .description .full-story::after {
        left: 20.5px;
        height: 273px;
    }

    :where(.who-is,
        .challenges) .desc p {
        font-size: 17px;
    }

    :where(.who-is, .motivation, .challenges) .desc p::before {
        left: 26px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read i {
        left: 10px;
    }

    :where(.challenges, .motivation, .video, .who-is) .title span:last-child {
        font-size: 60px;
    }

    :where(.challenges, .motivation, .video, .who-is) .title span:first-child {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    main .custom-container {
        padding-top: 10px;
    }

    main .custom-container .row {
        width: 100%;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title::after {
        width: 90px;
        height: 90px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title::before {
        width: 90px;
        height: 90px;
    }

    .story {
        justify-content: flex-end;
        padding-top: 0;
        flex-direction: column-reverse;
    }

    .story.story-green {
        justify-content: center;

    }

    .story::after {
        bottom: 50%;
        width: 100%;
        height: 250px;
    }

    .story.story-green .image {
        top: 0;
        max-width: 100%;
    }

    .story .btn-div {
        left: 62%;
        top: 29%;
    }

    .story .description p {
        font-size: 17px;
    }

    .custom-line-container {
        padding-left: 36px;
    }

    .story .description .full-story::after {
        left: 22px;
        height: 221px;
    }

    .story .description {
        margin-top: 50px;
    }

    .story .image {
        height: unset;
    }

    .story .image img {
        margin-top: 0;
    }

    .story .description h2 {
        font-size: 50px;
    }

    .video .content {
        padding-left: 60px;
    }

    .video button.title {
        margin-left: 0;
        width: 90px;
        height: 90px;
    }

    .video button.title i {
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
    }

    .video button.title .btn-div span:nth-child(1) {
        width: 90px;
        height: 90px;
    }

    .video button.title .btn-div span:nth-child(2) {
        width: 100px;
        height: 100px;
    }

    .video button.title .btn-div span:nth-child(3) {
        width: 110px;
        height: 110px;
    }

    .challenges .title span {
        width: 319px;
    }

    .challenges .cloud {
        display: none;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title span:first-child {
        font-size: 20px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title span:last-child {
        font-size: 35px;
    }

    :where(.who-is,
        .motivation,
        .challenges) .desc {
        padding-top: 50px;
    }

    :where(.who-is,
        .motivation,
        .challenges) .desc p {
        font-size: 14px;
    }

    .challenges .image {
        margin-bottom: 35px;
        z-index: 3;
        height: 300px;
        width: 300px;
        margin: 0 auto 15px;
    }

    .challenges .name {
        display: none;
    }

    .challenges .btn.cont-read {
        margin-bottom: 0;
    }

    .motivation .border-top {
        width: 80%;
    }

    .video {
        padding-left: 0;
        padding-bottom: 0;
    }

    .video .title::before {
        width: 90px;
        height: 90px;
    }

    .video .image {
        display: none;
    }

    .video .content h3 {
        font-size: 35px;
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: flex-start;
    }

    .video .content p {
        font-size: 20px;
    }

    .story .description h2 {
        font-size: 30px;
    }

    :where(.who-is, .motivation, .challenges) .desc p::before {
        left: 31px;
    }

    :where(.who-is, .motivation, .challenges) .btn.cont-read i {
        width: 40px;
        height: 40px;
        left: 21px;
    }
}

@media (max-width:424px) {
    .story .description .full-story::after {
        left: 20.5px;
        height: 215px;
    }

    :where(.who-is,
        .challenges) .desc {
        padding-top: 50px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title span:first-child {
        font-size: 15px;
    }

    :where(.challenges,
        .video,
        .motivation,
        .who-is) .title span:last-child {
        font-size: 30px;
    }
}

@media (max-width: 376px) {
    .story .btn-div {
        left: 60%;
        top: 25%;
        width: 80px;
        height: 80px;
    }

    :where(.who-is,
        .motivation,
        .challenges) .btn.cont-read {
        margin-top: 0;
    }

    .challenges .title span {
        width: 250px;
    }

    .video .content h3 {
        font-size: 40px;
    }
}