.main {
    margin-bottom: 0px;
}

.section-title.section-title.section-title {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    margin-inline: 0px;
}

.section-title.section-title.section-title svg {
    width: 18px;
    height: 20px;
}

/* about-us-section */
.about-us-section {
    margin-bottom: 56px;
}

.about-us-section h1.about-us-heading {
    color: #191919;
    text-align: center;
    font-family: Inter, sans-serif;;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    /* 150% */
    margin: 24px 0px;
}

.about-us-section .happy-creator {
    margin-bottom: 56px;
}
.about-us-section .happy-creator  img,
.about-us-section .our-value  img {
    border-radius: 20px;
}
.achievements {
    column-gap: 20px;
}
@media only screen and (max-width: 800px) {
    .about-us-section {
        margin-bottom: 32px;
    }

    .about-us-section h1.about-us-heading {
        color: #191919;
        text-align: center;
        font-family: Inter, sans-serif;;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        /* 162.5% */
        margin-bottom: 24px;
    }
    .about-us-section .happy-creator img, .about-us-section .our-value img {
        border-radius: 20px;
    }
    .about-us-section .happy-creator {
        margin-bottom: 24px;
    }


    .about-us-section .our-value {
        border-radius: 20px;
     /*    background: #212121;
        padding-top: 25px;
        padding-bottom: 33px;
        padding-inline: 16px; */
    }

    .about-us-section .our-value .heading {
        text-align: center;
        margin-bottom: 23px;
        margin-top: 0;
    }

    .about-us-section .our-value .our-value-text-img {
        width: 267px;
    }


    .about-us-section .our-value .item:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .about-us-section .our-value .item .item-title {
        color: #FFF;
        text-align: center;
        font-family: "Frontage";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .about-us-section .our-value .item .item-content {
        color: #919191;
        text-align: center;
        font-family: Inter, sans-serif;;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
    }

}

/* end about-us-section */


/* our-people */
.our-people {
    margin-bottom: 56px;
}

.our-people .our-people-title {
    margin-bottom: 69px;
}

.our-people .our-people-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.our-people .our-people-list .our-people-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 458px;
    box-sizing: border-box;
    position: relative;
    flex: 1 1 18%;
}

.our-people .our-people-list .item-content {
    position: absolute;
    left: 0px;
    bottom: 24px;
    width: calc(100% - 48px);
    padding: 0px 24px;
}

.our-people .our-people-list .our-people-item:nth-of-type(1) {
    background-image: url('../images/pages/about_us/people-1.png');
}

.our-people .our-people-list .our-people-item:nth-of-type(2) {
    background-image: url('../images/pages/about_us/people-2.png');
}

.our-people .our-people-list .our-people-item:nth-of-type(3) {
    background-image: url('../images/pages/about_us/people-3.png');
}

.our-people .our-people-list .our-people-item:nth-of-type(4) {
    background-image: url('../images/pages/about_us/people-4.png');
}

.our-people .our-people-list .our-people-item:nth-of-type(5) {
    background-image: url('../images/pages/about_us/people-5.png');
}

.our-people .our-people-list .our-people-item .item-people-name {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.956px;
    /* 120.649% */
}

.our-people .our-people-list .our-people-item .item-people-role {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter, sans-serif;;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    /* 149.713% */
}

@media only screen and (max-width: 600px) {
    .our-people {
        margin-bottom: 32px;
        margin-top: 24px;
    }

    .our-people .our-people-title {
        margin-bottom: 35px;
    }

    .our-people .our-people-list {
        flex-direction: column;
    }

    .our-people .our-people-list .our-people-item {
        border-radius: 20px;
        min-width: unset;
        height: unset;
        max-width: unset;
        width: 100%;
        padding-top: 100%;
        box-sizing: border-box;
    }

    .our-people .our-people-list .item-content {
        position: absolute;
        bottom: 24px;
        left: 0px;
    }

    .our-people .our-people-list .our-people-item:nth-of-type(1) {
        background-image: url('../images/pages/about_us/people-1-mobile.png');
    }

    .our-people .our-people-list .our-people-item:nth-of-type(2) {
        background-image: url('../images/pages/about_us/people-2-mobile.png');
    }

    .our-people .our-people-list .our-people-item:nth-of-type(3) {
        background-image: url('../images/pages/about_us/people-3-mobile.png');
    }

    .our-people .our-people-list .our-people-item:nth-of-type(4) {
        background-image: url('../images/pages/about_us/people-4-mobile.png');
    }

    .our-people .our-people-list .our-people-item:nth-of-type(5) {
        background-image: url('../images/pages/about_us/people-5-mobile.png');
    }

    .our-people .our-people-list .our-people-item .item-people-name {
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Inter, sans-serif;
        font-size: 28.8px;
        font-style: normal;
        font-weight: 700;
        line-height: 23.165px;
    }

    .our-people .our-people-list .our-people-item .item-people-role {
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Inter, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 19.163px;
        margin-top: 8px; 
    }
}

/* end our-people */

/* year-of-archievement */
.year-of-archievement {
    display: flex;
    row-gap: 56px;
    margin-bottom: 56px;
}

.year-of-archievement .col-left {
    flex: 1 1 50%;
}

.year-of-archievement .col-left img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    object-position: center;

}

.year-of-archievement .col-right {
    padding-left: 20px;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
}


.year-of-archievement .col-right .title {
    margin-bottom: 25px;
}

.year-of-archievement .col-right .title h3 {
    margin: 0;
    margin-bottom: 12px;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.year-of-archievement .col-right .title span {
    color: #404145;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.year-of-archievement .col-right .item h4 {
    margin: 0;
    margin-bottom: 11px;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.year-of-archievement .col-right .item h5 {
    margin: 0;
    margin-bottom: 11px;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.year-of-archievement .col-right .item span {
    color: #404145;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}


.year-of-archievement .year-of-archievement-content {
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.year-of-archievement .year-of-archievement-content .item {
    width: calc(50% - 10px);
    padding-right: 10px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
    .year-of-archievement {
        display: flex;
        flex-direction: column;
        margin-bottom: 31px;
        row-gap: 24px;
    }

    .year-of-archievement .col-left {
        flex: 0 0 100%;
        margin-inline: -24px;
    }

    .year-of-archievement .col-left img {
        border-radius: 0;
    }

    .year-of-archievement .col-right {
        padding-inline: 0px;
        flex: 0 0 50%;
    }


    .year-of-archievement .year-of-archievement-content .item {
        padding-right: 0px;
        width: 100%;
    }

    .year-of-archievement .year-of-archievement-content .item {}

    .year-of-archievement .col-right .title {
        margin-bottom: 24px;
    }

    .year-of-archievement .col-right .title h3 {
        margin: 0;
        margin-bottom: 12px;
        font-size: 30px;
    }

    .year-of-archievement .col-right .title span {
        color: #404145;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .year-of-archievement .col-right .item h4 {
        margin: 0;
        margin-bottom: 11px;
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .year-of-archievement .col-right .item h5 {
        margin: 0;
        margin-bottom: 11px;
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .year-of-archievement .col-right .item span {
        color: #404145;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

}

/* year-of-archievement */

/* director-quote  */
.director-quote {
    max-width: 706px;
    margin-inline: auto;
    margin-bottom: 56px;
}

.director-quote .quote-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 34px;
}

.director-quote .quote-header strong {
    color: #393939;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.director-quote .quote-header span {
    color: #868583;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.director-quote .quote-header img {
    width: 61px;
    height: 61px;
}

.director-quote .quote-content {
    color: #333;
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 22px;
}

.director-quote .quote-footer img {
    width: 54px;
    height: 45px;
}

.director-quote .quote-footer {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 30px;
    align-items: center;
}

/* end director-quote  */


/* value-sharing */

.value-sharing {
    margin-bottom: 56px;
}

.value-sharing .value-sharing-title {
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
}

.value-sharing .value-sharing-title h3 {
    margin: 0;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.value-sharing .value-sharing-content {
    column-gap: 30px;
    row-gap: 42px;
    display: flex;
    flex-wrap: wrap;
}

.value-sharing .value-sharing-content .card {
    flex: 0 0 calc(33.3333% - 20px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
}

.value-sharing .value-sharing-content .card .card-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 15px 22px;
    border-radius: 38px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7.5px);
    color: #FFF;
    -webkit-text-stroke-width: 0.32074958086013794;
    -webkit-text-stroke-color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 144% */
}

.value-sharing .value-sharing-content .card .card-header {
    height: 100%;
    aspect-ratio: 1 / 1;
}

.value-sharing .value-sharing-content .card .card-header img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}


.value-sharing .value-sharing-content .card .card-body {
    position: absolute;
    background: #fff;
    bottom: 22px;
    left: 22px;
    right: 22px;
    padding: 18px 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.value-sharing .value-sharing-content .card .card-body .card-title {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

@media only screen and (max-width: 800px) {

    .value-sharing {
        margin-bottom: unset;
    }

    .value-sharing .value-sharing-title {
        margin-bottom: 24px;
    }

    .value-sharing .value-sharing-title h3 {
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .value-sharing .value-sharing-content {
        row-gap: 30px;
        margin-inline: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .value-sharing .value-sharing-content .card {
        flex: 0 0 100%;
        border-radius: 24.13px;
    }


    .value-sharing .value-sharing-content .card .card-tag {
        top: 18px;
        left: 18px;
        padding: 12px 20px;
        font-size: 15px;
        line-height: 21.6px;
        /* 144% */
    }

    .value-sharing .value-sharing-content .card .card-header img {
        max-height: 100%;
        border-radius: 30px;
    }

    .value-sharing .value-sharing-content .card .card-body {
        bottom: 18px;
        left: 18px;
        right: 18px;
        padding: 16px 24px;
        border-radius: 16px;
    }


    .value-sharing .value-sharing-content .card .card-body .card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .value-sharing .value-sharing-content .card .card-body .card-body-icon {
        display: none;
    }

    .value-sharing .value-sharing-content .readmore-button {
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 15px 20px;
        justify-content: center;
        box-sizing: border-box;
        align-items: center;
        flex-shrink: 0;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24.13px;
        border-radius: 1000px;
        border: 1px solid var(--miscellaneous-alert-menu-action-sheet-separators, rgba(128, 128, 128, 0.55));
        background: rgba(255, 255, 255, 0.05);
    }

}

/* end value-sharing */



/* our-people */
.creator-container .creator-our-people {
    margin-bottom: 70px;
}

.creator-container .creator-our-people .our-people-title {
    display: block;
    margin-bottom: 69px;
    text-align: center;
}

.creator-container .creator-our-people .our-people-title h1 {
    color: #191919;
    font-family: Inter, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 56px;
}

.creator-container .creator-our-people .our-people-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.creator-container .creator-our-people .our-people-list .our-people-item {
    flex-basis: calc(33.33% - 20px);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding-top: 33.33%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.creator-container .creator-our-people .our-people-list .our-people-item .bg-gadian-creator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 20px;
    background-image: linear-gradient(to top, rgb(0 0 0 / 52%), rgb(87 87 87 / 0%));
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.creator-container .creator-our-people .our-people-list .item-content {
    position: absolute;
    left: 29px;
    bottom: 29px;
    z-index: 2;
}

.creator-container .creator-our-people .our-people-list .our-people-item .item-people-name {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.956px;
    margin-bottom: 10px;
}

.creator-container .creator-our-people .our-people-list .our-people-item .item-people-role {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
}
.creator-container .creator-our-people .our-people-list .our-people-item .item-content .item-people-role:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 1000px) {
    .creator-container .creator-our-people .our-people-title h1 {
        color: #191919;
        font-family: Inter, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .creator-container .creator-our-people .our-people-list .our-people-item {
        flex-basis: calc(50% - 15px);
        padding-top: 50%;
        gap: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .creator-container .creator-our-people, .about-us-section {
        margin-bottom: unset;
    }

    .creator-container .creator-our-people .our-people-title {
        margin-bottom: 36px !important;
    }

    .creator-container .creator-our-people .our-people-list {
        flex-direction: column;
    }
    .creator-container .creator-our-people .our-people-list {
        gap: 24px;
    }
    .creator-container .creator-our-people .our-people-list .our-people-item {
        border-radius: 20px;
        min-width: unset;
        height: unset;
        max-width: unset;
        width: 100%;
        padding-top: 100%;
        box-sizing: border-box;
        max-width: unset;

        flex-basis: calc(100%);
    }
    .creator-container .creator-our-people .our-people-list .our-people-item .bg-gadian-creator {
        border-radius: 20px;
    }

    .creator-container .creator-our-people .our-people-list .item-content {
        position: absolute;
        bottom: 24px;
        left: 24px;
    }


    .creator-container .creator-our-people .our-people-list .our-people-item .item-people-name {
        color: #FFF;
        font-family: Inter, sans-serif;
        font-size: 28.8px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .creator-container .creator-our-people .our-people-list .our-people-item .item-people-role {
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 19.163px;
        margin-bottom: 4px;
    }
}

/* end our-people */
/* creator detail */

.creator-detail-section .section-title {
    margin-top: 80px;
}


.creator-detail {
    gap: 80px;
    display: flex;
    margin-bottom: 32px;
}

.creator-detail-right,
.creator-detail-left {
    flex: 1 1 calc(50% - 40px);
}

.creator-detail-left {
    flex-basis: 50%;
}

.creator-detail-left .creator-detail-left-img-wrapper {
    width: 100%;
    height: 100%;
}

.creator-detail-left .creator-detail-left-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.creator-detail-right {
    flex-basis: 50%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.creator-detail-right .creator-name,
.creator-detail-right .creator-position,
.creator-detail-right .creator-position-desc {
    border-bottom: solid 1px rgba(0, 0, 0, 0.30);
}


.creator-detail-right .creator-position-desc,
.creator-detail-right .creator-position {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 24px;
    padding-bottom: 24px;
}

.creator-detail-right .creator-description {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 16px;
    /* 211.111% */
}

.creator-detail-right .creator-name {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 24px;
}

.g-2 {
    gap: 10px;
}
.creator-detail-right .booking-btn {
    width: fit-content;
    margin-top: auto;
}


.creator-container .creator-form {
    border-radius: 20px;
    background: #F2F2F2;
    padding: 32px 48px;
    margin-bottom: 40px;
}

.creator-container .creator-form .form-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.creator-container .creator-form .form-body .creator-form-input {
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    border: none;
    border-bottom: solid 0.857px #BCBCBC;
    background-color: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: #303030;
    margin-bottom: 25px;
    font-family: 'Inter' , sans-serif;
}

.creator-container .creator-form .form-body .creator-form-input::placeholder {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.4px;
}

.creator-container .creator-form .form-body .creator-form-input:focus {
    outline: none;
}

.creator-container .creator-form .form-body .input-w-50 {
    width: calc(50% - 15px);
    margin-bottom: 32px;
}

.creator-container .creator-form .form-body .input-w-100 {
    width: 100%;
}

.creator-container .creator-form .form-body .form-text-area {
    width: 100%;
    height: 200px;
}

.creator-container .creator-form .submit-btn {
    background-color: inherit;
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 1px solid #555;
    background: #282828;
    border-radius: 25px;
    width: 100%;
}

.form-title h1 {
    color: #424343;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-title p {
    color: #282828;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}

.form-policy {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 16px;
}


@media only screen and (max-width: 800px) {
    .creator-container .creator-form {
        padding: 24px;
        margin-bottom: unset;
    }
    .form-title p{
        color: #282828;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 32px;
        margin-top: 8px;
    }
    .creator-detail-section .section-title {
        margin-top: 36px;
        margin-bottom: 24px;
    }


    .creator-detail-section {
    }

    .creator-detail {
        gap: 0;
        flex-direction: column;
        flex-wrap: wrap;

    }

    .creator-detail-left {
        flex-basis: 100%;
        padding-right: 0;
    }

    .creator-detail-right {
        padding-right: 0;
        flex-basis: 100%;
    }

    .creator-detail-right .creator-name,
    .creator-detail-right .creator-position,
    .creator-detail-right .creator-position-desc {
        border-bottom: solid 1px rgba(0, 0, 0, 0.30);
    }

    .creator-detail-right .creator-name {
        margin-top: 24px;
        color: #000;
        font-family: Inter, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .creator-detail-right .creator-position-desc,
    .creator-detail-right .creator-position {
        color: #000;
        font-family: Inter, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }


    .creator-detail-right .creator-description {
        color: #000;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        padding-top: 10px;
        margin-top: 0;
    }

    .booking-btn {
        margin-bottom: 24px;
    }
    .creator-detail-right .creator-name {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .creator-detail-right .creator-position-desc, .creator-detail-right .creator-position {
        padding: 20px 0px;
    }

}