.big-gap {
  display: flex;
  flex-direction: column;
  gap:45px;
}

.middle-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    gap:30px;
    height: 20vh;
    
}

.middle-text-p {
    text-align: center;
    color:#3a0978;
    font-size: 13px;
}

.lets-connect-button {
    padding: 6px;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #3a0978;
    color:#3a0978;
    background-color: transparent;
}
.button-container {
    text-align: center;
}
.tag-image-box {
    display: flex;
    justify-content: center;
    align-items:center;
    padding-top:15px;
}
.tag-image {
    display: flex;
    width: 22%;
    height: auto;
    z-index: 1;
}



.box-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 12px 20px;
    padding-bottom: 15px;
    font-family: 'BrandFont',sans-serif;
    
}

.box-item {
    position: relative;
    background-color: #fff;
    color: white;
    padding: 20px;
    width: 17vw;
    height: 200px;
    text-align: center;
    border-radius: 10px;
    border: solid 1px transparent;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3); /* 四周阴影 */
}
.box-item-sub {
    width: 80%;
    max-width: 300px;
}
.zise-title-box {
    padding-top:20px;
}

.zise-title {
    padding-top:0px;
    color:#3a0978 ;
    font-size: 22px;
}

.yellow-title {
    padding-top:0px;
    color:#e6cd23 ;
    font-size: 22px;
}

.main-set-background {
    background-image:URL('assets/creator/background1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.social-media-management-title {
   
}

.content-test {
    padding-top: 30px;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    h1 {
        width: 120px;
    }
    .middle-text-content {
        height: 30vh;
    }

    .box-grid {
        flex-direction: column;
        align-items: center;
    }

    .box-item {
        width: 80%;
        max-width: 300px;
    }
}