.head_info {
    justify-content: space-around;
    margin-top: 0.3rem;
    align-items: center;
    position: relative;
}

.ins {
    position: absolute;
    left: 26.5rem;
    top: 18.3rem;
    width: 0.7rem;
}

.com_name {
    color: black;
    font-size: 0.65rem;
    font-family: Poppins-Bold;
    font-weight: 700;
    text-align: center;
}

.menu {
    font-size: 0.45rem;
    font-family: Poppins-Medium;
    font-weight: 700;
    color: black;
    text-align: center;
}


.head_home {
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    line-height: 0.8rem;
    margin-left: 1rem;
}

.head_app {
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    line-height: 0.8rem;
    margin-left: 1rem;
}

.head_about_us {
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    line-height: 0.8rem;
    margin-left: 1rem;
}

a {
    color: black;
    text-decoration: none;
}

.top_banner {
    margin-top: 0.3rem;
}

.top_banner_img {
    width: 100%;
}

.app_num {
    margin-top: 1.3rem
}

.app_num_img {
    width: 100%;
}

.grid_art {
    position: relative;
}

.grid_art_img {
    width: 100%;
}

.grid_art_google_btn {
    position: absolute;
    top: 17rem;
    left: 29.1rem;
    width: 7.5rem;
}

.incollage {
    position: relative;
}

.incollage_img {
    width: 100%;
}

.incollage_google_btn {
    position: absolute;
    top: 17rem;
    left: 15.5rem;
    width: 7.5rem;
}

.incollage_app_btn {
    position: absolute;
    top: 17rem;
    left: 7.5rem;
    width: 7.5rem;
}

.bg {
    position: relative;
}

.bg_img {
    width: 100%;
}

.bg_google_btn {
    position: absolute;
    top: 17.8rem;
    left: 36.7rem;
    width: 7.5rem;
}

.bg_app_btn {
    position: absolute;
    top: 17.8rem;
    left: 28.7rem;
    width: 7.5rem;
}

.body_editor {
    position: relative;
}

.body_editor_img {
    width: 100%;
}

.body_editor_google_btn {
    position: absolute;
    top: 19.6rem;
    left: 7.5rem;
    width: 7.5rem;
}

.toontap {
    position: relative;
}

.toontap_img {
    width: 100%;
}

.toontap_google_btn {
    position: absolute;
    top: 20rem;
    left: 36.7rem;
    width: 7.5rem;
}

.toontap_app_btn {
    position: absolute;
    top: 20rem;
    left: 28.7rem;
    width: 7.5rem;
}

.about_text {
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    margin-top: 1.5rem;
}

.contact {
    position: relative;
    margin-top: 3rem;
}

.contact_img {
    width: 100%;
    display: block;
}

.contact_img_btn {
    position: absolute;
    left: 20.8rem;
    top: 6rem;
    width: 9.5rem;
}

.foot {
    background-color: black;
    color: white;
    justify-content: space-around;
    font-size: 0.5rem;
    font-family: Poppins-Regular;
    height: 1.5rem;
    text-align: center;
    align-items: center;
}

.foot_a {
    color: white;
    text-decoration: none;
}