.aipptContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 12px;
}
.aipptWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(https://blog.terabox.com/wp-content/themes/enjoyblog/js/ai-ppt-dump.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 588px;
    height: 64px;
    max-width: 100%;
}
.aipptKeywordInput {
    width: 90% !important;
    height: 48px !important;
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 20px !important;
    outline: none !important;
}
.aipptClickBox {
    width: 26%;
    height: 64px;
    cursor: pointer;
}
.aipptWrapper p {
    width: 100%;
    height: 100%;
    line-height: 100% !important;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .aipptWrapper {
        height: 48px;
    }
    
    .aipptKeywordInput {
        height: 36px !important;
    }
    
    .aipptClickBox {
        height: 48px;
    }
}