.make-your-dream {
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    padding-bottom: 163px;
}

.container-dream-bg {
    background: url(../../../pic/container-dream-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 315px;
}

.make-your-dream-title-wrapp {
    font-family: 'Onest', sans-serif;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
}

.make-your-dream-title-wrapp p {
    color: #000;
    font-family: 'Onest', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    width: 85%;
    margin-bottom: 50px;
}

.make-your-dream-title-wrapp p span {
    color: #FC5B31;
    display: contents;
}

.title.your-dream {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
}

.make-your-dream-title-wrapp>h2.title.your-dream>span:nth-child(2) {
    margin-left: 10%;
}

.make-your-dream-title-wrapp>h2.title.your-dream>span:nth-child(3) {
    margin-left: 37%;
}

.make-your-dream-deskription-wrapp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.make-your-dream-column {
    display: flex;
    flex-direction: column;
}

.make-your-dream-column.left {
    width: 65%;
}

.make-your-dream-col-item.top {
    max-width: 640px;
    width: 100%;
    display: flex;
    margin-bottom: 60px;
}

.make-your-dream-col-item.top p {
    color: #000;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.make-your-dream-col-item.bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.make-your-dream-col-item.bottom p {
    max-width: 490px;
    width: 100%;
    color: #000;
    font-family: 'Onest', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

.make-your-dream-col-item.bottom p span {
    color: #FC5B31;
    display: contents;
}

.make-your-dream-column.right {
    width: 33%;
}

.make-your-dream-column.right img {
    max-width: 490px;
    width: 100%;
    height: 440px;
    display: flex;
}

.make-your-dream-make-your-dream {
    width: 100%;
    position: absolute;
    bottom: -100px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.make-your-dream-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 360px;
    width: 100%;
    font-family: Sofia Sans, sans-serif!important;
}

.make-your-dream-item span {
    color: #8ACE80;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
    font-family: Sofia Sans, sans-serif;
}

.make-your-dream-item span::after {
    content: '';
    display: flex;
    max-width: 45px;
    width: 100%;
    height: 45px;
    background: url(../../../pic/eclicpse-you-dream.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.make-your-dream-item p {
    color: #FFF;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.make-your-dream-img-mobile {
    display: none;
}
.make-your-dream-make-your-dream-mobile {
    display: none;
}

@media(max-width:1550px){
    .make-your-dream-title-wrapp {
        width: 65%;
    }
    .make-your-dream-title-wrapp>h2.title.your-dream>span:nth-child(3) {
        margin-left: 25%;
    }
}
@media(max-width:1240px){
    .make-your-dream-title-wrapp>h2.title.your-dream>span:nth-child(3) {
        margin-left: 35%;
    }
}

@media(max-width:1380px) {
    .make-your-dream-title-wrapp {
        width: 75%;
    }

    .make-your-dream-column.right img {
        max-width: 100%;
        height: auto;
    }
    .make-your-dream-item span {
        font-size: 60px;
        line-height: 72px;
    }
    .make-your-dream-item span::after {
        max-width: 35px;
        height: 63px;
    }
    .make-your-dream-item p {
        font-size: 14px;
        line-height: 19px;
        margin-right: 0px;
    }
    .make-your-dream-item {
        margin-right: 10px;
    }
}

@media(max-width:1240px) {
    .make-your-dream-title-wrapp p {
        font-size: 20px;
        line-height: 27px;
    }

    .make-your-dream-col-item.top p {
        font-size: 14px;
        line-height: 19px;
        width: 75%;
    }

    .make-your-dream-column.right img {
        max-width: 100%;
        height: 340px;
    }

    .make-your-dream-col-item.bottom p {
        font-size: 20px;
        line-height: 27px;
    }
}

@media(max-width:1180px) {
    .make-your-dream-column.right {
        width: 35%;
    }

    .make-your-dream-column.left {
        width: 58%;
    }

    .make-your-dream-col-item.top p {
        width: 90%;
    }
}

@media(max-width:1080px){
    .make-your-dream-item span {
        font-size: 40px;
        line-height: 35px;
    }
  
    .make-your-dream-item p {
        font-size: 12px;
        line-height: 16px;
        margin-right: 0px;
    }
}

@media(max-width:1024px) {
    .make-your-dream-title-wrapp {
        width: 95%;
    }
}

@media(max-width:920px) {
    .make-your-dream-column.right {
        width: 41%;
    }
    .make-your-dream-make-your-dream {
        display: none;
    }
    .make-your-dream-make-your-dream-mobile {
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        background: rgba(0, 0, 0, 1);
        padding: 70px 0px;
        width: 100%;
    }
    .make-your-dream-item span::after {
        display: none;
    }
    .make-your-dream-item span {
        font-size: 70px;
        line-height: 75px;
    }
    .make-your-dream-item p {
        font-size: 18px;
        line-height: 24px;
        margin-right: 0px;
    }
    .make-your-dream {
        padding-bottom: 73px;
    }
}

@media(max-width:880px) {
    .make-your-dream-column.right {
        display: none;
    }

    .make-your-dream-img-mobile {
        display: flex;
        justify-content: center;
        width: 65%;
        height: 400px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .make-your-dream-img-mobile img {
        width: 100%;
    }

    .make-your-dream-column.left {
        width: 100%;
    }

    .make-your-dream-col-item.top {
        margin-bottom: 30px;
    }

    .make-your-dream-column {
        align-items: flex-end;
    }

    .make-your-dream-col-item.bottom {
        width: 75%;
    }
    .container-dream-bg {
        background-size: 100% 100%;
        background-position-y: 445px;
    }
}

@media(max-width:767px) {
    .make-your-dream-title-wrapp p {
        width: 95%;
    }
}

@media(max-width:680px){
    .make-your-dream-img-mobile {
        width: 100%;
    }
}

@media(max-width:520px) {
    .make-your-dream-title-wrapp p {
        font-size: 16px;
        line-height: 21px;
    }

    .make-your-dream-col-item.bottom p {
        font-size: 16px;
        line-height: 22px;
    }

    .make-your-dream-col-item.top p {
        font-size: 13px;
        line-height: 18px;

    }
    .make-your-dream-img-mobile {
        width: 100%;
        max-width: 340px;
        height: 260px;
    }
    .make-your-dream-item span {
        font-size: 60px;
        font-weight: 600;
        line-height: 72px;
            }
            .make-your-dream-item p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        
            }
    
}

@media(max-width:420px){
    .make-your-dream-title-wrapp p {
        width:80%;
    }
    .make-your-dream-col-item.bottom {
        width: 80%;
    }
    .make-your-dream-item span {
        font-size: 60px;
        line-height: 65px;
    }
    .make-your-dream-item p {
        font-size: 16px;
        line-height: 20px;
        margin-right: 0px;
    }
}

@media(max-width:390px){
    .make-your-dream-col-item.bottom {
        width: 90%;
    }
    .make-your-dream-img-mobile {
        max-width: 340px;
        height: 220px;
    }
    
}

@media(max-width:330px){
    .make-your-dream-title-wrapp>h2.title.your-dream>span:nth-child(3) {
        margin-left: 34%;
    }
}