body .home .header {
    background: transparent
}
body .home .header.hasBg{
    background: #fff;
}

body .home .container {
    background: #F8F8F8;
    padding: 22.70833vw 7.86458vw 18.28125vw 10.41667vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

body .home .container .map {
    width: 41.66667vw;
    position: relative
}

body .home .container .map img {
    width: 100%;
    height: 27.60417vw;
    object-fit: cover
}

body .home .container .map a {
    position: absolute;
    padding: 1.04167vw 2.60417vw;
    display: block;
    right: 2.08333vw;
    bottom: 2.08333vw;
    background: #F1DB63;
    transition: all 600ms;
    font-family: "" times "";
    text-transform: capitalize
}

body .home .container .map a:hover {
    background: #252726;
    color: white
}

body .home .container .map .icon {
    position: absolute;
    left: 0;
    bottom: 1.04167vw;
    width: 11.25vw
}

body .home .container .map .icon img {
    height: auto
}

body .home .container .text {
    width: 32.29167vw
}

body .home .container .text h1 {
    font-weight: 400;
    text-transform: capitalize;
    color: #252726
}

body .home .container .text .des p {
    /*margin-top: 1.66667vw;*/
    color: #403F3F;
    line-height: 1.5
}
body .home .container .text .des p:nth-child(1),body .home .container .text .des p:nth-child(4),body .home .container .text .des p:nth-child(6){
    margin-top: 1.66667vw;
}
@media screen and (max-width: 768px) {
    body .home .container {
        padding: 80px 5% 60px 5%;
        flex-direction: column
    }

    body .home .container .map {
        width: 100%
    }

    body .home .container .map img {
        height: 300px
    }

    body .home .container .map a {
        right: 20px;
        bottom: 20px;
        width: fit-content;
        padding: 10px 20px;
        margin: 20px auto 0
    }

    body .home .container .text {
        width: 100%;
        margin-top: 30px
    }

    body .home .container .text h1 {
        margin-top: 0;
        font-size: 24px
    }

    body .home .container .text .des p {
        margin-top: 10px;
        font-size: 16px;
        white-space: normal !important
    }
}