.hero {
    width: 100%;
    display: flex;
    position:relative;
}
.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
        & .hero-image-mobile {
            display: none;
            position: relative;
            
            @media screen and (max-width: 850px) {
                display: block;
                margin: auto;
                top: -40px;
            }
        }
}
.hero-left-btns {
    display: flex;
    justify-content: flex-start;   
    margin-top: 30px;

    @media screen and (max-width: 850px) {
        align-items: center;
        flex-direction: column;
        margin-top: 0;
    }
}
.hero-left-btns .btn{
    margin-left: 0;
}

@media screen and (max-width: 850px) {
    .ghost-button, .btn {
        width: 100%;
        max-width: 400px;
        height: 50px;
    }
}

.hero-left-btns .ghost-button {
    margin-left: 28px;
    @media screen and (max-width: 850px) {
        margin-left: 0;
        margin-top: 18px;
    }
}
.hero-left-text h1{
    font-weight: bold;
    font-size:50px;
    margin: 0;
    @media screen and (max-width: 950px) {
        font-size: 35px;
    }

    @media screen and (max-width: 850px) {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 10px;
        font-size: 40px;
    }
}
.hero-left-text p{ 
    font-size: 35px;
    color: #5B5B5B;
    margin: 10px 0 0 0;
    width: 380px;
    z-index: 2;
    position: relative;
    @media screen and (max-width: 950px) {
        font-size: 25px;
        width: 250px;
    }
    @media screen and (max-width: 850px) {
        text-align: center;
        margin: auto;
        font-size: 25px;
        width: 250px;
    }
}
.hero-left-text p{
    color: 5B5B5B;
}
.hero-right {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;

    & img {
        max-width: 80%;

    }

    @media screen and (max-width: 850px) {
        display: none;

    }

}
.journey-hero{
    display: flex;
    max-width: 1310px;
    min-height: 300px;
    padding: 25px;
    position:relative;
    background-color: #F2F2F2;
    margin:61px auto auto auto;
    border-radius: 21px;
    align-items: center;
    overflow: visible;
    @media screen and (max-width: 850px) {
        flex-direction: column;
    }
}
.journey-hero-left {
    @media screen and (max-width: 850px) {
        order: 2;
    }
}
.journey-hero-left img{
    height:150px;
}
.journey-hero-right { 
    font-size: 18px;
    text-align: justify;
    @media screen and (max-width: 850px) {
        order: 1;
    }
}
.journey-hero-right-content{
    display: flex;
    flex-direction: column;
    & p {
        @media screen and (max-width: 850px) {
            line-height: 27px;
        }
    }
}
.journey-hero-right-content h2{
    padding: 20px;
}
.journey-hero-title {
    display: flex;
    flex-direction: column;
    max-width: 340px;
    align-items: center;
    @media screen and (max-width: 850px) {
        max-width: 100%;
    }
}
.journey-hero-title h3 {
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
    @media screen and (max-width: 850px) {
       text-align: center;
    }
}
.journey-hero-bar {
    width: 100px;
}
.choose-us-section{
    max-width: 1310px;
    position:relative;
    margin:61px auto auto auto;
    border-radius: 21px;
    align-items: center;
}
.choose-us-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

    & h3 {
        font-size: 25px;
        margin: 0;
    }
    & img {
        margin-top: 10px;
    }
}
.choose-us-section-cards {
    display: flex;
    width: 100%;
    margin-top: 30px;
    @media screen and (max-width:850px) {
        flex-direction: column;
    }
}
.choose-us-section-card-1,
.choose-us-section-card-2,
.choose-us-section-card-3 {
    display: flex;
    flex: 1;
    height: 100%;
    width: 100%;
    height: 300px;
    padding: 25px;
    position:relative;
    border-radius: 21px;
    align-items: center;
}
.choose-us-section-card-1 {
    display: flex;
    flex-direction: column;
    background-color: #395C61;
    box-shadow: 0px 0px 17.2px 0px #395C61;
    & p {
        text-align: justify;
        line-height: 1.5;
        margin-top: 40px;
        @media screen and (max-width: 850px) { 
            margin: 15px 0;
        }
    }    
    & h2{
        margin: 0;
        text-align: center;

    }
   
}
.choose-us-section-card-1 h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
.choose-us-section-card-1,
.choose-us-section-card-2,
.choose-us-section-card-3, h2 p {
    color: white;
}
.choose-us-section-card-2 {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    background-color: #E1B245;
    box-shadow: 0px 0px 17.2px 0px #E1B245;
    & p {
        text-align: justify;
        line-height: 1.5;
        margin-top: 40px;
        @media screen and (max-width: 850px) { 
            margin: 15px 0;
        }
    }
    @media screen and (max-width: 850px) { 
        margin: 30px 0;
    }
}
.choose-us-section-card-2 h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
.choose-us-section-card-3 {
    display: flex;
    flex-direction: column;
    background-color: #FF8D8D;
    box-shadow: 0px 0px 17.2px 0px #FF8D8D;
    & p {
        text-align: justify;
        line-height: 1.5;
        margin-top: 40px;
        @media screen and (max-width: 1060px) { 
            margin: 5px;
        }
        @media screen and (max-width: 850px) { 
            margin: 15px 0 0 0;
        }
    }    
}
.choose-us-section-card-3 h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
.get-in-touch-section {
    margin-top: 61px;
    position: relative;
    display: flex;

    @media screen and (max-width: 1024px) {
        margin-top: 80px;
    }
}
.get-in-touch-section-left {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.get-in-touch-section-left-text{
    width: 100%;
    text-align: center;

    & h1 {
        margin: 0;
    }
}
.get-in-touch-section-left-context {
    width: 100%;
    display: flex;
    flex-direction: column;
    & p {
        text-align: justify;

    }
    & .btn {
        margin: auto;
    }
    & .books-mobile {
        display: none;
        position: relative;
        @media screen and (max-width: 850px) {
            display: block;
            margin: 30px 0px;
        }
    }
}

.get-in-touch-section-right  {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;

    & img {
        max-width: 70%;
    }

    @media screen and (max-width: 850px) {
        display: none;
    }
}
.star {
    position:absolute;
    top:-15%;
    left:-3%;
    height:50px;
    @media screen and (max-width: 1240px) {
        left: -2%;
        height: 40px;
        top: -10%;
    }
}
.bulb {
    position: absolute;
    right:-1%;
    height:50px;
    top: -3%;
    @media screen and (max-width: 1240px) {
        right: -1%;
        height: 50px;
        top: -3%;
    }
}
.accent {
    position: absolute;
    right: -1%;
    top: 100%;
    height: 40px;
}
.rocket {
    position: absolute;
    height: 35%;
    top: -23%;
    left: -7%;
    transform: rotate(-45deg);

    @media screen and (max-width: 1330px) {
        left: 0;
    }
    @media screen and (max-width: 1024px) {
        height: 30%;
    }
    @media screen and (max-width: 850px) {
        height: 18%;
        top: -15%;
    }
}