.influencer_title {
    display: inline-block;
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
}

.influencer_subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: rgb(99, 99, 99);
}

.influencer_apply {
    margin-top:1rem;
    text-align: center;
    font-weight: bold;
}

.div_atoms {
    margin-top: 1rem;
    padding:1rem;
    border-radius: 2rem;
}

.item_list{
    font-size:0.9rem;
    margin-bottom: 0;
}

.blue_tick{
    display: inline-block;
    height: 1.5rem;
    width: auto;
    margin-bottom: 3rem;
}

label{
    font-weight: bold;
    font-size:0.9rem;
}

.atom_examples{
    width: 100%;
    border-radius: 1rem;
}

.SocialMobileImg{
    width: 50%;
}

.StrategyImg{
    width: 100%;
    border-radius: 2rem;
    padding:0.5rem;
    background-color: black;
}



.number_titles{
    font-weight: bold;
}
.number_subtitles{
    font-weight: bold;
    color:rgb(116, 116, 116)
}

.card_title{
    font-weight: bold;
    margin-top:0.5rem;
}
.card_subtitle{
    margin-top:1rem;
    font-weight: bold;
    text-align: left;
    font-size:1rem;
    color:white;
}

.influencer_div{
    background: linear-gradient(45deg, #350048,#F056E3);
    color:white;
    padding:1rem;
    border-radius:1rem;
}

.business_div{
    background: linear-gradient(45deg, #350048,#350048);
    color:white;
    padding:1rem;
    border-radius:1rem;
    margin-top:2rem
}

.freebtn{
    background-color: white;
    color:#350048;
    border:none;
    margin-top:1rem;
    width:50%;
    font-size:1.2rem;
    font-weight: bold;
    border-radius:1rem;
}

.paybtn{
    background-color: #b013a3;
    color:white;
    border:none;
    width:50%;
    font-size:1.3rem;
    font-weight: bold;
    border-radius:1rem;
}

.itemspay{
    margin:0
}


@media screen and (min-width: 700px) {
    .SocialMobileImg {
      width: 35%;
    }
  }