body,
html {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background-color: #000;

}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    transition: all .3s;
    font-weight: 500;
    scroll-behavior: smooth;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

body,
p,
h1,
h2,
h3,
h4 {
    margin: 0;
}

img {
    max-width: 100%;
}



.carE_container {
    background: url(../images/bg.png) no-repeat center top;
    background-size: cover;
    height: calc(100vh);
    display: flex;
    align-items: flex-end;
    padding: 400px 20px 20px;
    flex-wrap: wrap;
}

.wrapper_careye {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.head_b {
    padding: 0px 0px 20px;
    text-align: center;
    color: #fff;

    width: 400px;
    max-width: 90%;
    margin: 0 auto 30px;
}


.head_b p.sub_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 20px 15px;
}

.head_b p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.head_b h1 {
    font-size: 28px;
    font-weight: 900;
    padding: 20px 0;
}

.head_b p.sub_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 20px 15px;
}

.head_b span {
    color: #21D0B2;
}

.social_icon {
    display: flex;
    padding-top: 20px;
    justify-content: center;
}

.social_icon img {
    display: block;
    height: 48px;
    margin: 0px 12px;
}


@media (min-width:715px) {
    .carE_container {
        background: url(../images/bg_tab.png) no-repeat center top;
        background-size: cover;
        height: 100vh;
        display: flex;
        align-items: flex-end;
        padding: 20px;
        flex-wrap: wrap;
    }

    .social_icon {
        padding-top: 40px;
    }

    .social_icon img {
        display: block;
        height: 72px;
        margin: 0px 20px;
    }


}