.know__us {
    padding: 70px 0 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    /* // border: 1px solid red;
    // background-color: #31494b; */
}

.know__us .content {
    width: 85%;
    margin: 0 auto;
}

.know__us .content .text .h2 {
    margin-bottom: 20px;
    color: #fec465;
    font-size: 40px !important;
    font-weight: bold;
    text-align: center;
}

/* // CSS FOR THE SMALL DESCRIPTION */

.small_descipt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* // height: 100vh !important; */
    text-align: center;
    /* // padding: 150px 0; */
    background-color: #31494b;
    /* // background-position:center;
    // background-size:cover;
    // background-repeat:no-repeat;
    // background-attachment:fixed;
    // background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(${skyview})
    // background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(${skyview}) */
}

.small_descipt .h2 {
    color: #fec465 !important;
    font-size: 40px !important;
    width: 45%;
    font-weight: bold;
    text-align: center;
    margin: 70px 0;
}

.small_descipt p {
    
}

.adventure {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 70% !important;
}

.parent{
    position: relative;
    width: 50%;
    margin: 0 0 170px;
    padding: 0;
}

.adventure p {
    width: 44%;
    margin: 0 0 17px;
    /* // font-size: 20px; */
    color: #fff;
}

.over-art {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 250px !important;
    padding: 5px;
    background-color: #31494b;
    border-radius: 15px !important;
    /* transform: rotate(2.5deg) */
}

.back-art {
    width: 100% !important;
    /* // height: 75vh !important; */
    border-radius: 15px !important;
    /* transform: rotate(-2.5deg) */
}

@media (min-width: 320px) and (max-width: 767px) {

    .small_descipt p {
        width: 85%;
        font-size: 15px;
        margin-bottom: 35px;
    }

    .logo {
        width: 150px;
    }

    .adventure {
        display: block !important;
        width: 87% !important;
    }

    .parent{
        width: 100% !important;
    }

    .adventure p {
        width: 100% !important;
        margin: 170px 0 0;
        /* // font-size: 20px; */
        color: #fff;
    }

    .over-art {
        /* position: absolute; */
        /* top: 25%;
        left: 25%; */
        width: 170px !important;
        /* // border-radius: 20px !important; */
        /* transform: rotate(3.5deg) */
    }

    .back-art {
        width: 100% !important;
        /* margin-left: -35px !important; */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .small_descipt p {
        width: 85%;
    }

    .logo {
        width: 150px;
    }
}