.container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0px 20px;
    overflow: hidden !important;
}
.social-media h2{
    font-size: 32px !important;
    margin-top: 50px !important;
    font-family: "Poppins", regular;
}
.social-media p{
    font-size: 16px !important;
    line-height: 32px;
    font-family: "Poppins", regular;
}
.social-media-handling{
        margin-top: 50px;
}
.advertising-image img{
    width: 100%;
    height: 330px;
    object-fit: contain;
}

.social-media-handling-image img {
    width: 100%;
    height: 100%;
}

.social-media-handling-content h1 {
    font-size: 150px;
    font-weight: 300;
    
}
.social-media-handling-content{
    position: relative;
}

.community-managment,.content-creating,.advertising,.campaign,.agency-events {
    margin-top: 40px;
}

.community-managment-image img{
    width: 400px;
    height: 300px;
    object-fit: contain;
}
.content-creating-image img{
    width: 100%;
}
.campaign-image img{
    width: 100%;
}
.agency-events-image img{
        width: 100%;
    height: 340px;
    object-fit: contain;
}
.influencer-image img{
    width: 100%;
}

@media(max-width:1200px){
    .social-media-handling-content h1 {
    font-size: 110px;
    /* font-weight: 300; */
}
}

@media(max-width:991px){
        .social-media-handling-content h1 {
        font-size: 100px;
        /* font-weight: 300; */
    }
}

@media(max-width:767px){
    .social-media-handling-content h1{
            width: 50%;
    }
    .content-creating .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .campaign .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .influncer .row{
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 383px) {
    .social-media-handling-content h1 {
        font-size: 70px;
        /* font-weight: 300; */
        width: 100%;
    }
}