#influencer-hero-section {
    padding-top: 64px;
}

#influencer-hero-section .section-container {
    max-width: 1885px !important;
}

.step-conatiner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 2px 10px #ededed, 0px 15px 30px #FB0F5A0F;
    border-radius: 79px;
    opacity: 1;
    padding: 50px 64px;
    margin-bottom: 110px;
}

.step-conatiner>div {
    margin-bottom: 34px;
}

.step-conatiner h2.title {
    font-size: 38px !important;
    display: flex;
}

.step-conatiner h2.title span {
    padding-left: 20px;
}

.step-conatiner p.desc {
    font-size: 25px;
    font-weight: normal;
    padding-left: 50px;
    padding-top: 16px;
}

.step-conatiner .pink-btn {
    margin-top: 26px;
}

.img-mbl {
    display: none;
}

.iz-tip-box {
    font: normal normal bold 23px/37px Axiforma;
    padding: 48px 72px 54px 72px;
    background-color: #D6D616;
    width: 349px;
    height: 133px;
}

#tips-section {
    position: relative;
    padding-top: 105px;
    padding-bottom: 200px;
    z-index: 1;
}

#tips-section::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 45px;
    top: 50px;
    background-image: url("../assets/hash-blue.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 248px;
    height: 245px;
}

.iz-tip-box {
    position: absolute;
    right: 20%;
    top: 0;
}

.tip-img {
    text-align: center;
    padding-bottom: 60px;
}

.tip-img img {
    max-width: 121px;
}

.tip-conatiner {
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 2px 10px #FB0F5A12, 0px 15px 30px #FB0F5A0F;
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 560px;
    margin: 0 auto;

}

.tip-title {
    font: normal normal bold 47px/57px Axiforma;
    margin-bottom: 18px;
}

.tip-conatiner p,
.tip-list {
    font: normal normal normal 25px/53px Axiforma;
}

.tip-conatiner p {
    margin-bottom: 37px;
}

.tip-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: fit-content;
}

.tip-list-item {
    display: flex;
    align-items: baseline;
    gap: 24px;
}

.tip-list .circle {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #FB0F5A 0% 0% no-repeat padding-box;
}


@media (max-width:1800px) {
    #influencer-hero-section .section-container {
    max-width: 1700px !important;
    }
    .tip-title {
        font-size: 42px;
        line-height: 47px;
    }

    .tip-conatiner p,
    .tip-list {
        font-size: 20px;
        line-height: 40px;
    }

    .iz-tip-box {
        right: 15%;
    }

}

@media (max-width:1700px) {
    #influencer-hero-section .section-container {
        max-width: 1570px !important;
        }
    .tip-title {
        font-size: 40px;
        line-height: 42px;
    }

    .tip-conatiner p,
    .tip-list {
        font-size: 18px;
        line-height: 1.5;
    }

    .tip-list .circle {
        width: 16px;
        height: 16px;
    }
}

@media (max-width:1600px) {

    #influencer-hero-section .section-container {
        max-width: 1475px !important;
        }

    .tip-conatiner {
        padding-left: 60px;
        padding-right: 60px;
    }

    .iz-tip-box {
        text-align: center;
        padding: 30px 30px 30px 40px;
        width: 290px;
        height: 91px;
    }

    .step-conatiner h2.title {
        font-size: 30px !important;
    }

    .step-conatiner p.desc {
        font-size: 18px;
        padding-left: 42px;
        padding-top: 10px;
    }

    .step-conatiner>div {
        margin-bottom: 0px;
    }

    .step-conatiner {
        margin-bottom: 40px;
        border-radius:50px ;
    }
    #tips-section{
        padding-bottom: 160px;
    }
}

@media (max-width:1500px) {

    #influencer-hero-section .section-container {
        max-width: 1375px !important;

        }

    .tip-conatiner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:1399px) {
    #influencer-hero-section .section-container {
        max-width: 1345px !important;

        }
    .tip-conatiner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .tip-list-item {
        gap: 15px;
    }

    .tip-conatiner p {
        margin-bottom: 20px;
    }

    .iz-tip-box {
        font: normal normal bold 18px/37px Axiforma;
        padding: 25px 15px 25px 15px;
        right: 10%;
        width: 239px;
        height: 85px;
        text-align: center;
    }
}

@media (max-width:1300px) {

    #influencer-hero-section .section-container {
        max-width: 1160px !important;

        }
    .tip-title {
        font-size: 35px;
        line-height: 34px;
    }

    .tip-conatiner p,
    .tip-list {
        font-size: 16px;
        line-height: 34px;
    }

    .iz-tip-box {
        font: normal normal bold 18px/37px Axiforma;
        padding: 25px 15px 25px 15px;
        right: 10%;
        width: 239px;
        height: 85px;
        text-align: center;
    }
}

@media (max-width:1199px) {
    #influencer-hero-section .section-container {
        max-width: 1160px !important;

        }
    .tip-conatiner {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width:991px) {
    #influencer-hero-section .section-container {
        max-width: 1160px !important;

        }
    .step-conatiner {
        padding: 50px 30px;
        margin-bottom: 40px;
    }

    .tip-conatiner p,
    .tip-list {
        font-size: 20px;
        line-height: 43px;
    }

    .iz-tip-box {
        display: none;
    }

    #tips-section::after {
        left: 140px;
        top: 35px;
        width: 180px;
        height: 170px;
    }

    #tips-section .section-container .row {
        gap: 40px;
    }

    #tips-section {
        padding-top: 40px;
    }
}

@media (max-width:767px) {

    .step-conatiner h2.title {
        font-size: 23px !important;

    }

    .step-conatiner {
        padding: 40px 25px;
        border-radius: 0px;
    }

    .step-conatiner h2.title span {
        padding-left: 9px;
    }

    .step-conatiner p.desc {
        padding-left: 25px;
        font-size: 22px;
    }

    .step-conatiner .btn-conatiner {
        margin-bottom: 0px;
        text-align: center;
    }

    .step-conatiner .pink-btn {
        margin-top: 0px;
        padding: 16px 60px 16px 60px !important;
    }

    #influencer-hero-section {
        padding-top: 40px;
    }

    #influencer-hero-section .section-container,
    #influencer-step-section .section-container {
        padding: 0px;
    }

    #tips-section::after {
        left: 90px;
        top: 94px;
        width: 100px;
        height: 98px;
    }

    .tip-conatiner p {
        margin-bottom: 23px;
    }

    .tip-list {
        gap: 20px;
    }
}

@media (max-width:575px) {
    .img-mbl {
        display: block;
    }

    .img-desktop {
        display: none;
    }

    .tip-title {
        font-size: 27px;
        line-height: 33px;
    }

    #tips-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #tips-section::after {
        left: 20px;
        top: 70px;
        width: 77px;
        height: 76px;
    }

    .tip-img {
        padding-bottom: 40px;
    }

    .tip-img img {
        max-width: 76px;
    }
}

@media (max-width:400px) {

    .tip-conatiner p,
    .tip-list {
        font-size: 17px;
        line-height: 38px;
    }
}

@media (max-width:350px) {
    .step-conatiner {
        padding: 40px 10px;

    }

    .step-conatiner p.desc {
        font-size: 20px;
        padding-top: 10px;
    }

    .tip-conatiner p,
    .tip-list {
        font-size: 16px;
        line-height: 20px;
    }

    .tip-list-item {
        gap: 5px;
    }
}

.iz-tip-box {
    display: none;
}