
.support >div:first-child{padding: 0 40px;}

.support-img {
    width: 100%;
    height: 753px;
    object-fit: cover;
}

.support-main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px 0 123px;
    background-color: #fafafa;
}
.support-main-text h1 {
    font-size: 3.91vw;
    font-weight: 800;
}
.support-main-text h3 {
    font-size: 1.3vw;
    font-weight: bold;
    width: 98%;
}
.support-main-text p {
    font-size: 1.11vw;
    font-weight: normal;
    color: #666666;
    width: 85%;
}

.support_question{
    text-align: center;
    width: 100%;
    max-width: 700px;
    padding: 20px;
    margin: 50px auto;
}

.support_question h1 {
    font-size: 2.23vw;
    line-height: 2.84vw;
    margin-bottom: 10px;
    font-weight: 600;
}

.quick-start {
    margin-bottom: 46px;
    font-size: 0.89vw;
}

.quick-start a {
    color: #007bff;
}

.support_question .search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.support_question .search-box input {
    width: 100%;
    padding: 20px 45px 20px 25px;
    border: 1px solid #D4D4D4;
    border-radius: 50px;
    outline: none;
    font-size:0.89vw;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.support_question .search-box button {
    background-color: transparent;
    padding: 10px 30px 10px 0;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    transform: translateY(-40%);
    top: 50%;
}

.icon_vectra_send{color: #4074FC;}

.search-box button img {
    width: 20px;
    height: 20px;
}

.suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    font-size: 0.72vw;
}

.suggestions button {
    display: flex;
    width: auto;
    padding: 7px 20px;
    background-color: #FFFFFF;
    border: 1px solid #D1D5E2;
    border-radius: 25px;
    cursor: pointer;
    text-align: left;
}

.suggestions button:hover {
    background-color: #e0e0e0;
}

.help-content {
    font-size: 0.67vw;
    line-height: 1.11vw;
    color: #000000;
    margin-top: 40px;
    text-align: start;
}

.help-content a {
    color: #4074FC;
}
