.download-search {

    top: -46px;
    position: relative;
    display: flex;
    justify-content: center;
}

.download-search-frame,
.download-search-frame1 {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
}

.download-search-frame {
    gap: 36px;
    padding: 16px;
    max-width: 540px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
    align-items: center;
    border-radius: 15px 15px 15px 15px;
    justify-content: center;
    background-color: #fff;
}

.download-search-frame1 {
    gap: 10px;
    padding: 10px;
    overflow: hidden;
    max-width: 295px;
    border-top: 1px solid #a8a8a8;
    align-items: flex-start;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    border-radius: 5px 5px 5px 5px;
    flex-direction: column;
    justify-content: flex-start;
}

.download-search-text,
.download-search-text1 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}

.download-search-text {
    width: 100%;
    max-width: auto;
    min-height: auto;
}

.download-search-text1 {
    color: #c4c4c4;
    font-size: 16px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0;
    text-transform: none;
}

.download-search-frame2 {
    gap: 10px;
    width: 100%;
    display: flex;
    padding: 10px;
    overflow: hidden;
    position: relative;
    max-width: 295px;
    border-top: 1px solid #a8a8a8;
    box-sizing: border-box;
    align-items: flex-start;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    border-radius: 5px 5px 5px 5px;
    flex-direction: column;
    justify-content: flex-start;
}

.download-search-text2,
.download-search-text3 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}

.download-search-text2 {
    width: 100%;
    max-width: auto;
    min-height: auto;
}

.download-search-text3 {
    color: #c4c4c4;
    font-size: 16px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0;
    text-transform: none;
}

.download-search-frame3 {
    gap: 10px;
    width: 100%;
    display: flex;
    padding: 10px;
    overflow: hidden;
    position: relative;
    max-width: 164px;
    box-shadow: 0 2px 12px 0 rgba(215, 172, 60, .5);
    box-sizing: border-box;
    align-items: center;
    border-radius: 5px 5px 5px 5px;
    justify-content: center;
    background-color: #ffd66b;
    border: none;
}

.download-search-text4,
.download-search-text5 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}

.download-search-text4 {
    width: 100%;
    max-width: auto;
    min-height: auto;
}

.download-search-text5 {
    color: #359c6d;
    font-size: 16px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0;
    text-transform: none;
}