#support-page .img-container {
    position: relative;
}


#support-page .img-container .service {
    position: absolute;
    top: 23%;
    width: 55%;
    font-size: .61rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: pre-line;
    word-break: break-all;
}
#support-page .img-container .img-title {
    position: absolute;
    top: 12rem;
    font-size: 1.5rem;
    left: 5rem;
}

#support-page .img-container .ask {
    position: absolute;
    top: 56%;
    right: 33.33%;
    width: 10%;
    /* height: 10%; */
    height: 2rem;
    background: black;
    color: #fff;
    border-radius: 0.3rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1.3rem;
    padding: 0.3rem; 
    cursor: pointer;
}

#support-page .img-container .ask:hover {
    background: #ec691a;
}

#support-page .title {
    text-align: center;
    font-size: 1.3rem;
}

#support-page #tabs {
    list-style: none;
    display: flex;
    justify-content: space-around;
    color: #9c9c9c;
    font-size: 0.8rem;
}

#support-page #tabs li.current {
    color: #000;
    border-bottom: 3px solid #000;
    padding-bottom: 7px;
}

#support-page .tab-item {
    display: none;
    padding-left: 5rem;
}

#support-page .tab-item.show {
    display: block;
}

#support-page #tabs li {
    cursor: pointer;
}
