.titleboxW {
    height: 700px !important;
}

.funTitel{
    padding: 60px 30px 0 30px;
}

.funTitelRow{
    display: flex;flex-wrap: wrap;
}

.funItemMB{
    margin-bottom: 120px;
}

.learnMore{
    position: absolute;bottom: -60px;margin: auto;left: 0;right: 0;
}

.height-100{
    height: 100%;
}

.funright h2{
    font-size: 18px;
}

.talkItem{
    margin-bottom: 20px;
}

.iconImg{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.iconImg img{
    width: 45px;
    height: 45px;
}

.miniIcon{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
}

.home_image2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.home_image2:hover {
    opacity: 0;
}